Class: Aws::SageMaker::Types::CreateHubContentReferenceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateHubContentReferenceRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hub_content_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the hub content to reference.
 - 
  
    
      #hub_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the hub to add the hub content reference to.
 - 
  
    
      #min_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The minimum version of the hub content to reference.
 - 
  
    
      #sage_maker_public_hub_content_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the public hub content to reference.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any tags associated with the hub content to reference.
 
Instance Attribute Details
#hub_content_name ⇒ String
The name of the hub content to reference.
      7437 7438 7439 7440 7441 7442 7443 7444 7445  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7437 class CreateHubContentReferenceRequest < Struct.new( :hub_name, :sage_maker_public_hub_content_arn, :hub_content_name, :min_version, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_name ⇒ String
The name of the hub to add the hub content reference to.
      7437 7438 7439 7440 7441 7442 7443 7444 7445  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7437 class CreateHubContentReferenceRequest < Struct.new( :hub_name, :sage_maker_public_hub_content_arn, :hub_content_name, :min_version, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#min_version ⇒ String
The minimum version of the hub content to reference.
      7437 7438 7439 7440 7441 7442 7443 7444 7445  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7437 class CreateHubContentReferenceRequest < Struct.new( :hub_name, :sage_maker_public_hub_content_arn, :hub_content_name, :min_version, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#sage_maker_public_hub_content_arn ⇒ String
The ARN of the public hub content to reference.
      7437 7438 7439 7440 7441 7442 7443 7444 7445  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7437 class CreateHubContentReferenceRequest < Struct.new( :hub_name, :sage_maker_public_hub_content_arn, :hub_content_name, :min_version, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Any tags associated with the hub content to reference.
      7437 7438 7439 7440 7441 7442 7443 7444 7445  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7437 class CreateHubContentReferenceRequest < Struct.new( :hub_name, :sage_maker_public_hub_content_arn, :hub_content_name, :min_version, :tags) SENSITIVE = [] include Aws::Structure end  |