AutoMLResolvedAttributes — AWS SDK for Ruby V3 (original) (raw)

Class: Aws::SageMaker::Types::AutoMLResolvedAttributes

Inherits:

Struct

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

Instance Attribute Details

#auto_ml_job_objectiveTypes::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_attributesTypes::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_criteriaTypes::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