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 AWS 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:
.*
Maximum:
255
Update requires: Replacement