| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLChannel |
AutoMLChannel.clone() |
AutoMLChannel |
AutoMLChannel.withChannelType(AutoMLChannelType channelType)
The channel type (optional) is an
enum string. |
AutoMLChannel |
AutoMLChannel.withChannelType(String channelType)
The channel type (optional) is an
enum string. |
AutoMLChannel |
AutoMLChannel.withCompressionType(CompressionType compressionType)
You can use
Gzip or None. |
AutoMLChannel |
AutoMLChannel.withCompressionType(String compressionType)
You can use
Gzip or None. |
AutoMLChannel |
AutoMLChannel.withContentType(String contentType)
The content type of the data from the input source.
|
AutoMLChannel |
AutoMLChannel.withDataSource(AutoMLDataSource dataSource)
The data source for an AutoML channel.
|
AutoMLChannel |
AutoMLChannel.withSampleWeightAttributeName(String sampleWeightAttributeName)
If specified, this column name indicates which column of the dataset should be treated as sample weights for use
by the objective metric during the training, evaluation, and the selection of the best model.
|
AutoMLChannel |
AutoMLChannel.withTargetAttributeName(String targetAttributeName)
The name of the target variable in supervised learning, usually represented by 'y'.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLChannel> |
DescribeAutoMLJobResult.getInputDataConfig()
Returns the input data configuration for the AutoML job.
|
List<AutoMLChannel> |
CreateAutoMLJobRequest.getInputDataConfig()
An array of channel objects that describes the input data and its location.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMLJobResult |
DescribeAutoMLJobResult.withInputDataConfig(AutoMLChannel... inputDataConfig)
Returns the input data configuration for the AutoML job.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withInputDataConfig(AutoMLChannel... inputDataConfig)
An array of channel objects that describes the input data and its location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutoMLJobResult.setInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the input data configuration for the AutoML job.
|
void |
CreateAutoMLJobRequest.setInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
An array of channel objects that describes the input data and its location.
|
DescribeAutoMLJobResult |
DescribeAutoMLJobResult.withInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the input data configuration for the AutoML job.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
An array of channel objects that describes the input data and its location.
|
Copyright © 2023. All rights reserved.