Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DataCatalogConfig

import type { DataCatalogConfig } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

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

interface DataCatalogConfig {
Catalog: string;
Database: string;
TableName: string;
}

§Properties

§
Catalog: string
[src]

The name of the Glue table catalog.

§
Database: string
[src]

The name of the Glue table database.

§
TableName: string
[src]

The name of the Glue table.