Class: Aws::Types::LabelingJobForWorkteamSummary
- Inherits:
-
Object
- Object
- Aws::Types::LabelingJobForWorkteamSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#job_reference_code ⇒ ::String
Returns the value of attribute job_reference_code.
-
#label_counters ⇒ Types::LabelCountersForWorkteam
Returns the value of attribute label_counters.
-
#labeling_job_name ⇒ ::String
Returns the value of attribute labeling_job_name.
-
#number_of_human_workers_per_data_object ⇒ ::Integer
Returns the value of attribute number_of_human_workers_per_data_object.
-
#work_requester_account_id ⇒ ::String
Returns the value of attribute work_requester_account_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
6957 6958 6959 |
# File 'sig/types.rbs', line 6957 def creation_time @creation_time end |
#job_reference_code ⇒ ::String
Returns the value of attribute job_reference_code.
6955 6956 6957 |
# File 'sig/types.rbs', line 6955 def job_reference_code @job_reference_code end |
#label_counters ⇒ Types::LabelCountersForWorkteam
Returns the value of attribute label_counters.
6958 6959 6960 |
# File 'sig/types.rbs', line 6958 def label_counters @label_counters end |
#labeling_job_name ⇒ ::String
Returns the value of attribute labeling_job_name.
6954 6955 6956 |
# File 'sig/types.rbs', line 6954 def labeling_job_name @labeling_job_name end |
#number_of_human_workers_per_data_object ⇒ ::Integer
Returns the value of attribute number_of_human_workers_per_data_object.
6959 6960 6961 |
# File 'sig/types.rbs', line 6959 def number_of_human_workers_per_data_object @number_of_human_workers_per_data_object end |
#work_requester_account_id ⇒ ::String
Returns the value of attribute work_requester_account_id.
6956 6957 6958 |
# File 'sig/types.rbs', line 6956 def work_requester_account_id @work_requester_account_id end |