Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLOutputDataConfig
-
Packages that use AutoMLOutputDataConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLOutputDataConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLOutputDataConfig Modifier and Type Method Description AutoMLOutputDataConfigCreateAutoMlJobRequest. outputDataConfig()Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.AutoMLOutputDataConfigCreateAutoMlJobV2Request. outputDataConfig()Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.AutoMLOutputDataConfigDescribeAutoMlJobResponse. outputDataConfig()Returns the job's output data config.AutoMLOutputDataConfigDescribeAutoMlJobV2Response. outputDataConfig()Returns the job's output data config.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLOutputDataConfig Modifier and Type Method Description CreateAutoMlJobRequest.BuilderCreateAutoMlJobRequest.Builder. outputDataConfig(AutoMLOutputDataConfig outputDataConfig)Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. outputDataConfig(AutoMLOutputDataConfig outputDataConfig)Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. outputDataConfig(AutoMLOutputDataConfig outputDataConfig)Returns the job's output data config.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. outputDataConfig(AutoMLOutputDataConfig outputDataConfig)Returns the job's output data config.
-