Values_0.ActionSummarySourceLists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.
type nonrec t = {actionArn : ActionArn.t option;The Amazon Resource Name (ARN) of the action.
*)actionName : ExperimentEntityName.t option;The name of the action.
*)source : ActionSource.t option;The source of the action.
*)actionType : String64.t option;The type of the action.
*)status : ActionStatus.t option;The status of the action.
*)creationTime : Timestamp.t option;When the action was created.
*)lastModifiedTime : Timestamp.t option;When the action was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ActionArn.t
| `Structure of (string * [> `String of SourceUri.t ]) list
| `Timestamp of Timestamp.t ])
list ]