Values_0.CreateActionRequestSourceCreates an action. An action is a lineage tracking entity that represents an action or activity. For example, a model deployment or an HPO job. Generally, an action involves at least one input or output artifact. For more information, see Amazon SageMaker ML Lineage Tracking.
type nonrec t = {actionName : ExperimentEntityName.t;The name of the action. Must be unique to your account in an Amazon Web Services Region.
*)source : ActionSource.t;The source type, ID, and URI.
*)actionType : String256.t;The action type.
*)description : ExperimentDescription.t option;The description of the action.
*)status : ActionStatus.t option;The status of the action.
*)properties : LineageEntityParameters.t option;A list of properties to add to the action.
*)metadataProperties : MetadataProperties.t option;}val make :
?description:??? ->
?status:??? ->
?properties:??? ->
?metadataProperties:??? ->
?tags:??? ->
actionName:ExperimentEntityName.t ->
source:ActionSource.t ->
actionType:String256.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `Map of
([> `String of StringParameterValue.t ]
* [> `String of StringParameterValue.t ])
list
| `String of ExperimentEntityName.t
| `Structure of (string * [> `String of SourceUri.t ]) list ])
list ]