static Channel.Builder |
Channel.builder() |
|
Channel.Builder |
Channel.Builder.channelName(String channelName) |
The name of the channel.
|
Channel.Builder |
Channel.Builder.compressionType(String compressionType) |
If training data is compressed, the compression type.
|
Channel.Builder |
Channel.Builder.compressionType(CompressionType 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(String recordWrapperType) |
Channel.Builder |
Channel.Builder.recordWrapperType(RecordWrapper 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() |
|