@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobCheckpointConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobCheckpointConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localPath()
(Optional) The local directory where checkpoints are written.
|
String |
s3Uri()
Identifies the S3 path where you want Amazon Braket to store checkpoints.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobCheckpointConfig.Builder> |
serializableBuilderClass() |
JobCheckpointConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String localPath()
(Optional) The local directory where checkpoints are written. The default directory is
/opt/braket/checkpoints/.
/opt/braket/checkpoints/.public final String s3Uri()
Identifies the S3 path where you want Amazon Braket to store checkpoints. For example,
s3://bucket-name/key-name-prefix.
s3://bucket-name/key-name-prefix.public JobCheckpointConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobCheckpointConfig.Builder,JobCheckpointConfig>public static JobCheckpointConfig.Builder builder()
public static Class<? extends JobCheckpointConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.