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)


6952
6953
6954
# File 'sig/types.rbs', line 6952

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)


6951
6952
6953
# File 'sig/types.rbs', line 6951

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.



6953
6954
6955
# File 'sig/types.rbs', line 6953

def labeling_job_resource_config
  @labeling_job_resource_config
end