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

SearchResponse

import type { SearchResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface SearchResponse {
NextToken?: string | null;
Results?: SearchRecord[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the result of the previous Search request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.

§
Results?: SearchRecord[] | null
[src]

A list of SearchRecord objects.