Uses of Interface
software.amazon.awssdk.services.sagemaker.model.OutputDataConfig.Builder
-
Packages that use OutputDataConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OutputDataConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return OutputDataConfig.Builder Modifier and Type Method Description static OutputDataConfig.BuilderOutputDataConfig. builder()OutputDataConfig.BuilderOutputDataConfig.Builder. compressionType(String compressionType)The model output compression type.OutputDataConfig.BuilderOutputDataConfig.Builder. compressionType(OutputCompressionType compressionType)The model output compression type.OutputDataConfig.BuilderOutputDataConfig.Builder. kmsKeyId(String kmsKeyId)The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.OutputDataConfig.BuilderOutputDataConfig.Builder. s3OutputPath(String s3OutputPath)Identifies the S3 path where you want SageMaker to store the model artifacts.OutputDataConfig.BuilderOutputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type OutputDataConfig.Builder Modifier and Type Method Description static Class<? extends OutputDataConfig.Builder>OutputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type OutputDataConfig.Builder Modifier and Type Method Description default CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)Specifies the path to the S3 location where you want to store model artifacts.default DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)The S3 path where model artifacts that you configured when creating the job are stored.default HyperParameterTrainingJobDefinition.BuilderHyperParameterTrainingJobDefinition.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning job launches.default TrainingJob.BuilderTrainingJob.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)The S3 path where model artifacts that you configured when creating the job are stored.default TrainingJobDefinition.BuilderTrainingJobDefinition.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)the path to the S3 bucket where you want to store model artifacts.
-