Class JobCheckpointConfig
- java.lang.Object
-
- software.amazon.awssdk.services.braket.model.JobCheckpointConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobCheckpointConfig.Builder,JobCheckpointConfig>
@Generated("software.amazon.awssdk:codegen") public final class JobCheckpointConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobCheckpointConfig.Builder,JobCheckpointConfig>
Contains information about the output locations for job checkpoint data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobCheckpointConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobCheckpointConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlocalPath()(Optional) The local directory where checkpoints are written.Strings3Uri()Identifies the S3 path where you want Amazon Braket to store checkpoints.List<SdkField<?>>sdkFields()static Class<? extends JobCheckpointConfig.Builder>serializableBuilderClass()JobCheckpointConfig.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
-
localPath
public final String localPath()
(Optional) The local directory where checkpoints are written. The default directory is
/opt/braket/checkpoints/.- Returns:
- (Optional) The local directory where checkpoints are written. The default directory is
/opt/braket/checkpoints/.
-
s3Uri
public final String s3Uri()
Identifies the S3 path where you want Amazon Braket to store checkpoints. For example,
s3://bucket-name/key-name-prefix.- Returns:
- Identifies the S3 path where you want Amazon Braket to store checkpoints. For example,
s3://bucket-name/key-name-prefix.
-
toBuilder
public JobCheckpointConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobCheckpointConfig.Builder,JobCheckpointConfig>
-
builder
public static JobCheckpointConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobCheckpointConfig.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.
-
-