Interface ListEditorDocumentJupyterCellOutputsResponse

interface ListEditorDocumentJupyterCellOutputsResponse {
    nextToken?: string;
    outputs: JupyterOutput[];
}

Hierarchy (View Summary)

Properties

Properties

nextToken?: string

Token to get the next page of conversations.

outputs: JupyterOutput[]

The outputs of the requested cell.