| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelSpecification> |
TrainingSpecification.trainingChannels()
A list of
ChannelSpecification objects, which specify the input sources to be used by the algorithm. |
| Modifier and Type | Method and Description |
|---|---|
TrainingSpecification.Builder |
TrainingSpecification.Builder.trainingChannels(ChannelSpecification... trainingChannels)
A list of
ChannelSpecification objects, which specify the input sources to be used by the
algorithm. |
| Modifier and Type | Method and Description |
|---|---|
TrainingSpecification.Builder |
TrainingSpecification.Builder.trainingChannels(Collection<ChannelSpecification> trainingChannels)
A list of
ChannelSpecification objects, which specify the input sources to be used by the
algorithm. |
Copyright © 2022. All rights reserved.