Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLChannel
-
Packages that use AutoMLChannel Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLChannel in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoMLChannel Modifier and Type Method Description List<AutoMLChannel>CreateAutoMlJobRequest. inputDataConfig()An array of channel objects that describes the input data and its location.List<AutoMLChannel>DescribeAutoMlJobResponse. inputDataConfig()Returns the input data configuration for the AutoML job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLChannel Modifier and Type Method Description CreateAutoMlJobRequest.BuilderCreateAutoMlJobRequest.Builder. inputDataConfig(AutoMLChannel... inputDataConfig)An array of channel objects that describes the input data and its location.DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. inputDataConfig(AutoMLChannel... inputDataConfig)Returns the input data configuration for the AutoML job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoMLChannel Modifier and Type Method Description CreateAutoMlJobRequest.BuilderCreateAutoMlJobRequest.Builder. inputDataConfig(Collection<AutoMLChannel> inputDataConfig)An array of channel objects that describes the input data and its location.DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. inputDataConfig(Collection<AutoMLChannel> inputDataConfig)Returns the input data configuration for the AutoML job.
-