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
4403 |
# File 'sig/client.rbs', line 4403
def creation_time: () -> ::Time
|
#failure_reason ⇒ ::String
4402 |
# File 'sig/client.rbs', line 4402
def failure_reason: () -> ::String
|
#human_task_config ⇒ Types::HumanTaskConfig
4415 |
# File 'sig/client.rbs', line 4415
def human_task_config: () -> Types::HumanTaskConfig
|
#input_config ⇒ Types::LabelingJobInputConfig
4409 |
# File 'sig/client.rbs', line 4409
def input_config: () -> Types::LabelingJobInputConfig
|
#job_reference_code ⇒ ::String
4405 |
# File 'sig/client.rbs', line 4405
def job_reference_code: () -> ::String
|
#label_attribute_name ⇒ ::String
4408 |
# File 'sig/client.rbs', line 4408
def label_attribute_name: () -> ::String
|
#label_category_config_s3_uri ⇒ ::String
4412 |
# File 'sig/client.rbs', line 4412
def label_category_config_s3_uri: () -> ::String
|
#label_counters ⇒ Types::LabelCounters
4401 |
# File 'sig/client.rbs', line 4401
def label_counters: () -> Types::LabelCounters
|
#labeling_job_algorithms_config ⇒ Types::LabelingJobAlgorithmsConfig
4414 |
# File 'sig/client.rbs', line 4414
def labeling_job_algorithms_config: () -> Types::LabelingJobAlgorithmsConfig
|
#labeling_job_arn ⇒ ::String
4407 |
# File 'sig/client.rbs', line 4407
def labeling_job_arn: () -> ::String
|
#labeling_job_name ⇒ ::String
4406 |
# File 'sig/client.rbs', line 4406
def labeling_job_name: () -> ::String
|
#labeling_job_output ⇒ Types::LabelingJobOutput
4417 |
# File 'sig/client.rbs', line 4417
def labeling_job_output: () -> Types::LabelingJobOutput
|
#labeling_job_status ⇒ "Initializing", ...
4400 |
# File 'sig/client.rbs', line 4400
def labeling_job_status: () -> ("Initializing" | "InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
#last_modified_time ⇒ ::Time
4404 |
# File 'sig/client.rbs', line 4404
def last_modified_time: () -> ::Time
|
#output_config ⇒ Types::LabelingJobOutputConfig
4410 |
# File 'sig/client.rbs', line 4410
def output_config: () -> Types::LabelingJobOutputConfig
|
#role_arn ⇒ ::String
4411 |
# File 'sig/client.rbs', line 4411
def role_arn: () -> ::String
|
#stopping_conditions ⇒ Types::LabelingJobStoppingConditions
4413 |
# File 'sig/client.rbs', line 4413
def stopping_conditions: () -> Types::LabelingJobStoppingConditions
|
#tags ⇒ ::Array[Types::Tag]
4416 |
# File 'sig/client.rbs', line 4416
def tags: () -> ::Array[Types::Tag]
|