Uses of Interface
software.amazon.awssdk.services.braket.model.JobCheckpointConfig.Builder
-
Packages that use JobCheckpointConfig.Builder Package Description software.amazon.awssdk.services.braket.model -
-
Uses of JobCheckpointConfig.Builder in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return JobCheckpointConfig.Builder Modifier and Type Method Description static JobCheckpointConfig.BuilderJobCheckpointConfig. builder()JobCheckpointConfig.BuilderJobCheckpointConfig.Builder. localPath(String localPath)(Optional) The local directory where checkpoints are written.JobCheckpointConfig.BuilderJobCheckpointConfig.Builder. s3Uri(String s3Uri)Identifies the S3 path where you want Amazon Braket to store checkpoints.JobCheckpointConfig.BuilderJobCheckpointConfig. toBuilder()Methods in software.amazon.awssdk.services.braket.model that return types with arguments of type JobCheckpointConfig.Builder Modifier and Type Method Description static Class<? extends JobCheckpointConfig.Builder>JobCheckpointConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.braket.model with type arguments of type JobCheckpointConfig.Builder Modifier and Type Method Description default CreateJobRequest.BuilderCreateJobRequest.Builder. checkpointConfig(Consumer<JobCheckpointConfig.Builder> checkpointConfig)Information about the output locations for job checkpoint data.default GetJobResponse.BuilderGetJobResponse.Builder. checkpointConfig(Consumer<JobCheckpointConfig.Builder> checkpointConfig)Information about the output locations for job checkpoint data.
-