AutoMLResolvedAttributes — AWS SDK for Ruby V3 (original) (raw)
Class: Aws::SageMaker::Types::AutoMLResolvedAttributes
Inherits:
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLResolvedAttributes show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The resolved attributes used to configure an AutoML job V2.
Constant Summarycollapse
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.
2746 2747 2748 2749 2750 2751 2752 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2746 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.
2746 2747 2748 2749 2750 2751 2752 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2746 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.
2746 2747 2748 2749 2750 2751 2752 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2746 class AutoMLResolvedAttributes < Struct.new( :auto_ml_job_objective, :completion_criteria, :auto_ml_problem_type_resolved_attributes) SENSITIVE = [] include Aws::Structure end |
---|