Class: Aws::SageMaker::Types::LabelingJobForWorkteamSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LabelingJobForWorkteamSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides summary information for a work team.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The date and time that the labeling job was created.
-
#job_reference_code ⇒ String
A unique identifier for a labeling job.
-
#label_counters ⇒ Types::LabelCountersForWorkteam
Provides information about the progress of a labeling job.
-
#labeling_job_name ⇒ String
The name of the labeling job that the work team is assigned to.
-
#number_of_human_workers_per_data_object ⇒ Integer
The configured number of workers per data object.
-
#work_requester_account_id ⇒ String
The Amazon Web Services account ID of the account used to start the labeling job.
Instance Attribute Details
#creation_time ⇒ Time
The date and time that the labeling job was created.
25611 25612 25613 25614 25615 25616 25617 25618 25619 25620 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25611 class LabelingJobForWorkteamSummary < Struct.new( :labeling_job_name, :job_reference_code, :work_requester_account_id, :creation_time, :label_counters, :number_of_human_workers_per_data_object) SENSITIVE = [] include Aws::Structure end |
#job_reference_code ⇒ String
A unique identifier for a labeling job. You can use this to refer to a specific labeling job.
25611 25612 25613 25614 25615 25616 25617 25618 25619 25620 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25611 class LabelingJobForWorkteamSummary < Struct.new( :labeling_job_name, :job_reference_code, :work_requester_account_id, :creation_time, :label_counters, :number_of_human_workers_per_data_object) SENSITIVE = [] include Aws::Structure end |
#label_counters ⇒ Types::LabelCountersForWorkteam
Provides information about the progress of a labeling job.
25611 25612 25613 25614 25615 25616 25617 25618 25619 25620 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25611 class LabelingJobForWorkteamSummary < Struct.new( :labeling_job_name, :job_reference_code, :work_requester_account_id, :creation_time, :label_counters, :number_of_human_workers_per_data_object) SENSITIVE = [] include Aws::Structure end |
#labeling_job_name ⇒ String
The name of the labeling job that the work team is assigned to.
25611 25612 25613 25614 25615 25616 25617 25618 25619 25620 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25611 class LabelingJobForWorkteamSummary < Struct.new( :labeling_job_name, :job_reference_code, :work_requester_account_id, :creation_time, :label_counters, :number_of_human_workers_per_data_object) SENSITIVE = [] include Aws::Structure end |
#number_of_human_workers_per_data_object ⇒ Integer
The configured number of workers per data object.
25611 25612 25613 25614 25615 25616 25617 25618 25619 25620 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25611 class LabelingJobForWorkteamSummary < Struct.new( :labeling_job_name, :job_reference_code, :work_requester_account_id, :creation_time, :label_counters, :number_of_human_workers_per_data_object) SENSITIVE = [] include Aws::Structure end |
#work_requester_account_id ⇒ String
The Amazon Web Services account ID of the account used to start the labeling job.
25611 25612 25613 25614 25615 25616 25617 25618 25619 25620 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25611 class LabelingJobForWorkteamSummary < Struct.new( :labeling_job_name, :job_reference_code, :work_requester_account_id, :creation_time, :label_counters, :number_of_human_workers_per_data_object) SENSITIVE = [] include Aws::Structure end |