Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CheckpointConfig.Builder
-
Packages that use CheckpointConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CheckpointConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CheckpointConfig.Builder Modifier and Type Method Description static CheckpointConfig.BuilderCheckpointConfig. builder()CheckpointConfig.BuilderCheckpointConfig.Builder. localPath(String localPath)(Optional) The local directory where checkpoints are written.CheckpointConfig.BuilderCheckpointConfig.Builder. s3Uri(String s3Uri)Identifies the S3 path where you want SageMaker to store checkpoints.CheckpointConfig.BuilderCheckpointConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CheckpointConfig.Builder Modifier and Type Method Description static Class<? extends CheckpointConfig.Builder>CheckpointConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CheckpointConfig.Builder Modifier and Type Method Description default CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. checkpointConfig(Consumer<CheckpointConfig.Builder> checkpointConfig)Contains information about the output location for managed spot training checkpoint data.default DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. checkpointConfig(Consumer<CheckpointConfig.Builder> checkpointConfig)Sets the value of the CheckpointConfig property for this object.default HyperParameterTrainingJobDefinition.BuilderHyperParameterTrainingJobDefinition.Builder. checkpointConfig(Consumer<CheckpointConfig.Builder> checkpointConfig)Sets the value of the CheckpointConfig property for this object.default TrainingJob.BuilderTrainingJob.Builder. checkpointConfig(Consumer<CheckpointConfig.Builder> checkpointConfig)Sets the value of the CheckpointConfig property for this object.
-