Interface JobOutputDataConfig.Builder

    • Method Detail

      • kmsKeyId

        JobOutputDataConfig.Builder kmsKeyId​(String kmsKeyId)

        The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.

        Parameters:
        kmsKeyId - The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Path

        JobOutputDataConfig.Builder s3Path​(String s3Path)

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

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