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

Class: Aws::SageMaker::Types::CandidateGenerationConfig

Inherits:

Struct

Defined in:

gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Stores the configuration information for how model candidates are generated using an AutoML job V2.

Constant Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithms_config ⇒ Array<Types::AutoMLAlgorithmConfig>

Your Autopilot job trains a default set of algorithms on your dataset. For tabular and time-series data, you can customize the algorithm list by selecting a subset of algorithms for your problem type.

AlgorithmsConfig stores the customized selection of algorithms to train on your data.

3442 3443 3444 3445 3446 # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3442 class CandidateGenerationConfig < Struct.new( :algorithms_config) SENSITIVE = [] include Aws::Structure end