Class: Aws::SageMaker::Types::DataCatalogConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DataCatalogConfig
- Includes:
- Aws::Structure
- Defined in:
- 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.
11174 11175 11176 11177 11178 11179 11180 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11174 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The name of the Glue table database.
11174 11175 11176 11177 11178 11179 11180 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11174 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the Glue table.
11174 11175 11176 11177 11178 11179 11180 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11174 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |