Module Values_1.DescribeLineageGroupResponseSource

Provides a list of properties for the requested lineage group. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.

Sourcetype nonrec t = {
  1. lineageGroupName : Values_0.ExperimentEntityName.t option;
    (*

    The name of the lineage group.

    *)
  2. lineageGroupArn : LineageGroupArn.t option;
    (*

    The Amazon Resource Name (ARN) of the lineage group.

    *)
  3. displayName : Values_0.ExperimentEntityName.t option;
    (*

    The display name of the lineage group.

    *)
  4. description : Values_0.ExperimentDescription.t option;
    (*

    The description of the lineage group.

    *)
  5. creationTime : Values_0.Timestamp.t option;
    (*

    The creation time of lineage group.

    *)
  6. createdBy : Values_0.UserContext.t option;
  7. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The last modified time of the lineage group.

    *)
  8. lastModifiedBy : Values_0.UserContext.t option;
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?lineageGroupName:??? -> ?lineageGroupArn:??? -> ?displayName:??? -> ?description:??? -> ?creationTime:??? -> ?createdBy:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t