Class: Aws::SageMaker::Types::ResolvedAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ResolvedAttributes
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The resolved attributes.
Instance Attribute Summary collapse
-
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Applies a metric to minimize or maximize for the job’s objective.
-
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
How long a job is allowed to run, or how many candidates a job is allowed to generate.
-
#problem_type ⇒ String
The problem type.
Instance Attribute Details
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Applies a metric to minimize or maximize for the job’s objective.
16681 16682 16683 16684 16685 16686 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16681 class ResolvedAttributes < Struct.new( :auto_ml_job_objective, :problem_type, :completion_criteria) 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.
16681 16682 16683 16684 16685 16686 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16681 class ResolvedAttributes < Struct.new( :auto_ml_job_objective, :problem_type, :completion_criteria) include Aws::Structure end |
#problem_type ⇒ String
The problem type.
16681 16682 16683 16684 16685 16686 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16681 class ResolvedAttributes < Struct.new( :auto_ml_job_objective, :problem_type, :completion_criteria) include Aws::Structure end |