| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.clone() |
Channel |
Channel.withChannelName(String channelName)
The name of the channel.
|
Channel |
Channel.withCompressionType(CompressionType compressionType)
If training data is compressed, the compression type.
|
Channel |
Channel.withCompressionType(String compressionType)
If training data is compressed, the compression type.
|
Channel |
Channel.withContentType(String contentType)
The MIME type of the data.
|
Channel |
Channel.withDataSource(DataSource dataSource)
The location of the channel data.
|
Channel |
Channel.withInputMode(String inputMode)
(Optional) The input mode to use for the data channel in a training job.
|
Channel |
Channel.withInputMode(TrainingInputMode inputMode)
(Optional) The input mode to use for the data channel in a training job.
|
Channel |
Channel.withRecordWrapperType(RecordWrapper recordWrapperType)
|
Channel |
Channel.withRecordWrapperType(String recordWrapperType)
|
Channel |
Channel.withShuffleConfig(ShuffleConfig shuffleConfig)
A configuration for a shuffle option for input data in a channel.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
TrainingJob.getInputDataConfig()
An array of
Channel objects that describes each data input channel. |
List<Channel> |
HyperParameterTrainingJobDefinition.getInputDataConfig()
An array of Channel
objects that specify the input for the training jobs that the tuning job launches.
|
List<Channel> |
CreateTrainingJobRequest.getInputDataConfig()
An array of
Channel objects. |
List<Channel> |
DescribeTrainingJobResult.getInputDataConfig()
An array of
Channel objects that describes each data input channel. |
List<Channel> |
TrainingJobDefinition.getInputDataConfig()
An array of
Channel objects, each of which specifies an input source. |
| Modifier and Type | Method and Description |
|---|---|
TrainingJob |
TrainingJob.withInputDataConfig(Channel... inputDataConfig)
An array of
Channel objects that describes each data input channel. |
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withInputDataConfig(Channel... inputDataConfig)
An array of Channel
objects that specify the input for the training jobs that the tuning job launches.
|
CreateTrainingJobRequest |
CreateTrainingJobRequest.withInputDataConfig(Channel... inputDataConfig)
An array of
Channel objects. |
DescribeTrainingJobResult |
DescribeTrainingJobResult.withInputDataConfig(Channel... inputDataConfig)
An array of
Channel objects that describes each data input channel. |
TrainingJobDefinition |
TrainingJobDefinition.withInputDataConfig(Channel... inputDataConfig)
An array of
Channel objects, each of which specifies an input source. |
| Modifier and Type | Method and Description |
|---|---|
void |
TrainingJob.setInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects that describes each data input channel. |
void |
HyperParameterTrainingJobDefinition.setInputDataConfig(Collection<Channel> inputDataConfig)
An array of Channel
objects that specify the input for the training jobs that the tuning job launches.
|
void |
CreateTrainingJobRequest.setInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects. |
void |
DescribeTrainingJobResult.setInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects that describes each data input channel. |
void |
TrainingJobDefinition.setInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects, each of which specifies an input source. |
TrainingJob |
TrainingJob.withInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects that describes each data input channel. |
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withInputDataConfig(Collection<Channel> inputDataConfig)
An array of Channel
objects that specify the input for the training jobs that the tuning job launches.
|
CreateTrainingJobRequest |
CreateTrainingJobRequest.withInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects. |
DescribeTrainingJobResult |
DescribeTrainingJobResult.withInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects that describes each data input channel. |
TrainingJobDefinition |
TrainingJobDefinition.withInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects, each of which specifies an input source. |
Copyright © 2023. All rights reserved.