Class: Aws::Types::DescribeLabelingJobResponse

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:



4620
4621
4622
# File 'sig/types.rbs', line 4620

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:



4619
4620
4621
# File 'sig/types.rbs', line 4619

def failure_reason
  @failure_reason
end

#human_task_configTypes::HumanTaskConfig

Returns the value of attribute human_task_config.

Returns:



4632
4633
4634
# File 'sig/types.rbs', line 4632

def human_task_config
  @human_task_config
end

#input_configTypes::LabelingJobInputConfig

Returns the value of attribute input_config.

Returns:



4626
4627
4628
# File 'sig/types.rbs', line 4626

def input_config
  @input_config
end

#job_reference_code::String

Returns the value of attribute job_reference_code.

Returns:



4622
4623
4624
# File 'sig/types.rbs', line 4622

def job_reference_code
  @job_reference_code
end

#label_attribute_name::String

Returns the value of attribute label_attribute_name.

Returns:



4625
4626
4627
# File 'sig/types.rbs', line 4625

def label_attribute_name
  @label_attribute_name
end

#label_category_config_s3_uri::String

Returns the value of attribute label_category_config_s3_uri.

Returns:



4629
4630
4631
# File 'sig/types.rbs', line 4629

def label_category_config_s3_uri
  @label_category_config_s3_uri
end

#label_countersTypes::LabelCounters

Returns the value of attribute label_counters.

Returns:



4618
4619
4620
# File 'sig/types.rbs', line 4618

def label_counters
  @label_counters
end

#labeling_job_algorithms_configTypes::LabelingJobAlgorithmsConfig

Returns the value of attribute labeling_job_algorithms_config.

Returns:



4631
4632
4633
# File 'sig/types.rbs', line 4631

def labeling_job_algorithms_config
  @labeling_job_algorithms_config
end

#labeling_job_arn::String

Returns the value of attribute labeling_job_arn.

Returns:



4624
4625
4626
# File 'sig/types.rbs', line 4624

def labeling_job_arn
  @labeling_job_arn
end

#labeling_job_name::String

Returns the value of attribute labeling_job_name.

Returns:



4623
4624
4625
# File 'sig/types.rbs', line 4623

def labeling_job_name
  @labeling_job_name
end

#labeling_job_outputTypes::LabelingJobOutput

Returns the value of attribute labeling_job_output.

Returns:



4634
4635
4636
# File 'sig/types.rbs', line 4634

def labeling_job_output
  @labeling_job_output
end

#labeling_job_status"Initializing", ...

Returns the value of attribute labeling_job_status.

Returns:



4617
4618
4619
# File 'sig/types.rbs', line 4617

def labeling_job_status
  @labeling_job_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



4621
4622
4623
# File 'sig/types.rbs', line 4621

def last_modified_time
  @last_modified_time
end

#output_configTypes::LabelingJobOutputConfig

Returns the value of attribute output_config.

Returns:



4627
4628
4629
# File 'sig/types.rbs', line 4627

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



4628
4629
4630
# File 'sig/types.rbs', line 4628

def role_arn
  @role_arn
end

#stopping_conditionsTypes::LabelingJobStoppingConditions

Returns the value of attribute stopping_conditions.

Returns:



4630
4631
4632
# File 'sig/types.rbs', line 4630

def stopping_conditions
  @stopping_conditions
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



4633
4634
4635
# File 'sig/types.rbs', line 4633

def tags
  @tags
end