class Aws::SageMaker::Types::AutoMLChannel

A channel is a named input source that training algorithms can consume. For more information, see .

@note When making an API call, you may pass AutoMLChannel

data as a hash:

    {
      data_source: { # required
        s3_data_source: { # required
          s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix
          s3_uri: "S3Uri", # required
        },
      },
      compression_type: "None", # accepts None, Gzip
      target_attribute_name: "TargetAttributeName", # required
    }

@!attribute [rw] data_source

The data source for an AutoML channel.
@return [Types::AutoMLDataSource]

@!attribute [rw] compression_type

You can use `Gzip` or `None`. The default value is `None`.
@return [String]

@!attribute [rw] target_attribute_name

The name of the target variable in supervised learning, usually
represented by 'y'.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLChannel AWS API Documentation

Constants

SENSITIVE