Uses of Class
software.amazon.awssdk.services.sagemaker.model.Channel
-
Packages that use Channel Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of Channel in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type Channel Modifier and Type Method Description List<Channel>CreateTrainingJobRequest. inputDataConfig()An array ofChannelobjects.List<Channel>DescribeTrainingJobResponse. inputDataConfig()An array ofChannelobjects that describes each data input channel.List<Channel>HyperParameterTrainingJobDefinition. inputDataConfig()An array of Channel objects that specify the input for the training jobs that the tuning job launches.List<Channel>TrainingJob. inputDataConfig()An array ofChannelobjects that describes each data input channel.List<Channel>TrainingJobDefinition. inputDataConfig()An array ofChannelobjects, each of which specifies an input source.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type Channel Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. inputDataConfig(Channel... inputDataConfig)An array ofChannelobjects.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. inputDataConfig(Channel... inputDataConfig)An array ofChannelobjects that describes each data input channel.HyperParameterTrainingJobDefinition.BuilderHyperParameterTrainingJobDefinition.Builder. inputDataConfig(Channel... inputDataConfig)An array of Channel objects that specify the input for the training jobs that the tuning job launches.TrainingJob.BuilderTrainingJob.Builder. inputDataConfig(Channel... inputDataConfig)An array ofChannelobjects that describes each data input channel.TrainingJobDefinition.BuilderTrainingJobDefinition.Builder. inputDataConfig(Channel... inputDataConfig)An array ofChannelobjects, each of which specifies an input source.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type Channel Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. inputDataConfig(Collection<Channel> inputDataConfig)An array ofChannelobjects.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. inputDataConfig(Collection<Channel> inputDataConfig)An array ofChannelobjects that describes each data input channel.HyperParameterTrainingJobDefinition.BuilderHyperParameterTrainingJobDefinition.Builder. inputDataConfig(Collection<Channel> inputDataConfig)An array of Channel objects that specify the input for the training jobs that the tuning job launches.TrainingJob.BuilderTrainingJob.Builder. inputDataConfig(Collection<Channel> inputDataConfig)An array ofChannelobjects that describes each data input channel.TrainingJobDefinition.BuilderTrainingJobDefinition.Builder. inputDataConfig(Collection<Channel> inputDataConfig)An array ofChannelobjects, each of which specifies an input source.
-