@Generated(value="software.amazon.awssdk:codegen") public final class CheckpointConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CheckpointConfig.Builder,CheckpointConfig>
Contains information about the output location for managed spot training checkpoint data.
Modifier and Type | Class and Description |
---|---|
static interface |
CheckpointConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static CheckpointConfig.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 SageMaker to store checkpoints.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CheckpointConfig.Builder> |
serializableBuilderClass() |
CheckpointConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String s3Uri()
Identifies the S3 path where you want Amazon SageMaker to store checkpoints. For example,
s3://bucket-name/key-name-prefix
.
s3://bucket-name/key-name-prefix
.public final String localPath()
(Optional) The local directory where checkpoints are written. The default directory is
/opt/ml/checkpoints/
.
/opt/ml/checkpoints/
.public CheckpointConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CheckpointConfig.Builder,CheckpointConfig>
public static CheckpointConfig.Builder builder()
public static Class<? extends CheckpointConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.