Module Values_1.DescribeMlflowAppResponseSource

Returns information about an MLflow App.

Sourcetype nonrec t = {
  1. arn : MlflowAppArn.t option;
    (*

    The ARN of the MLflow App.

    *)
  2. name : MlflowAppName.t option;
    (*

    The name of the MLflow App.

    *)
  3. artifactStoreUri : Values_0.S3Uri.t option;
    (*

    The S3 URI of the general purpose bucket used as the MLflow App artifact store.

    *)
  4. mlflowVersion : MlflowVersion.t option;
    (*

    The MLflow version used.

    *)
  5. 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.

    *)
  6. status : MlflowAppStatus.t option;
    (*

    The current creation status of the described MLflow App.

    *)
  7. modelRegistrationMode : ModelRegistrationMode.t option;
    (*

    Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.

    *)
  8. accountDefaultStatus : Values_0.AccountDefaultStatus.t option;
    (*

    Indicates whether this MLflow app is the default for the entire account.

    *)
  9. defaultDomainIdList : DefaultDomainIdList.t option;
    (*

    List of SageMaker Domain IDs for which this MLflow App is the default.

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

    The timestamp when the MLflow App was created.

    *)
  11. createdBy : Values_0.UserContext.t option;
  12. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The timestamp when the MLflow App was last modified.

    *)
  13. lastModifiedBy : Values_0.UserContext.t option;
  14. weeklyMaintenanceWindowStart : WeeklyMaintenanceWindowStart.t option;
    (*

    The day and time of the week when weekly maintenance occurs.

    *)
  15. maintenanceStatus : MaintenanceStatus.t option;
    (*

    Current maintenance status of the MLflow App.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?name:??? -> ?artifactStoreUri:??? -> ?mlflowVersion:??? -> ?roleArn:??? -> ?status:??? -> ?modelRegistrationMode:??? -> ?accountDefaultStatus:??? -> ?defaultDomainIdList:??? -> ?creationTime:??? -> ?createdBy:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> ?weeklyMaintenanceWindowStart:??? -> ?maintenanceStatus:??? -> 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 * [> `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 ]
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