Values_1.DescribeLineageGroupResponseSourceProvides a list of properties for the requested lineage group. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.
type nonrec t = {lineageGroupName : Values_0.ExperimentEntityName.t option;The name of the lineage group.
*)lineageGroupArn : LineageGroupArn.t option;The Amazon Resource Name (ARN) of the lineage group.
*)displayName : Values_0.ExperimentEntityName.t option;The display name of the lineage group.
*)description : Values_0.ExperimentDescription.t option;The description of the lineage group.
*)creationTime : Values_0.Timestamp.t option;The creation time of lineage group.
*)createdBy : Values_0.UserContext.t option;lastModifiedTime : Values_0.Timestamp.t option;The last modified time of the lineage group.
*)lastModifiedBy : Values_0.UserContext.t option;}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
* [> `String of Values_0.ExperimentEntityName.t
| `Structure of
(string
* [> `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]