Class: Aws::Types::LabelingJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::LabelingJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_consolidation_lambda_arn ⇒ ::String
Returns the value of attribute annotation_consolidation_lambda_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#input_config ⇒ Types::LabelingJobInputConfig
Returns the value of attribute input_config.
-
#label_counters ⇒ Types::LabelCounters
Returns the value of attribute label_counters.
-
#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.
-
#pre_human_task_lambda_arn ⇒ ::String
Returns the value of attribute pre_human_task_lambda_arn.
-
#workteam_arn ⇒ ::String
Returns the value of attribute workteam_arn.
Instance Attribute Details
#annotation_consolidation_lambda_arn ⇒ ::String
Returns the value of attribute annotation_consolidation_lambda_arn.
7013 7014 7015 |
# File 'sig/types.rbs', line 7013 def annotation_consolidation_lambda_arn @annotation_consolidation_lambda_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
7007 7008 7009 |
# File 'sig/types.rbs', line 7007 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
7014 7015 7016 |
# File 'sig/types.rbs', line 7014 def failure_reason @failure_reason end |
#input_config ⇒ Types::LabelingJobInputConfig
Returns the value of attribute input_config.
7016 7017 7018 |
# File 'sig/types.rbs', line 7016 def input_config @input_config end |
#label_counters ⇒ Types::LabelCounters
Returns the value of attribute label_counters.
7010 7011 7012 |
# File 'sig/types.rbs', line 7010 def label_counters @label_counters end |
#labeling_job_arn ⇒ ::String
Returns the value of attribute labeling_job_arn.
7006 7007 7008 |
# File 'sig/types.rbs', line 7006 def labeling_job_arn @labeling_job_arn end |
#labeling_job_name ⇒ ::String
Returns the value of attribute labeling_job_name.
7005 7006 7007 |
# File 'sig/types.rbs', line 7005 def labeling_job_name @labeling_job_name end |
#labeling_job_output ⇒ Types::LabelingJobOutput
Returns the value of attribute labeling_job_output.
7015 7016 7017 |
# File 'sig/types.rbs', line 7015 def labeling_job_output @labeling_job_output end |
#labeling_job_status ⇒ "Initializing", ...
Returns the value of attribute labeling_job_status.
7009 7010 7011 |
# File 'sig/types.rbs', line 7009 def labeling_job_status @labeling_job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
7008 7009 7010 |
# File 'sig/types.rbs', line 7008 def last_modified_time @last_modified_time end |
#pre_human_task_lambda_arn ⇒ ::String
Returns the value of attribute pre_human_task_lambda_arn.
7012 7013 7014 |
# File 'sig/types.rbs', line 7012 def pre_human_task_lambda_arn @pre_human_task_lambda_arn end |
#workteam_arn ⇒ ::String
Returns the value of attribute workteam_arn.
7011 7012 7013 |
# File 'sig/types.rbs', line 7011 def workteam_arn @workteam_arn end |