Interface OptimizationJobOutputConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OptimizationJobOutputConfig.Builder,OptimizationJobOutputConfig>, SdkBuilder<OptimizationJobOutputConfig.Builder,OptimizationJobOutputConfig>, SdkPojo
Enclosing class:
OptimizationJobOutputConfig

public static interface OptimizationJobOutputConfig.Builder extends SdkPojo, CopyableBuilder<OptimizationJobOutputConfig.Builder,OptimizationJobOutputConfig>
  • Method Details

    • 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.