Values_1.DescribeMlflowAppResponseSourceReturns information about an MLflow App.
type nonrec t = {arn : MlflowAppArn.t option;The ARN of the MLflow App.
*)name : MlflowAppName.t option;The name of the MLflow App.
*)artifactStoreUri : Values_0.S3Uri.t option;The S3 URI of the general purpose bucket used as the MLflow App artifact store.
*)mlflowVersion : MlflowVersion.t option;The MLflow version used.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3.
*)status : MlflowAppStatus.t option;The current creation status of the described MLflow App.
*)modelRegistrationMode : ModelRegistrationMode.t option;Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.
*)accountDefaultStatus : Values_0.AccountDefaultStatus.t option;Indicates whether this MLflow app is the default for the entire account.
*)defaultDomainIdList : DefaultDomainIdList.t option;List of SageMaker Domain IDs for which this MLflow App is the default.
*)creationTime : Values_0.Timestamp.t option;The timestamp when the MLflow App was created.
*)createdBy : Values_0.UserContext.t option;lastModifiedTime : Values_0.Timestamp.t option;The timestamp when the MLflow App was last modified.
*)lastModifiedBy : Values_0.UserContext.t option;weeklyMaintenanceWindowStart : WeeklyMaintenanceWindowStart.t option;The day and time of the week when weekly maintenance occurs.
*)maintenanceStatus : MaintenanceStatus.t option;Current maintenance status of the MLflow App.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?arn:??? ->
?name:??? ->
?artifactStoreUri:??? ->
?mlflowVersion:??? ->
?roleArn:??? ->
?status:??? ->
?modelRegistrationMode:??? ->
?accountDefaultStatus:??? ->
?defaultDomainIdList:??? ->
?creationTime:??? ->
?createdBy:??? ->
?lastModifiedTime:??? ->
?lastModifiedBy:??? ->
?weeklyMaintenanceWindowStart:??? ->
?maintenanceStatus:??? ->
unit ->
tval 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
* [> `Enum of string
| `List of [> `String of Values_0.DomainId.t ] list
| `String of MlflowAppArn.t
| `Structure of
(string
* [> `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]