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

Class: Aws::SageMaker::Types::AutoMLAlgorithmConfig

Inherits:

Struct

Defined in:

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

Overview

The selection of algorithms trained on your dataset to generate the model candidates for an Autopilot job.

Constant Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_algorithms ⇒ Array

The selection of algorithms trained on your dataset to generate the model candidates for an Autopilot job.

1864 1865 1866 1867 1868 # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1864 class AutoMLAlgorithmConfig < Struct.new( :auto_ml_algorithms) SENSITIVE = [] include Aws::Structure end