| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelSpecification |
ChannelSpecification.clone() |
ChannelSpecification |
ChannelSpecification.withDescription(String description)
A brief description of the channel.
|
ChannelSpecification |
ChannelSpecification.withIsRequired(Boolean isRequired)
Indicates whether the channel is required by the algorithm.
|
ChannelSpecification |
ChannelSpecification.withName(String name)
The name of the channel.
|
ChannelSpecification |
ChannelSpecification.withSupportedCompressionTypes(Collection<String> supportedCompressionTypes)
The allowed compression types, if data compression is used.
|
ChannelSpecification |
ChannelSpecification.withSupportedCompressionTypes(CompressionType... supportedCompressionTypes)
The allowed compression types, if data compression is used.
|
ChannelSpecification |
ChannelSpecification.withSupportedCompressionTypes(String... supportedCompressionTypes)
The allowed compression types, if data compression is used.
|
ChannelSpecification |
ChannelSpecification.withSupportedContentTypes(Collection<String> supportedContentTypes)
The supported MIME types for the data.
|
ChannelSpecification |
ChannelSpecification.withSupportedContentTypes(String... supportedContentTypes)
The supported MIME types for the data.
|
ChannelSpecification |
ChannelSpecification.withSupportedInputModes(Collection<String> supportedInputModes)
The allowed input mode, either FILE or PIPE.
|
ChannelSpecification |
ChannelSpecification.withSupportedInputModes(String... supportedInputModes)
The allowed input mode, either FILE or PIPE.
|
ChannelSpecification |
ChannelSpecification.withSupportedInputModes(TrainingInputMode... supportedInputModes)
The allowed input mode, either FILE or PIPE.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelSpecification> |
TrainingSpecification.getTrainingChannels()
A list of
ChannelSpecification objects, which specify the input sources to be used by the algorithm. |
| Modifier and Type | Method and Description |
|---|---|
TrainingSpecification |
TrainingSpecification.withTrainingChannels(ChannelSpecification... trainingChannels)
A list of
ChannelSpecification objects, which specify the input sources to be used by the algorithm. |
| Modifier and Type | Method and Description |
|---|---|
void |
TrainingSpecification.setTrainingChannels(Collection<ChannelSpecification> trainingChannels)
A list of
ChannelSpecification objects, which specify the input sources to be used by the algorithm. |
TrainingSpecification |
TrainingSpecification.withTrainingChannels(Collection<ChannelSpecification> trainingChannels)
A list of
ChannelSpecification objects, which specify the input sources to be used by the algorithm. |
Copyright © 2025. All rights reserved.