Values_2.MlflowAppSummarySourceThe summary of the Mlflow App to list.
type nonrec t = {arn : Values_1.MlflowAppArn.t option;The ARN of a listed MLflow App.
*)name : Values_1.MlflowAppName.t option;The name of the MLflow App.
*)status : Values_1.MlflowAppStatus.t option;The status of the MLflow App.
*)creationTime : Values_0.Timestamp.t option;The creation time of a listed MLflow App.
*)lastModifiedTime : Values_0.Timestamp.t option;The last modified time of a listed MLflow App.
*)mlflowVersion : Values_1.MlflowVersion.t option;The version of a listed MLflow App.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.MlflowAppArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]