Values.CreateNotebookOutputSourceCreates a notebook in Amazon SageMaker Unified Studio. A notebook is a collaborative document within a project that contains code cells for interactive computing.
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.
*)cellOrder : CellOrder.t option;The ordered list of cells in the notebook.
*)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.
*)lockedBy : String_.t option;The identifier of the user who locked the notebook.
*)lockedAt : Timestamp.t option;The timestamp of when the notebook was locked.
*)lockExpiresAt : Timestamp.t option;The timestamp of when the notebook lock expires.
*)computeId : ComputeId.t option;The identifier of the compute associated with the notebook.
*)metadata : Metadata.t option;The metadata of the notebook.
*)parameters : Parameters.t option;The sensitive parameters of the notebook.
*)environmentConfiguration : EnvironmentConfig.t option;The environment configuration of the notebook.
*)error : NotebookError.t option;The error details if the notebook creation failed.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?id:??? ->
?name:??? ->
?owningProjectId:??? ->
?domainId:??? ->
?cellOrder:??? ->
?status:??? ->
?description:??? ->
?createdAt:??? ->
?createdBy:??? ->
?updatedAt:??? ->
?updatedBy:??? ->
?lockedBy:??? ->
?lockedAt:??? ->
?lockExpiresAt:??? ->
?computeId:??? ->
?metadata:??? ->
?parameters:??? ->
?environmentConfiguration:??? ->
?error:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val 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 NotebookId.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of PackageConfigPackageSpecificationString.t ])
list ])
list
| `Timestamp of CreatedAt.t ])
list ]