@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:42.654Z") @Stability(value=Experimental) 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()
(experimental) Name of the channel.
|
default CompressionType |
getCompressionType()
(experimental) Compression type if training data is compressed.
|
default String |
getContentType()
(experimental) The MIME type of the data.
|
DataSource |
getDataSource()
(experimental) Location of the channel data.
|
default InputMode |
getInputMode()
(experimental) Input mode to use for the data channel in a training job.
|
default RecordWrapperType |
getRecordWrapperType()
(experimental) Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format.
|
default ShuffleConfig |
getShuffleConfig()
(experimental) Shuffle config option for input data in a channel.
|
@Stability(value=Experimental) @NotNull String getChannelName()
@Stability(value=Experimental) @NotNull DataSource getDataSource()
@Stability(value=Experimental) @Nullable default CompressionType getCompressionType()
Default: - None
@Stability(value=Experimental) @Nullable default String getContentType()
Default: - None
@Stability(value=Experimental) @Nullable default InputMode getInputMode()
Default: - None
@Stability(value=Experimental) @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=Experimental) @Nullable default ShuffleConfig getShuffleConfig()
Default: - None
@Stability(value=Experimental) static Channel.Builder builder()
Channel.Builder
of Channel
Copyright © 2021. All rights reserved.