Values.StopNotebookRunInputSourceStops a running notebook run in Amazon SageMaker Unified Studio.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon SageMaker Unified Studio domain in which the notebook run is stopped.
*)identifier : NotebookRunId.t;The identifier of the notebook run to stop.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
*)}val make :
?clientToken:??? ->
domainIdentifier:DomainId.t ->
identifier:NotebookRunId.t ->
unit ->
t