Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLJobChannel
-
Packages that use AutoMLJobChannel Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLJobChannel in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoMLJobChannel Modifier and Type Method Description List<AutoMLJobChannel>CreateAutoMlJobV2Request. autoMLJobInputDataConfig()An array of channel objects describing the input data and their location.List<AutoMLJobChannel>DescribeAutoMlJobV2Response. autoMLJobInputDataConfig()Returns an array of channel objects describing the input data and their location.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLJobChannel Modifier and Type Method Description CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. autoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)An array of channel objects describing the input data and their location.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. autoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)Returns an array of channel objects describing the input data and their location.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoMLJobChannel Modifier and Type Method Description CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. autoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)An array of channel objects describing the input data and their location.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. autoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)Returns an array of channel objects describing the input data and their location.
-