Entity of a notebook copied from a source.

interface NotebookEntityForCopy {
    href?: string;
    notebook?: WatsonXAI.NotebookEntityDefinitionForCopy;
    runtime?: WatsonXAI.NotebookRuntime;
}

Properties

href?: string

Full URI of the notebook.

Definition part of a notebook entity copied from a source.

A notebook runtime.