Module Values_2.TrackingServerSummarySource

The summary of the tracking server to list.

Sourcetype nonrec t = {
  1. trackingServerArn : Values_1.TrackingServerArn.t option;
    (*

    The ARN of a listed tracking server.

    *)
  2. trackingServerName : Values_1.TrackingServerName.t option;
    (*

    The name of a listed tracking server.

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

    The creation time of a listed tracking server.

    *)
  4. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The last modified time of a listed tracking server.

    *)
  5. trackingServerStatus : Values_1.TrackingServerStatus.t option;
    (*

    The creation status of a listed tracking server.

    *)
  6. isActive : Values_1.IsTrackingServerActive.t option;
    (*

    The activity status of a listed tracking server.

    *)
  7. mlflowVersion : Values_1.MlflowVersion.t option;
    (*

    The MLflow version used for a listed tracking server.

    *)
}
Sourceval make : ?trackingServerArn:??? -> ?trackingServerName:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?trackingServerStatus:??? -> ?isActive:??? -> ?mlflowVersion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_1.TrackingServerArn.t | `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