Parameters for the notebooksUpdate operation.

interface NotebooksUpdateParams {
    environment?: string;
    headers?: OutgoingHttpHeaders;
    kernel?: WatsonXAI.NotebookKernel;
    notebookGuid: string;
    sparkMonitoringEnabled?: boolean;
}

Properties

environment?: string

The guid of the environment on which the notebook runs.

headers?: OutgoingHttpHeaders

A notebook kernel.

notebookGuid: string

The guid of the notebook.

sparkMonitoringEnabled?: boolean

Spark monitoring enabled or not.