Values.GetNotebookRunOutputSourceGets the details of a notebook run in Amazon SageMaker Unified Studio.
type nonrec t = {id : NotebookRunId.t option;The identifier of the notebook run.
*)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 notebook run.
*)notebookId : NotebookId.t option;The identifier of the notebook.
*)scheduleId : ScheduleId.t option;The identifier of the schedule associated with the notebook run.
*)status : NotebookRunStatus.t option;The status of the notebook run.
*)cellOrder : CellOrder.t option;The ordered list of cells in the notebook run.
*)metadata : Metadata.t option;The metadata of the notebook run.
*)parameters : Parameters.t option;The sensitive parameters of the notebook run.
*)computeConfiguration : ComputeConfig.t option;The compute configuration of the notebook run.
*)networkConfiguration : NetworkConfig.t option;The network configuration of the notebook run.
*)timeoutConfiguration : TimeoutConfig.t option;The timeout configuration of the notebook run.
*)environmentConfiguration : EnvironmentConfig.t option;The environment configuration of the notebook run, including image version and package settings.
*)storageConfiguration : StorageConfig.t option;The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.
*)triggerSource : TriggerSource.t option;The source that triggered the notebook run.
*)error : NotebookRunError.t option;The error details if the notebook run failed.
*)createdAt : CreatedAt.t option;The timestamp of when the notebook run was created.
*)createdBy : CreatedBy.t option;The identifier of the user who created the notebook run.
*)updatedAt : UpdatedAt.t option;The timestamp of when the notebook run was last updated.
*)updatedBy : UpdatedBy.t option;The identifier of the user who last updated the notebook run.
*)startedAt : Timestamp.t option;The timestamp of when the notebook run started executing.
*)completedAt : Timestamp.t option;The timestamp of when the notebook run completed.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?id:??? ->
?domainId:??? ->
?owningProjectId:??? ->
?notebookId:??? ->
?scheduleId:??? ->
?status:??? ->
?cellOrder:??? ->
?metadata:??? ->
?parameters:??? ->
?computeConfiguration:??? ->
?networkConfiguration:??? ->
?timeoutConfiguration:??? ->
?environmentConfiguration:??? ->
?storageConfiguration:??? ->
?triggerSource:??? ->
?error:??? ->
?createdAt:??? ->
?createdBy:??? ->
?updatedAt:??? ->
?updatedBy:??? ->
?startedAt:??? ->
?completedAt:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.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 NotebookRunId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TimeoutConfigRunTimeoutInMinutesInteger.t
| `List of [> `String of String_.t ] list
| `String of InstanceType.t
| `Structure of
(string
* [> `Enum of string
| `String of PackageConfigPackageSpecificationString.t ])
list ])
list
| `Timestamp of CreatedAt.t ])
list ]