class Aws::SageMaker::Types::DataCatalogConfig

The meta data of the Glue table which serves as data catalog for the `OfflineStore`.

@note When making an API call, you may pass DataCatalogConfig

data as a hash:

    {
      table_name: "TableName", # required
      catalog: "Catalog", # required
      database: "Database", # required
    }

@!attribute [rw] table_name

The name of the Glue table.
@return [String]

@!attribute [rw] catalog

The name of the Glue table catalog.
@return [String]

@!attribute [rw] database

The name of the Glue table database.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DataCatalogConfig AWS API Documentation

Constants

SENSITIVE