Class: Aws::Types::LabelingJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_consolidation_lambda_arn::String

Returns the value of attribute annotation_consolidation_lambda_arn.

Returns:

  • (::String)


7028
7029
7030
# File 'sig/types.rbs', line 7028

def annotation_consolidation_lambda_arn
  @annotation_consolidation_lambda_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


7022
7023
7024
# File 'sig/types.rbs', line 7022

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


7029
7030
7031
# File 'sig/types.rbs', line 7029

def failure_reason
  @failure_reason
end

#input_configTypes::LabelingJobInputConfig

Returns the value of attribute input_config.



7031
7032
7033
# File 'sig/types.rbs', line 7031

def input_config
  @input_config
end

#label_countersTypes::LabelCounters

Returns the value of attribute label_counters.



7025
7026
7027
# File 'sig/types.rbs', line 7025

def label_counters
  @label_counters
end

#labeling_job_arn::String

Returns the value of attribute labeling_job_arn.

Returns:

  • (::String)


7021
7022
7023
# File 'sig/types.rbs', line 7021

def labeling_job_arn
  @labeling_job_arn
end

#labeling_job_name::String

Returns the value of attribute labeling_job_name.

Returns:

  • (::String)


7020
7021
7022
# File 'sig/types.rbs', line 7020

def labeling_job_name
  @labeling_job_name
end

#labeling_job_outputTypes::LabelingJobOutput

Returns the value of attribute labeling_job_output.



7030
7031
7032
# File 'sig/types.rbs', line 7030

def labeling_job_output
  @labeling_job_output
end

#labeling_job_status"Initializing", ...

Returns the value of attribute labeling_job_status.

Returns:

  • ("Initializing", "InProgress", "Completed", "Failed", "Stopping", "Stopped")


7024
7025
7026
# File 'sig/types.rbs', line 7024

def labeling_job_status
  @labeling_job_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


7023
7024
7025
# File 'sig/types.rbs', line 7023

def last_modified_time
  @last_modified_time
end

#pre_human_task_lambda_arn::String

Returns the value of attribute pre_human_task_lambda_arn.

Returns:

  • (::String)


7027
7028
7029
# File 'sig/types.rbs', line 7027

def pre_human_task_lambda_arn
  @pre_human_task_lambda_arn
end

#workteam_arn::String

Returns the value of attribute workteam_arn.

Returns:

  • (::String)


7026
7027
7028
# File 'sig/types.rbs', line 7026

def workteam_arn
  @workteam_arn
end