| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLChannel |
AutoMLChannel.clone() |
AutoMLChannel |
AutoMLChannel.withCompressionType(CompressionType compressionType)
You can use Gzip or None.
|
AutoMLChannel |
AutoMLChannel.withCompressionType(String compressionType)
You can use Gzip or None.
|
AutoMLChannel |
AutoMLChannel.withDataSource(AutoMLDataSource dataSource)
The data source.
|
AutoMLChannel |
AutoMLChannel.withTargetAttributeName(String targetAttributeName)
The name of the target variable in supervised learning, a.k.a.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLChannel> |
CreateAutoMLJobRequest.getInputDataConfig()
Similar to InputDataConfig supported by Tuning.
|
List<AutoMLChannel> |
DescribeAutoMLJobResult.getInputDataConfig()
Returns the job's input data config.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withInputDataConfig(AutoMLChannel... inputDataConfig)
Similar to InputDataConfig supported by Tuning.
|
DescribeAutoMLJobResult |
DescribeAutoMLJobResult.withInputDataConfig(AutoMLChannel... inputDataConfig)
Returns the job's input data config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAutoMLJobRequest.setInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Similar to InputDataConfig supported by Tuning.
|
void |
DescribeAutoMLJobResult.setInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the job's input data config.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Similar to InputDataConfig supported by Tuning.
|
DescribeAutoMLJobResult |
DescribeAutoMLJobResult.withInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the job's input data config.
|
Copyright © 2020. All rights reserved.