Class: Aws::SageMaker::Types::CreateHubRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateHubRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hub_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the hub.
 - 
  
    
      #hub_display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display name of the hub.
 - 
  
    
      #hub_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the hub to create.
 - 
  
    
      #hub_search_keywords  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The searchable keywords for the hub.
 - 
  
    
      #s3_storage_config  ⇒ Types::HubS3StorageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 storage configuration for the hub.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any tags to associate with the hub.
 
Instance Attribute Details
#hub_description ⇒ String
A description of the hub.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7490 class CreateHubRequest < Struct.new( :hub_name, :hub_description, :hub_display_name, :hub_search_keywords, :s3_storage_config, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_display_name ⇒ String
The display name of the hub.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7490 class CreateHubRequest < Struct.new( :hub_name, :hub_description, :hub_display_name, :hub_search_keywords, :s3_storage_config, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_name ⇒ String
The name of the hub to create.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7490 class CreateHubRequest < Struct.new( :hub_name, :hub_description, :hub_display_name, :hub_search_keywords, :s3_storage_config, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_search_keywords ⇒ Array<String>
The searchable keywords for the hub.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7490 class CreateHubRequest < Struct.new( :hub_name, :hub_description, :hub_display_name, :hub_search_keywords, :s3_storage_config, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_storage_config ⇒ Types::HubS3StorageConfig
The Amazon S3 storage configuration for the hub.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7490 class CreateHubRequest < Struct.new( :hub_name, :hub_description, :hub_display_name, :hub_search_keywords, :s3_storage_config, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Any tags to associate with the hub.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7490 class CreateHubRequest < Struct.new( :hub_name, :hub_description, :hub_display_name, :hub_search_keywords, :s3_storage_config, :tags) SENSITIVE = [] include Aws::Structure end  |