Values.OutputLocationSourceThe output location for a notebook export in Amazon SageMaker Unified Studio.
type nonrec t = {s3 : S3Destination.t option;The Amazon Simple Storage Service destination for the notebook export.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of NotebookS3Uri.t ]) list ])
list ]