Values_2.LineageMetadataSourceThe metadata that tracks relationships between ML artifacts, actions, and contexts.
type nonrec t = {actionArns : MapString2048.t option;The Amazon Resource Name (ARN) of the lineage action.
*)artifactArns : MapString2048.t option;The Amazon Resource Name (ARN) of the lineage artifact.
*)contextArns : MapString2048.t option;The Amazon Resource Name (ARN) of the lineage context.
*)associations : Values_0.AssociationInfoList.t option;The lineage associations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `Map of
([> `String of Values_0.String2048.t ]
* [> `String of Values_0.String2048.t ])
list ])
list ]