Uses of Class
software.amazon.awssdk.services.sagemaker.model.ChannelSpecification
-
Packages that use ChannelSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ChannelSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ChannelSpecification Modifier and Type Method Description List<ChannelSpecification>TrainingSpecification. trainingChannels()A list ofChannelSpecificationobjects, which specify the input sources to be used by the algorithm.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ChannelSpecification Modifier and Type Method Description TrainingSpecification.BuilderTrainingSpecification.Builder. trainingChannels(ChannelSpecification... trainingChannels)A list ofChannelSpecificationobjects, which specify the input sources to be used by the algorithm.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ChannelSpecification Modifier and Type Method Description TrainingSpecification.BuilderTrainingSpecification.Builder. trainingChannels(Collection<ChannelSpecification> trainingChannels)A list ofChannelSpecificationobjects, which specify the input sources to be used by the algorithm.
-