AWS::SageMaker::Model HubAccessConfig - 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::Model HubAccessConfig

The configuration for a private hub model reference that points to a public SageMaker JumpStart model.

For more information about private hubs, see Private curated hubs for foundation model access control in JumpStart.

Syntax

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

JSON

{ "HubContentArn" : String }

YAML

HubContentArn: String

Properties

HubContentArn

The ARN of your private model hub content. This should be a ModelReference resource type that points to a SageMaker JumpStart public hub model.

Required: Yes

Type: String

Pattern: .*

Minimum: 0

Maximum: 255

Update requires: Replacement