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.
13544 13545 13546 13547 13548 13549 13550 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13544 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The name of the Glue table database.
13544 13545 13546 13547 13548 13549 13550 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13544 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the Glue table.
13544 13545 13546 13547 13548 13549 13550 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13544 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |