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

GetDataSourceInput

import type { GetDataSourceInput } from "https://aws-api.deno.dev/v0.4/services/machinelearning.ts?docs=full";
interface GetDataSourceInput {
DataSourceId: string;
Verbose?: boolean | null;
}

§Properties

§
DataSourceId: string
[src]

The ID assigned to the DataSource at creation.

§
Verbose?: boolean | null
[src]

Specifies whether the GetDataSource operation should return DataSourceSchema.

If true, DataSourceSchema is returned.

If false, DataSourceSchema is not returned.