View a markdown version of this page

AWS::SageMaker::OptimizationJob OptimizationJobOutputConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::OptimizationJob OptimizationJobOutputConfig

Details for where to store the optimized model that you create with the optimization job.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "KmsKeyId" : String, "S3OutputLocation" : String }

YAML

KmsKeyId: String S3OutputLocation: String

Properties

KmsKeyId

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

Required: No

Type: String

Pattern: .*

Maximum: 2048

Update requires: Replacement

S3OutputLocation

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

Required: No

Type: String

Pattern: ^(https|s3)://([^/]+)/?(.*)$

Maximum: 1024

Update requires: Replacement