Interface OptimizationJobOutputConfig.Builder

    • Method Detail

      • kmsKeyId

        OptimizationJobOutputConfig.Builder kmsKeyId​(String kmsKeyId)

        The Amazon Resource Name (ARN) of a key in Amazon Web Services KMS. SageMaker uses they key to encrypt the artifacts of the optimized model when SageMaker uploads the model to Amazon S3.

        Parameters:
        kmsKeyId - The Amazon Resource Name (ARN) of a key in Amazon Web Services KMS. SageMaker uses they key to encrypt the artifacts of the optimized model when SageMaker uploads the model to Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3OutputLocation

        OptimizationJobOutputConfig.Builder s3OutputLocation​(String s3OutputLocation)

        The Amazon S3 URI for where to store the optimized model that you create with an optimization job.

        Parameters:
        s3OutputLocation - The Amazon S3 URI for where to store the optimized model that you create with an optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.