Values.NotebookSummarySourceThe summary of a notebook in Amazon SageMaker Unified Studio.
type nonrec t = {id : NotebookId.t option;The identifier of the notebook.
*)name : NotebookName.t option;The name of the notebook.
*)owningProjectId : ProjectId.t option;The identifier of the project that owns the notebook.
*)domainId : DomainId.t option;The identifier of the Amazon SageMaker Unified Studio domain.
*)status : NotebookStatus.t option;The status of the notebook.
*)description : Description.t option;The description of the notebook.
*)createdAt : CreatedAt.t option;The timestamp of when the notebook was created.
*)createdBy : CreatedBy.t option;The identifier of the user who created the notebook.
*)updatedAt : UpdatedAt.t option;The timestamp of when the notebook was last updated.
*)updatedBy : UpdatedBy.t option;The identifier of the user who last updated the notebook.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NotebookId.t
| `Timestamp of CreatedAt.t ])
list ]