Class: Aws::SageMaker::Types::DataCatalogConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#catalogString

The name of the Glue table catalog.



15455
15456
15457
15458
15459
15460
15461
# File 'lib/aws-sdk-sagemaker/types.rb', line 15455

class DataCatalogConfig < Struct.new(
  :table_name,
  :catalog,
  :database)
  SENSITIVE = []
  include Aws::Structure
end

#databaseString

The name of the Glue table database.



15455
15456
15457
15458
15459
15460
15461
# File 'lib/aws-sdk-sagemaker/types.rb', line 15455

class DataCatalogConfig < Struct.new(
  :table_name,
  :catalog,
  :database)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the Glue table.



15455
15456
15457
15458
15459
15460
15461
# File 'lib/aws-sdk-sagemaker/types.rb', line 15455

class DataCatalogConfig < Struct.new(
  :table_name,
  :catalog,
  :database)
  SENSITIVE = []
  include Aws::Structure
end