Values.StartNotebookImportOutputSourceStarts a notebook import in Amazon SageMaker Unified Studio. This operation imports a notebook from an Amazon Simple Storage Service location into a project.
type nonrec t = {notebookId : NotebookId.t option;The identifier of the imported notebook.
*)status : NotebookStatus.t option;The status of the notebook import.
*)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 imported notebook.
*)name : NotebookName.t option;The name of the imported notebook.
*)description : Description.t option;The description of the imported notebook.
*)sourceLocation : SourceLocation.t option;The source location from which the notebook was imported.
*)createdAt : CreatedAt.t option;The timestamp of when the notebook import was started.
*)createdBy : CreatedBy.t option;The identifier of the user who started the notebook import.
*)}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 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
| `String of NotebookId.t
| `Structure of (string * [> `String of S3SourceLocation.t ]) list
| `Timestamp of CreatedAt.t ])
list ]