Uses of Interface
software.amazon.awssdk.services.sagemaker.model.AutoMLOutputDataConfig.Builder
-
Packages that use AutoMLOutputDataConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLOutputDataConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLOutputDataConfig.Builder Modifier and Type Method Description static AutoMLOutputDataConfig.BuilderAutoMLOutputDataConfig. builder()AutoMLOutputDataConfig.BuilderAutoMLOutputDataConfig.Builder. kmsKeyId(String kmsKeyId)The Key Management Service encryption key ID.AutoMLOutputDataConfig.BuilderAutoMLOutputDataConfig.Builder. s3OutputPath(String s3OutputPath)The Amazon S3 output path.AutoMLOutputDataConfig.BuilderAutoMLOutputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoMLOutputDataConfig.Builder Modifier and Type Method Description static Class<? extends AutoMLOutputDataConfig.Builder>AutoMLOutputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoMLOutputDataConfig.Builder Modifier and Type Method Description default CreateAutoMlJobRequest.BuilderCreateAutoMlJobRequest.Builder. outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.default CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.default DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)Returns the job's output data config.default DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)Returns the job's output data config.
-