| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
JobOutputDataConfig |
JobOutputDataConfig.clone() |
JobOutputDataConfig |
CreateJobRequest.getOutputDataConfig()
The path to the S3 location where you want to store job artifacts and the encryption key used to store them.
|
JobOutputDataConfig |
GetJobResult.getOutputDataConfig()
The path to the S3 location where job artifacts are stored and the encryption key used to store them there.
|
JobOutputDataConfig |
JobOutputDataConfig.withKmsKeyId(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 |
JobOutputDataConfig.withS3Path(String s3Path)
Identifies the S3 path where you want Amazon Braket to store the job training artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateJobRequest.setOutputDataConfig(JobOutputDataConfig outputDataConfig)
The path to the S3 location where you want to store job artifacts and the encryption key used to store them.
|
void |
GetJobResult.setOutputDataConfig(JobOutputDataConfig outputDataConfig)
The path to the S3 location where job artifacts are stored and the encryption key used to store them there.
|
CreateJobRequest |
CreateJobRequest.withOutputDataConfig(JobOutputDataConfig outputDataConfig)
The path to the S3 location where you want to store job artifacts and the encryption key used to store them.
|
GetJobResult |
GetJobResult.withOutputDataConfig(JobOutputDataConfig outputDataConfig)
The path to the S3 location where job artifacts are stored and the encryption key used to store them there.
|
Copyright © 2023. All rights reserved.