| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.clone() |
Channel |
Channel.withChannelName(String channelName)
The name of the channel.
|
Channel |
Channel.withCompressionType(CompressionType compressionType)
If training data is compressed, the compression type.
|
Channel |
Channel.withCompressionType(String compressionType)
If training data is compressed, the compression type.
|
Channel |
Channel.withContentType(String contentType)
The MIME type of the data.
|
Channel |
Channel.withDataSource(DataSource dataSource)
The location of the channel data.
|
Channel |
Channel.withRecordWrapperType(RecordWrapper recordWrapperType)
|
Channel |
Channel.withRecordWrapperType(String recordWrapperType)
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
DescribeTrainingJobResult.getInputDataConfig()
An array of
Channel objects that describes each data input channel. |
List<Channel> |
CreateTrainingJobRequest.getInputDataConfig()
An array of
Channel objects. |
| Modifier and Type | Method and Description |
|---|---|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withInputDataConfig(Channel... inputDataConfig)
An array of
Channel objects that describes each data input channel. |
CreateTrainingJobRequest |
CreateTrainingJobRequest.withInputDataConfig(Channel... inputDataConfig)
An array of
Channel objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrainingJobResult.setInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects that describes each data input channel. |
void |
CreateTrainingJobRequest.setInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects. |
DescribeTrainingJobResult |
DescribeTrainingJobResult.withInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects that describes each data input channel. |
CreateTrainingJobRequest |
CreateTrainingJobRequest.withInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects. |
Copyright © 2018. All rights reserved.