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

UpdateDataSourceOutput

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

Represents the output of an UpdateDataSource operation.

You can see the updated content by using the GetBatchPrediction operation.

interface UpdateDataSourceOutput {
DataSourceId?: string | null;
}

§Properties

§
DataSourceId?: string | null
[src]

The ID assigned to the DataSource during creation. This value should be identical to the value of the DataSourceID in the request.