Class: Aws::SageMaker::Types::LabelingJobForWorkteamSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Provides summary information for a work team.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The date and time that the labeling job was created.

Returns:

  • (Time)


24141
24142
24143
24144
24145
24146
24147
24148
24149
24150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24141

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_codeString

A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

Returns:

  • (String)


24141
24142
24143
24144
24145
24146
24147
24148
24149
24150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24141

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_countersTypes::LabelCountersForWorkteam

Provides information about the progress of a labeling job.



24141
24142
24143
24144
24145
24146
24147
24148
24149
24150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24141

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_nameString

The name of the labeling job that the work team is assigned to.

Returns:

  • (String)


24141
24142
24143
24144
24145
24146
24147
24148
24149
24150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24141

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_objectInteger

The configured number of workers per data object.

Returns:

  • (Integer)


24141
24142
24143
24144
24145
24146
24147
24148
24149
24150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24141

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_idString

The Amazon Web Services account ID of the account used to start the labeling job.

Returns:

  • (String)


24141
24142
24143
24144
24145
24146
24147
24148
24149
24150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24141

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