| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CheckpointConfig |
TrainingJob.checkpointConfig()
Returns the value of the CheckpointConfig property for this object.
|
CheckpointConfig |
CreateTrainingJobRequest.checkpointConfig()
Contains information about the output location for managed spot training checkpoint data.
|
CheckpointConfig |
HyperParameterTrainingJobDefinition.checkpointConfig()
Returns the value of the CheckpointConfig property for this object.
|
CheckpointConfig |
DescribeTrainingJobResponse.checkpointConfig()
Returns the value of the CheckpointConfig property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingJob.Builder |
TrainingJob.Builder.checkpointConfig(CheckpointConfig checkpointConfig)
Sets the value of the CheckpointConfig property for this object.
|
CreateTrainingJobRequest.Builder |
CreateTrainingJobRequest.Builder.checkpointConfig(CheckpointConfig checkpointConfig)
Contains information about the output location for managed spot training checkpoint data.
|
HyperParameterTrainingJobDefinition.Builder |
HyperParameterTrainingJobDefinition.Builder.checkpointConfig(CheckpointConfig checkpointConfig)
Sets the value of the CheckpointConfig property for this object.
|
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.checkpointConfig(CheckpointConfig checkpointConfig)
Sets the value of the CheckpointConfig property for this object.
|
Copyright © 2021. All rights reserved.