Uses of Class
software.amazon.awssdk.services.sagemaker.model.CheckpointConfig
-
Packages that use CheckpointConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CheckpointConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CheckpointConfig Modifier and Type Method Description CheckpointConfigCreateTrainingJobRequest. checkpointConfig()Contains information about the output location for managed spot training checkpoint data.CheckpointConfigDescribeTrainingJobResponse. checkpointConfig()Returns the value of the CheckpointConfig property for this object.CheckpointConfigHyperParameterTrainingJobDefinition. checkpointConfig()Returns the value of the CheckpointConfig property for this object.CheckpointConfigTrainingJob. checkpointConfig()Returns the value of the CheckpointConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CheckpointConfig Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. checkpointConfig(CheckpointConfig checkpointConfig)Contains information about the output location for managed spot training checkpoint data.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. checkpointConfig(CheckpointConfig checkpointConfig)Sets the value of the CheckpointConfig property for this object.HyperParameterTrainingJobDefinition.BuilderHyperParameterTrainingJobDefinition.Builder. checkpointConfig(CheckpointConfig checkpointConfig)Sets the value of the CheckpointConfig property for this object.TrainingJob.BuilderTrainingJob.Builder. checkpointConfig(CheckpointConfig checkpointConfig)Sets the value of the CheckpointConfig property for this object.
-