Class: Aws::SageMaker::Types::HubAccessConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::HubAccessConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
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].
[1]: docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-curated-hubs.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hub_content_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of your private model hub content.
 
Instance Attribute Details
#hub_content_arn ⇒ String
The ARN of your private model hub content. This should be a ‘ModelReference` resource type that points to a SageMaker JumpStart public hub model.
      22643 22644 22645 22646 22647  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22643 class HubAccessConfig < Struct.new( :hub_content_arn) SENSITIVE = [] include Aws::Structure end  |