Module: Aws::SageMaker::Client::_DescribeLabelingJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLabelingJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #failure_reason ⇒ ::String
- #human_task_config ⇒ Types::HumanTaskConfig
- #input_config ⇒ Types::LabelingJobInputConfig
- #job_reference_code ⇒ ::String
- #label_attribute_name ⇒ ::String
- #label_category_config_s3_uri ⇒ ::String
- #label_counters ⇒ Types::LabelCounters
- #labeling_job_algorithms_config ⇒ Types::LabelingJobAlgorithmsConfig
- #labeling_job_arn ⇒ ::String
- #labeling_job_name ⇒ ::String
- #labeling_job_output ⇒ Types::LabelingJobOutput
- #labeling_job_status ⇒ "Initializing", ...
- #last_modified_time ⇒ ::Time
- #output_config ⇒ Types::LabelingJobOutputConfig
- #role_arn ⇒ ::String
- #stopping_conditions ⇒ Types::LabelingJobStoppingConditions
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#creation_time ⇒ ::Time
4447 |
# File 'sig/client.rbs', line 4447 def creation_time: () -> ::Time |
#failure_reason ⇒ ::String
4446 |
# File 'sig/client.rbs', line 4446 def failure_reason: () -> ::String |
#human_task_config ⇒ Types::HumanTaskConfig
4459 |
# File 'sig/client.rbs', line 4459 def human_task_config: () -> Types::HumanTaskConfig |
#input_config ⇒ Types::LabelingJobInputConfig
4453 |
# File 'sig/client.rbs', line 4453 def input_config: () -> Types::LabelingJobInputConfig |
#job_reference_code ⇒ ::String
4449 |
# File 'sig/client.rbs', line 4449 def job_reference_code: () -> ::String |
#label_attribute_name ⇒ ::String
4452 |
# File 'sig/client.rbs', line 4452 def label_attribute_name: () -> ::String |
#label_category_config_s3_uri ⇒ ::String
4456 |
# File 'sig/client.rbs', line 4456 def label_category_config_s3_uri: () -> ::String |
#label_counters ⇒ Types::LabelCounters
4445 |
# File 'sig/client.rbs', line 4445 def label_counters: () -> Types::LabelCounters |
#labeling_job_algorithms_config ⇒ Types::LabelingJobAlgorithmsConfig
4458 |
# File 'sig/client.rbs', line 4458 def labeling_job_algorithms_config: () -> Types::LabelingJobAlgorithmsConfig |
#labeling_job_arn ⇒ ::String
4451 |
# File 'sig/client.rbs', line 4451 def labeling_job_arn: () -> ::String |
#labeling_job_name ⇒ ::String
4450 |
# File 'sig/client.rbs', line 4450 def labeling_job_name: () -> ::String |
#labeling_job_output ⇒ Types::LabelingJobOutput
4461 |
# File 'sig/client.rbs', line 4461 def labeling_job_output: () -> Types::LabelingJobOutput |
#labeling_job_status ⇒ "Initializing", ...
4444 |
# File 'sig/client.rbs', line 4444 def labeling_job_status: () -> ("Initializing" | "InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped") |
#last_modified_time ⇒ ::Time
4448 |
# File 'sig/client.rbs', line 4448 def last_modified_time: () -> ::Time |
#output_config ⇒ Types::LabelingJobOutputConfig
4454 |
# File 'sig/client.rbs', line 4454 def output_config: () -> Types::LabelingJobOutputConfig |
#role_arn ⇒ ::String
4455 |
# File 'sig/client.rbs', line 4455 def role_arn: () -> ::String |
#stopping_conditions ⇒ Types::LabelingJobStoppingConditions
4457 |
# File 'sig/client.rbs', line 4457 def stopping_conditions: () -> Types::LabelingJobStoppingConditions |
#tags ⇒ ::Array[Types::Tag]
4460 |
# File 'sig/client.rbs', line 4460 def tags: () -> ::Array[Types::Tag] |