Values.UpdateNotebookInputSourceUpdates a notebook in Amazon SageMaker Unified Studio.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.
*)identifier : NotebookId.t;The identifier of the notebook to update.
*)description : Description.t option;The updated description of the notebook.
*)status : NotebookStatus.t option;The updated status of the notebook.
*)name : NotebookName.t option;The updated name of the notebook.
*)cellOrder : CellOrder.t option;The updated ordered list of cells in the notebook.
*)metadata : Metadata.t option;The updated metadata for the notebook, specified as key-value pairs.
*)parameters : Parameters.t option;The updated sensitive parameters for the notebook, specified as key-value pairs.
*)environmentConfiguration : EnvironmentConfig.t option;The updated environment configuration for the notebook.
*)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 :
?description:??? ->
?status:??? ->
?name:??? ->
?cellOrder:??? ->
?metadata:??? ->
?parameters:??? ->
?environmentConfiguration:??? ->
?clientToken:??? ->
domainIdentifier:DomainId.t ->
identifier:NotebookId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Structure of 'a list ] list
| `Map of
([> `String of MetadataKey.t ] * [> `String of MetadataValue.t ])
list
| `String of DomainId.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of PackageConfigPackageSpecificationString.t ])
list ])
list ])
list ]