| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static Channel.Builder |
Channel.builder() |
Channel.Builder |
Channel.Builder.channelName(String channelName)
The name of the channel.
|
Channel.Builder |
Channel.Builder.compressionType(CompressionType compressionType)
If training data is compressed, the compression type.
|
Channel.Builder |
Channel.Builder.compressionType(String compressionType)
If training data is compressed, the compression type.
|
Channel.Builder |
Channel.Builder.contentType(String contentType)
The MIME type of the data.
|
default Channel.Builder |
Channel.Builder.dataSource(Consumer<DataSource.Builder> dataSource)
The location of the channel data.
|
Channel.Builder |
Channel.Builder.dataSource(DataSource dataSource)
The location of the channel data.
|
Channel.Builder |
Channel.Builder.inputMode(String inputMode)
(Optional) The input mode to use for the data channel in a training job.
|
Channel.Builder |
Channel.Builder.inputMode(TrainingInputMode inputMode)
(Optional) The input mode to use for the data channel in a training job.
|
Channel.Builder |
Channel.Builder.recordWrapperType(RecordWrapper recordWrapperType)
|
Channel.Builder |
Channel.Builder.recordWrapperType(String recordWrapperType)
|
default Channel.Builder |
Channel.Builder.shuffleConfig(Consumer<ShuffleConfig.Builder> shuffleConfig)
A configuration for a shuffle option for input data in a channel.
|
Channel.Builder |
Channel.Builder.shuffleConfig(ShuffleConfig shuffleConfig)
A configuration for a shuffle option for input data in a channel.
|
Channel.Builder |
Channel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Channel.Builder> |
Channel.serializableBuilderClass() |
Copyright © 2020. All rights reserved.