A list of notebook info as returned by a list query.

interface NotebooksResourceList {
    resources: WatsonXAI.NotebookResource[];
    total_results: number;
}

Properties

An array of notebooks.

total_results: number

The number of items in the resources list.