Class: Aws::Types::LabelingJobAlgorithmsConfig
- Inherits:
-
Object
- Object
- Aws::Types::LabelingJobAlgorithmsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initial_active_learning_model_arn ⇒ ::String
Returns the value of attribute initial_active_learning_model_arn.
-
#labeling_job_algorithm_specification_arn ⇒ ::String
Returns the value of attribute labeling_job_algorithm_specification_arn.
-
#labeling_job_resource_config ⇒ Types::LabelingJobResourceConfig
Returns the value of attribute labeling_job_resource_config.
Instance Attribute Details
#initial_active_learning_model_arn ⇒ ::String
Returns the value of attribute initial_active_learning_model_arn.
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.
6936 6937 6938 |
# File 'sig/types.rbs', line 6936 def labeling_job_algorithm_specification_arn @labeling_job_algorithm_specification_arn end |
#labeling_job_resource_config ⇒ Types::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 |