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

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

Instance Attribute Details

#catalogString

The name of the Glue table catalog.

Returns:

  • (String)


9832
9833
9834
9835
9836
9837
9838
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9832

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

#databaseString

The name of the Glue table database.

Returns:

  • (String)


9832
9833
9834
9835
9836
9837
9838
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9832

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

#table_nameString

The name of the Glue table.

Returns:

  • (String)


9832
9833
9834
9835
9836
9837
9838
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9832

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