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

ListDatasetEntriesResponse

import type { ListDatasetEntriesResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";
interface ListDatasetEntriesResponse {
DatasetEntries?: string[] | null;
NextToken?: string | null;
}

§Properties

§
DatasetEntries?: string[] | null
[src]

A list of the entries (JSON Lines) within the dataset.

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set ofdataset entries.