Values_2.QueryLineageResponseSourceUse this action to inspect your lineage and discover relationships between entities. For more information, see Querying Lineage Entities in the Amazon SageMaker Developer Guide.
type nonrec t = {vertices : Vertices.t option;A list of vertices connected to the start entity(ies) in the lineage graph.
*)edges : Edges.t option;A list of edges that connect vertices in the response.
*)nextToken : String8192.t option;Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the next page of results.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.AssociationEntityArn.t ])
list ]
list
| `String of String8192.t ])
list ]