Class: Aws::SageMaker::Types::DataCatalogConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DataCatalogConfig
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
The meta data of the Glue table which serves as data catalog for the
OfflineStore.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #catalog  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Glue table catalog.
 - 
  
    
      #database  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Glue table database.
 - 
  
    
      #table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Glue table.
 
Instance Attribute Details
#catalog ⇒ String
The name of the Glue table catalog.
      12639 12640 12641 12642 12643 12644 12645  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12639 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end  | 
  
#database ⇒ String
The name of the Glue table database.
      12639 12640 12641 12642 12643 12644 12645  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12639 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end  | 
  
#table_name ⇒ String
The name of the Glue table.
      12639 12640 12641 12642 12643 12644 12645  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12639 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end  |