Class: Aws::Types::LabelingJobAlgorithmsConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#initial_active_learning_model_arn::String

Returns the value of attribute initial_active_learning_model_arn.

Returns:

  • (::String)


6937
6938
6939
# File 'sig/types.rbs', line 6937

def initial_active_learning_model_arn
  @initial_active_learning_model_arn
end

#labeling_job_algorithm_specification_arn::String

Returns the value of attribute labeling_job_algorithm_specification_arn.

Returns:

  • (::String)


6936
6937
6938
# File 'sig/types.rbs', line 6936

def labeling_job_algorithm_specification_arn
  @labeling_job_algorithm_specification_arn
end

#labeling_job_resource_configTypes::LabelingJobResourceConfig

Returns the value of attribute labeling_job_resource_config.



6938
6939
6940
# File 'sig/types.rbs', line 6938

def labeling_job_resource_config
  @labeling_job_resource_config
end