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.
10599 10600 10601 10602 10603 10604 10605 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10599 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The name of the Glue table database.
10599 10600 10601 10602 10603 10604 10605 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10599 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the Glue table.
10599 10600 10601 10602 10603 10604 10605 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10599 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |