Entity of notebook info returned in a listing.

interface NotebookResourceEntity {
    asset?: WatsonXAI.NotebookResourceEntityAsset;
    runtime?: WatsonXAI.NotebookResourceEntityRuntime;
}

Properties

Properties

Asset API asset description returned with a notebook listing.

Runtime info returned with a notebook listing.