Values.NotebookRunSummarySourceThe summary of a notebook run in Amazon SageMaker Unified Studio.
type nonrec t = {id : NotebookRunId.t option;The identifier of the notebook run.
*)domainId : DomainId.t option;The identifier of the Amazon SageMaker Unified Studio domain.
*)owningProjectId : ProjectId.t option;The identifier of the project that owns the notebook run.
*)notebookId : NotebookId.t option;The identifier of the notebook.
*)scheduleId : ScheduleId.t option;The identifier of the schedule associated with the notebook run.
*)status : NotebookRunStatus.t option;The status of the notebook run.
*)triggerSource : TriggerSource.t option;The source that triggered the notebook run.
*)createdAt : CreatedAt.t option;The timestamp of when the notebook run was created.
*)createdBy : CreatedBy.t option;The identifier of the user who created the notebook run.
*)updatedAt : UpdatedAt.t option;The timestamp of when the notebook run was last updated.
*)updatedBy : UpdatedBy.t option;The identifier of the user who last updated the notebook run.
*)startedAt : Timestamp.t option;The timestamp of when the notebook run started executing.
*)completedAt : Timestamp.t option;The timestamp of when the notebook run completed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NotebookRunId.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of CreatedAt.t ])
list ]