Class: Aws::Types::LabelingJobForWorkteamSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


6972
6973
6974
# File 'sig/types.rbs', line 6972

def creation_time
  @creation_time
end

#job_reference_code::String

Returns the value of attribute job_reference_code.

Returns:

  • (::String)


6970
6971
6972
# File 'sig/types.rbs', line 6970

def job_reference_code
  @job_reference_code
end

#label_countersTypes::LabelCountersForWorkteam

Returns the value of attribute label_counters.



6973
6974
6975
# File 'sig/types.rbs', line 6973

def label_counters
  @label_counters
end

#labeling_job_name::String

Returns the value of attribute labeling_job_name.

Returns:

  • (::String)


6969
6970
6971
# File 'sig/types.rbs', line 6969

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.

Returns:

  • (::Integer)


6974
6975
6976
# File 'sig/types.rbs', line 6974

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.

Returns:

  • (::String)


6971
6972
6973
# File 'sig/types.rbs', line 6971

def 
  @work_requester_account_id
end