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.
4620 4621 4622 |
# File 'sig/types.rbs', line 4620 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4619 4620 4621 |
# File 'sig/types.rbs', line 4619 def failure_reason @failure_reason end |
#human_task_config ⇒ Types::HumanTaskConfig
Returns the value of attribute human_task_config.
4632 4633 4634 |
# File 'sig/types.rbs', line 4632 def human_task_config @human_task_config end |
#input_config ⇒ Types::LabelingJobInputConfig
Returns the value of attribute input_config.
4626 4627 4628 |
# File 'sig/types.rbs', line 4626 def input_config @input_config end |
#job_reference_code ⇒ ::String
Returns the value of attribute job_reference_code.
4622 4623 4624 |
# File 'sig/types.rbs', line 4622 def job_reference_code @job_reference_code end |
#label_attribute_name ⇒ ::String
Returns the value of attribute label_attribute_name.
4625 4626 4627 |
# File 'sig/types.rbs', line 4625 def label_attribute_name @label_attribute_name end |
#label_category_config_s3_uri ⇒ ::String
Returns the value of attribute label_category_config_s3_uri.
4629 4630 4631 |
# File 'sig/types.rbs', line 4629 def label_category_config_s3_uri @label_category_config_s3_uri end |
#label_counters ⇒ Types::LabelCounters
Returns the value of attribute label_counters.
4618 4619 4620 |
# File 'sig/types.rbs', line 4618 def label_counters @label_counters end |
#labeling_job_algorithms_config ⇒ Types::LabelingJobAlgorithmsConfig
Returns the value of attribute labeling_job_algorithms_config.
4631 4632 4633 |
# File 'sig/types.rbs', line 4631 def labeling_job_algorithms_config @labeling_job_algorithms_config end |
#labeling_job_arn ⇒ ::String
Returns the value of attribute labeling_job_arn.
4624 4625 4626 |
# File 'sig/types.rbs', line 4624 def labeling_job_arn @labeling_job_arn end |
#labeling_job_name ⇒ ::String
Returns the value of attribute labeling_job_name.
4623 4624 4625 |
# File 'sig/types.rbs', line 4623 def labeling_job_name @labeling_job_name end |
#labeling_job_output ⇒ Types::LabelingJobOutput
Returns the value of attribute labeling_job_output.
4634 4635 4636 |
# File 'sig/types.rbs', line 4634 def labeling_job_output @labeling_job_output end |
#labeling_job_status ⇒ "Initializing", ...
Returns the value of attribute labeling_job_status.
4617 4618 4619 |
# File 'sig/types.rbs', line 4617 def labeling_job_status @labeling_job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4621 4622 4623 |
# File 'sig/types.rbs', line 4621 def last_modified_time @last_modified_time end |
#output_config ⇒ Types::LabelingJobOutputConfig
Returns the value of attribute output_config.
4627 4628 4629 |
# File 'sig/types.rbs', line 4627 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4628 4629 4630 |
# File 'sig/types.rbs', line 4628 def role_arn @role_arn end |
#stopping_conditions ⇒ Types::LabelingJobStoppingConditions
Returns the value of attribute stopping_conditions.
4630 4631 4632 |
# File 'sig/types.rbs', line 4630 def stopping_conditions @stopping_conditions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
4633 4634 4635 |
# File 'sig/types.rbs', line 4633 def end |