Interface JobCheckpointConfig.Builder

    • Method Detail

      • localPath

        JobCheckpointConfig.Builder localPath​(String localPath)

        (Optional) The local directory where checkpoints are written. The default directory is /opt/braket/checkpoints/.

        Parameters:
        localPath - (Optional) The local directory where checkpoints are written. The default directory is /opt/braket/checkpoints/.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Uri

        JobCheckpointConfig.Builder s3Uri​(String s3Uri)

        Identifies the S3 path where you want Amazon Braket to store checkpoints. For example, s3://bucket-name/key-name-prefix.

        Parameters:
        s3Uri - Identifies the S3 path where you want Amazon Braket to store checkpoints. For example, s3://bucket-name/key-name-prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.