Uses of Class
software.amazon.awssdk.services.braket.model.JobOutputDataConfig
-
Packages that use JobOutputDataConfig Package Description software.amazon.awssdk.services.braket.model -
-
Uses of JobOutputDataConfig in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return JobOutputDataConfig Modifier and Type Method Description JobOutputDataConfigCreateJobRequest. outputDataConfig()The path to the S3 location where you want to store job artifacts and the encryption key used to store them.JobOutputDataConfigGetJobResponse. outputDataConfig()The path to the S3 location where job artifacts are stored and the encryption key used to store them there.Methods in software.amazon.awssdk.services.braket.model with parameters of type JobOutputDataConfig Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. outputDataConfig(JobOutputDataConfig outputDataConfig)The path to the S3 location where you want to store job artifacts and the encryption key used to store them.GetJobResponse.BuilderGetJobResponse.Builder. outputDataConfig(JobOutputDataConfig outputDataConfig)The path to the S3 location where job artifacts are stored and the encryption key used to store them there.
-