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:StringS3OutputLocation: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:
2048Update 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:
1024Update requires: Replacement