Uses of Interface
software.amazon.awssdk.services.braket.model.JobOutputDataConfig.Builder
-
Packages that use JobOutputDataConfig.Builder Package Description software.amazon.awssdk.services.braket.model -
-
Uses of JobOutputDataConfig.Builder in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return JobOutputDataConfig.Builder Modifier and Type Method Description static JobOutputDataConfig.BuilderJobOutputDataConfig. builder()JobOutputDataConfig.BuilderJobOutputDataConfig.Builder. kmsKeyId(String kmsKeyId)The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.JobOutputDataConfig.BuilderJobOutputDataConfig.Builder. s3Path(String s3Path)Identifies the S3 path where you want Amazon Braket to store the job training artifacts.JobOutputDataConfig.BuilderJobOutputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.braket.model that return types with arguments of type JobOutputDataConfig.Builder Modifier and Type Method Description static Class<? extends JobOutputDataConfig.Builder>JobOutputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.braket.model with type arguments of type JobOutputDataConfig.Builder Modifier and Type Method Description default CreateJobRequest.BuilderCreateJobRequest.Builder. outputDataConfig(Consumer<JobOutputDataConfig.Builder> outputDataConfig)The path to the S3 location where you want to store job artifacts and the encryption key used to store them.default GetJobResponse.BuilderGetJobResponse.Builder. outputDataConfig(Consumer<JobOutputDataConfig.Builder> outputDataConfig)The path to the S3 location where job artifacts are stored and the encryption key used to store them there.
-