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:

  • (::Time)


4603
4604
4605
# File 'sig/types.rbs', line 4603

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4602
4603
4604
# File 'sig/types.rbs', line 4602

def failure_reason
  @failure_reason
end

#human_task_configTypes::HumanTaskConfig

Returns the value of attribute human_task_config.



4615
4616
4617
# File 'sig/types.rbs', line 4615

def human_task_config
  @human_task_config
end

#input_configTypes::LabelingJobInputConfig

Returns the value of attribute input_config.



4609
4610
4611
# File 'sig/types.rbs', line 4609

def input_config
  @input_config
end

#job_reference_code::String

Returns the value of attribute job_reference_code.

Returns:

  • (::String)


4605
4606
4607
# File 'sig/types.rbs', line 4605

def job_reference_code
  @job_reference_code
end

#label_attribute_name::String

Returns the value of attribute label_attribute_name.

Returns:

  • (::String)


4608
4609
4610
# File 'sig/types.rbs', line 4608

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:

  • (::String)


4612
4613
4614
# File 'sig/types.rbs', line 4612

def label_category_config_s3_uri
  @label_category_config_s3_uri
end

#label_countersTypes::LabelCounters

Returns the value of attribute label_counters.



4601
4602
4603
# File 'sig/types.rbs', line 4601

def label_counters
  @label_counters
end

#labeling_job_algorithms_configTypes::LabelingJobAlgorithmsConfig

Returns the value of attribute labeling_job_algorithms_config.



4614
4615
4616
# File 'sig/types.rbs', line 4614

def labeling_job_algorithms_config
  @labeling_job_algorithms_config
end

#labeling_job_arn::String

Returns the value of attribute labeling_job_arn.

Returns:

  • (::String)


4607
4608
4609
# File 'sig/types.rbs', line 4607

def labeling_job_arn
  @labeling_job_arn
end

#labeling_job_name::String

Returns the value of attribute labeling_job_name.

Returns:

  • (::String)


4606
4607
4608
# File 'sig/types.rbs', line 4606

def labeling_job_name
  @labeling_job_name
end

#labeling_job_outputTypes::LabelingJobOutput

Returns the value of attribute labeling_job_output.



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

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")


4600
4601
4602
# File 'sig/types.rbs', line 4600

def labeling_job_status
  @labeling_job_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4604
4605
4606
# File 'sig/types.rbs', line 4604

def last_modified_time
  @last_modified_time
end

#output_configTypes::LabelingJobOutputConfig

Returns the value of attribute output_config.



4610
4611
4612
# File 'sig/types.rbs', line 4610

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4611
4612
4613
# File 'sig/types.rbs', line 4611

def role_arn
  @role_arn
end

#stopping_conditionsTypes::LabelingJobStoppingConditions

Returns the value of attribute stopping_conditions.



4613
4614
4615
# File 'sig/types.rbs', line 4613

def stopping_conditions
  @stopping_conditions
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end