| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static CheckpointConfig.Builder |
CheckpointConfig.builder() |
CheckpointConfig.Builder |
CheckpointConfig.Builder.localPath(String localPath)
(Optional) The local directory where checkpoints are written.
|
CheckpointConfig.Builder |
CheckpointConfig.Builder.s3Uri(String s3Uri)
Identifies the S3 path where you want Amazon SageMaker to store checkpoints.
|
CheckpointConfig.Builder |
CheckpointConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CheckpointConfig.Builder> |
CheckpointConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateTrainingJobRequest.Builder |
CreateTrainingJobRequest.Builder.checkpointConfig(Consumer<CheckpointConfig.Builder> checkpointConfig)
Contains information about the output location for managed spot training checkpoint data.
|
default DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.checkpointConfig(Consumer<CheckpointConfig.Builder> checkpointConfig)
Sets the value of the CheckpointConfig property for this object.
|
default TrainingJob.Builder |
TrainingJob.Builder.checkpointConfig(Consumer<CheckpointConfig.Builder> checkpointConfig)
Sets the value of the CheckpointConfig property for this object.
|
default HyperParameterTrainingJobDefinition.Builder |
HyperParameterTrainingJobDefinition.Builder.checkpointConfig(Consumer<CheckpointConfig.Builder> checkpointConfig)
Sets the value of the CheckpointConfig property for this object.
|
Copyright © 2020. All rights reserved.