Parameters for the notebooksCreate operation.

interface NotebooksCreateParams {
    headers?: OutgoingHttpHeaders;
    notebooksCreateRequest: WatsonXAI.NotebooksCreateRequest;
}

Properties

headers?: OutgoingHttpHeaders
notebooksCreateRequest: WatsonXAI.NotebooksCreateRequest

Specification of the notebook to be created.