@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-29T20:31:20.703Z") @Stability(value=Stable) public interface Channel extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Channel.Builder
A builder for
Channel |
static class |
Channel.Jsii$Proxy
An implementation for
Channel |
| Modifier and Type | Method and Description |
|---|---|
static Channel.Builder |
builder() |
String |
getChannelName()
Name of the channel.
|
default CompressionType |
getCompressionType()
Compression type if training data is compressed.
|
default String |
getContentType()
The MIME type of the data.
|
DataSource |
getDataSource()
Location of the channel data.
|
default InputMode |
getInputMode()
Input mode to use for the data channel in a training job.
|
default RecordWrapperType |
getRecordWrapperType()
Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format.
|
default ShuffleConfig |
getShuffleConfig()
Shuffle config option for input data in a channel.
|
@Stability(value=Stable) @NotNull String getChannelName()
@Stability(value=Stable) @NotNull DataSource getDataSource()
@Stability(value=Stable) @Nullable default CompressionType getCompressionType()
Default: - None
@Stability(value=Stable) @Nullable default String getContentType()
Default: - None
@Stability(value=Stable) @Nullable default InputMode getInputMode()
Default: - None
@Stability(value=Stable) @Nullable default RecordWrapperType getRecordWrapperType()
In this case, Amazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute.
Default: - None
@Stability(value=Stable) @Nullable default ShuffleConfig getShuffleConfig()
Default: - None
@Stability(value=Stable) static Channel.Builder builder()
Channel.Builder of ChannelCopyright © 2021. All rights reserved.