AWS::Greengrass::ResourceDefinitionVersion SageMakerMachineLearningModelResourceData - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Greengrass::ResourceDefinitionVersion SageMakerMachineLearningModelResourceData

Settings for an Secrets Manager machine learning resource. For more information, see Perform Machine Learning Inference in the AWS IoT Greengrass Version 1 Developer Guide .

In an CloudFormation template, SageMakerMachineLearningModelResourceData can be used in the ResourceDataContainer property type.

Syntax

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

Properties

DestinationPath

The absolute local path of the resource inside the Lambda environment.

Required: Yes

Type: String

Update requires: Replacement

OwnerSetting

The owner setting for the downloaded machine learning resource. For more information, see Access Machine Learning Resources from Lambda Functions in the AWS IoT Greengrass Version 1 Developer Guide .

Required: No

Type: ResourceDownloadOwnerSetting

Update requires: Replacement

SageMakerJobArn

The Amazon Resource Name (ARN) of the Amazon SageMaker AI training job that represents the source model.

Required: Yes

Type: String

Update requires: Replacement

See also