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
4424 |
# File 'sig/client.rbs', line 4424
def creation_time: () -> ::Time
|
#failure_reason ⇒ ::String
4423 |
# File 'sig/client.rbs', line 4423
def failure_reason: () -> ::String
|
#human_task_config ⇒ Types::HumanTaskConfig
4436 |
# File 'sig/client.rbs', line 4436
def human_task_config: () -> Types::HumanTaskConfig
|
#input_config ⇒ Types::LabelingJobInputConfig
4430 |
# File 'sig/client.rbs', line 4430
def input_config: () -> Types::LabelingJobInputConfig
|
#job_reference_code ⇒ ::String
4426 |
# File 'sig/client.rbs', line 4426
def job_reference_code: () -> ::String
|
#label_attribute_name ⇒ ::String
4429 |
# File 'sig/client.rbs', line 4429
def label_attribute_name: () -> ::String
|
#label_category_config_s3_uri ⇒ ::String
4433 |
# File 'sig/client.rbs', line 4433
def label_category_config_s3_uri: () -> ::String
|
#label_counters ⇒ Types::LabelCounters
4422 |
# File 'sig/client.rbs', line 4422
def label_counters: () -> Types::LabelCounters
|
#labeling_job_algorithms_config ⇒ Types::LabelingJobAlgorithmsConfig
4435 |
# File 'sig/client.rbs', line 4435
def labeling_job_algorithms_config: () -> Types::LabelingJobAlgorithmsConfig
|
#labeling_job_arn ⇒ ::String
4428 |
# File 'sig/client.rbs', line 4428
def labeling_job_arn: () -> ::String
|
#labeling_job_name ⇒ ::String
4427 |
# File 'sig/client.rbs', line 4427
def labeling_job_name: () -> ::String
|
#labeling_job_output ⇒ Types::LabelingJobOutput
4438 |
# File 'sig/client.rbs', line 4438
def labeling_job_output: () -> Types::LabelingJobOutput
|
#labeling_job_status ⇒ "Initializing", ...
4421 |
# File 'sig/client.rbs', line 4421
def labeling_job_status: () -> ("Initializing" | "InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
#last_modified_time ⇒ ::Time
4425 |
# File 'sig/client.rbs', line 4425
def last_modified_time: () -> ::Time
|
#output_config ⇒ Types::LabelingJobOutputConfig
4431 |
# File 'sig/client.rbs', line 4431
def output_config: () -> Types::LabelingJobOutputConfig
|
#role_arn ⇒ ::String
4432 |
# File 'sig/client.rbs', line 4432
def role_arn: () -> ::String
|
#stopping_conditions ⇒ Types::LabelingJobStoppingConditions
4434 |
# File 'sig/client.rbs', line 4434
def stopping_conditions: () -> Types::LabelingJobStoppingConditions
|
#tags ⇒ ::Array[Types::Tag]
4437 |
# File 'sig/client.rbs', line 4437
def tags: () -> ::Array[Types::Tag]
|