Class JobOutputDataConfig
- java.lang.Object
-
- software.amazon.awssdk.services.braket.model.JobOutputDataConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobOutputDataConfig.Builder,JobOutputDataConfig>
@Generated("software.amazon.awssdk:codegen") public final class JobOutputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobOutputDataConfig.Builder,JobOutputDataConfig>
Specifies the path to the S3 location where you want to store job artifacts and the encryption key used to store them.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobOutputDataConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobOutputDataConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyId()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.Strings3Path()Identifies the S3 path where you want Amazon Braket to store the job training artifacts.List<SdkField<?>>sdkFields()static Class<? extends JobOutputDataConfig.Builder>serializableBuilderClass()JobOutputDataConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
kmsKeyId
public final 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.
- Returns:
- 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.
-
s3Path
public final String s3Path()
Identifies the S3 path where you want Amazon Braket to store the job training artifacts. For example,
s3://bucket-name/key-name-prefix.- Returns:
- Identifies the S3 path where you want Amazon Braket to store the job training artifacts. For example,
s3://bucket-name/key-name-prefix.
-
toBuilder
public JobOutputDataConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobOutputDataConfig.Builder,JobOutputDataConfig>
-
builder
public static JobOutputDataConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobOutputDataConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-