Entity of a notebook.

interface NotebookEntity {
    href?: string;
    notebook?: WatsonXAI.NotebookEntityDefinition;
    runtime?: WatsonXAI.NotebookRuntime;
}

Properties

href?: string

Full URI of the notebook.

Definition part of a notebook entity.

A notebook runtime.