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