Class: Aws::SageMaker::Types::AutoMLResolvedAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLResolvedAttributes
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The resolved attributes used to configure an AutoML job V2.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Specifies a metric to minimize or maximize as the objective of an AutoML job.
-
#auto_ml_problem_type_resolved_attributes ⇒ Types::AutoMLProblemTypeResolvedAttributes
Defines the resolved attributes specific to a problem type.
-
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
How long a job is allowed to run, or how many candidates a job is allowed to generate.
Instance Attribute Details
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Specifies a metric to minimize or maximize as the objective of an AutoML job.
2709 2710 2711 2712 2713 2714 2715 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2709 class AutoMLResolvedAttributes < Struct.new( :auto_ml_job_objective, :completion_criteria, :auto_ml_problem_type_resolved_attributes) SENSITIVE = [] include Aws::Structure end |
#auto_ml_problem_type_resolved_attributes ⇒ Types::AutoMLProblemTypeResolvedAttributes
Defines the resolved attributes specific to a problem type.
2709 2710 2711 2712 2713 2714 2715 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2709 class AutoMLResolvedAttributes < Struct.new( :auto_ml_job_objective, :completion_criteria, :auto_ml_problem_type_resolved_attributes) SENSITIVE = [] include Aws::Structure end |
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
How long a job is allowed to run, or how many candidates a job is allowed to generate.
2709 2710 2711 2712 2713 2714 2715 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2709 class AutoMLResolvedAttributes < Struct.new( :auto_ml_job_objective, :completion_criteria, :auto_ml_problem_type_resolved_attributes) SENSITIVE = [] include Aws::Structure end |