Class: Aws::Types::DescribeLabelingJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLabelingJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#human_task_config ⇒ Types::HumanTaskConfig
Returns the value of attribute human_task_config.
-
#input_config ⇒ Types::LabelingJobInputConfig
Returns the value of attribute input_config.
-
#job_reference_code ⇒ ::String
Returns the value of attribute job_reference_code.
-
#label_attribute_name ⇒ ::String
Returns the value of attribute label_attribute_name.
-
#label_category_config_s3_uri ⇒ ::String
Returns the value of attribute label_category_config_s3_uri.
-
#label_counters ⇒ Types::LabelCounters
Returns the value of attribute label_counters.
-
#labeling_job_algorithms_config ⇒ Types::LabelingJobAlgorithmsConfig
Returns the value of attribute labeling_job_algorithms_config.
-
#labeling_job_arn ⇒ ::String
Returns the value of attribute labeling_job_arn.
-
#labeling_job_name ⇒ ::String
Returns the value of attribute labeling_job_name.
-
#labeling_job_output ⇒ Types::LabelingJobOutput
Returns the value of attribute labeling_job_output.
-
#labeling_job_status ⇒ "Initializing", ...
Returns the value of attribute labeling_job_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#output_config ⇒ Types::LabelingJobOutputConfig
Returns the value of attribute output_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stopping_conditions ⇒ Types::LabelingJobStoppingConditions
Returns the value of attribute stopping_conditions.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4603 4604 4605 |
# File 'sig/types.rbs', line 4603 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4602 4603 4604 |
# File 'sig/types.rbs', line 4602 def failure_reason @failure_reason end |
#human_task_config ⇒ Types::HumanTaskConfig
Returns the value of attribute human_task_config.
4615 4616 4617 |
# File 'sig/types.rbs', line 4615 def human_task_config @human_task_config end |
#input_config ⇒ Types::LabelingJobInputConfig
Returns the value of attribute input_config.
4609 4610 4611 |
# File 'sig/types.rbs', line 4609 def input_config @input_config end |
#job_reference_code ⇒ ::String
Returns the value of attribute job_reference_code.
4605 4606 4607 |
# File 'sig/types.rbs', line 4605 def job_reference_code @job_reference_code end |
#label_attribute_name ⇒ ::String
Returns the value of attribute label_attribute_name.
4608 4609 4610 |
# File 'sig/types.rbs', line 4608 def label_attribute_name @label_attribute_name end |
#label_category_config_s3_uri ⇒ ::String
Returns the value of attribute label_category_config_s3_uri.
4612 4613 4614 |
# File 'sig/types.rbs', line 4612 def label_category_config_s3_uri @label_category_config_s3_uri end |
#label_counters ⇒ Types::LabelCounters
Returns the value of attribute label_counters.
4601 4602 4603 |
# File 'sig/types.rbs', line 4601 def label_counters @label_counters end |
#labeling_job_algorithms_config ⇒ Types::LabelingJobAlgorithmsConfig
Returns the value of attribute labeling_job_algorithms_config.
4614 4615 4616 |
# File 'sig/types.rbs', line 4614 def labeling_job_algorithms_config @labeling_job_algorithms_config end |
#labeling_job_arn ⇒ ::String
Returns the value of attribute labeling_job_arn.
4607 4608 4609 |
# File 'sig/types.rbs', line 4607 def labeling_job_arn @labeling_job_arn end |
#labeling_job_name ⇒ ::String
Returns the value of attribute labeling_job_name.
4606 4607 4608 |
# File 'sig/types.rbs', line 4606 def labeling_job_name @labeling_job_name end |
#labeling_job_output ⇒ Types::LabelingJobOutput
Returns the value of attribute labeling_job_output.
4617 4618 4619 |
# File 'sig/types.rbs', line 4617 def labeling_job_output @labeling_job_output end |
#labeling_job_status ⇒ "Initializing", ...
Returns the value of attribute labeling_job_status.
4600 4601 4602 |
# File 'sig/types.rbs', line 4600 def labeling_job_status @labeling_job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4604 4605 4606 |
# File 'sig/types.rbs', line 4604 def last_modified_time @last_modified_time end |
#output_config ⇒ Types::LabelingJobOutputConfig
Returns the value of attribute output_config.
4610 4611 4612 |
# File 'sig/types.rbs', line 4610 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4611 4612 4613 |
# File 'sig/types.rbs', line 4611 def role_arn @role_arn end |
#stopping_conditions ⇒ Types::LabelingJobStoppingConditions
Returns the value of attribute stopping_conditions.
4613 4614 4615 |
# File 'sig/types.rbs', line 4613 def stopping_conditions @stopping_conditions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
4616 4617 4618 |
# File 'sig/types.rbs', line 4616 def @tags end |