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

ListNotebookInstancesOutput

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

§Properties

§
NextToken?: string | null
[src]

If the response to the previous ListNotebookInstances request was truncated, SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.

§
NotebookInstances?: NotebookInstanceSummary[] | null
[src]

An array of NotebookInstanceSummary objects, one for each notebook instance.