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.
10517 10518 10519 10520 10521 10522 10523 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10517 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The name of the Glue table database.
10517 10518 10519 10520 10521 10522 10523 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10517 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the Glue table.
10517 10518 10519 10520 10521 10522 10523 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10517 class DataCatalogConfig < Struct.new( :table_name, :catalog, :database) SENSITIVE = [] include Aws::Structure end |