Module Values.StartNotebookImportOutputSource

Starts a notebook import in Amazon SageMaker Unified Studio. This operation imports a notebook from an Amazon Simple Storage Service location into a project.

Sourcetype nonrec t = {
  1. notebookId : NotebookId.t option;
    (*

    The identifier of the imported notebook.

    *)
  2. status : NotebookStatus.t option;
    (*

    The status of the notebook import.

    *)
  3. domainId : DomainId.t option;
    (*

    The identifier of the Amazon SageMaker Unified Studio domain.

    *)
  4. owningProjectId : ProjectId.t option;
    (*

    The identifier of the project that owns the imported notebook.

    *)
  5. name : NotebookName.t option;
    (*

    The name of the imported notebook.

    *)
  6. description : Description.t option;
    (*

    The description of the imported notebook.

    *)
  7. sourceLocation : SourceLocation.t option;
    (*

    The source location from which the notebook was imported.

    *)
  8. createdAt : CreatedAt.t option;
    (*

    The timestamp of when the notebook import was started.

    *)
  9. createdBy : CreatedBy.t option;
    (*

    The identifier of the user who started the notebook import.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `UnauthorizedException of UnauthorizedException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?notebookId:??? -> ?status:??? -> ?domainId:??? -> ?owningProjectId:??? -> ?name:??? -> ?description:??? -> ?sourceLocation:??? -> ?createdAt:??? -> ?createdBy:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t