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)


24188
24189
24190
24191
24192
24193
24194
24195
24196
24197
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24188

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)


24188
24189
24190
24191
24192
24193
24194
24195
24196
24197
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24188

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.



24188
24189
24190
24191
24192
24193
24194
24195
24196
24197
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24188

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)


24188
24189
24190
24191
24192
24193
24194
24195
24196
24197
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24188

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)


24188
24189
24190
24191
24192
24193
24194
24195
24196
24197
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24188

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)


24188
24189
24190
24191
24192
24193
24194
24195
24196
24197
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24188

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