| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLJobChannel |
AutoMLJobChannel.clone() |
AutoMLJobChannel |
AutoMLJobChannel.withChannelType(AutoMLChannelType channelType)
The type of channel.
|
AutoMLJobChannel |
AutoMLJobChannel.withChannelType(String channelType)
The type of channel.
|
AutoMLJobChannel |
AutoMLJobChannel.withCompressionType(CompressionType compressionType)
The allowed compression types depend on the input format and problem type.
|
AutoMLJobChannel |
AutoMLJobChannel.withCompressionType(String compressionType)
The allowed compression types depend on the input format and problem type.
|
AutoMLJobChannel |
AutoMLJobChannel.withContentType(String contentType)
The content type of the data from the input source.
|
AutoMLJobChannel |
AutoMLJobChannel.withDataSource(AutoMLDataSource dataSource)
The data source for an AutoML channel (Required).
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLJobChannel> |
DescribeAutoMLJobV2Result.getAutoMLJobInputDataConfig()
Returns an array of channel objects describing the input data and their location.
|
List<AutoMLJobChannel> |
CreateAutoMLJobV2Request.getAutoMLJobInputDataConfig()
An array of channel objects describing the input data and their location.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
CreateAutoMLJobV2Request |
CreateAutoMLJobV2Request.withAutoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)
An array of channel objects describing the input data and their location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutoMLJobV2Result.setAutoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
void |
CreateAutoMLJobV2Request.setAutoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
An array of channel objects describing the input data and their location.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
CreateAutoMLJobV2Request |
CreateAutoMLJobV2Request.withAutoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
An array of channel objects describing the input data and their location.
|
Copyright © 2023. All rights reserved.