View a markdown version of this page

AWS::SageMaker::OptimizationJob OptimizationJobOutputConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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 Amazon 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