Module Values_1.DescribeMlflowTrackingServerResponseSource

Returns information about an MLflow Tracking Server.

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

    The ARN of the described tracking server.

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

    The name of the described tracking server.

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

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

    *)
  4. trackingServerSize : TrackingServerSize.t option;
    (*

    The size of the described tracking server.

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

    The MLflow version used for the described tracking server.

    *)
  6. roleArn : Values_0.RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) for an IAM role in your account that the described MLflow Tracking Server uses to access the artifact store in Amazon S3.

    *)
  7. trackingServerStatus : TrackingServerStatus.t option;
    (*

    The current creation status of the described MLflow Tracking Server.

    *)
  8. trackingServerMaintenanceStatus : TrackingServerMaintenanceStatus.t option;
    (*

    The current maintenance status of the described MLflow Tracking Server.

    *)
  9. isActive : IsTrackingServerActive.t option;
    (*

    Whether the described MLflow Tracking Server is currently active.

    *)
  10. trackingServerUrl : TrackingServerUrl.t option;
    (*

    The URL to connect to the MLflow user interface for the described tracking server.

    *)
  11. weeklyMaintenanceWindowStart : WeeklyMaintenanceWindowStart.t option;
    (*

    The day and time of the week when weekly maintenance occurs on the described tracking server.

    *)
  12. automaticModelRegistration : Values_0.Boolean.t option;
    (*

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

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

    The timestamp of when the described MLflow Tracking Server was created.

    *)
  14. createdBy : Values_0.UserContext.t option;
  15. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The timestamp of when the described MLflow Tracking Server was last modified.

    *)
  16. lastModifiedBy : Values_0.UserContext.t option;
  17. s3BucketOwnerAccountId : Values_0.AccountId.t option;
    (*

    Expected Amazon Web Services account ID that owns the Amazon S3 bucket for artifact storage.

    *)
  18. s3BucketOwnerVerification : Values_0.Boolean.t option;
    (*

    Whether Amazon S3 Bucket Ownership checks are enabled whenever the tracking server interacts with Amazon Amazon S3.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?trackingServerArn:??? -> ?trackingServerName:??? -> ?artifactStoreUri:??? -> ?trackingServerSize:??? -> ?mlflowVersion:??? -> ?roleArn:??? -> ?trackingServerStatus:??? -> ?trackingServerMaintenanceStatus:??? -> ?isActive:??? -> ?trackingServerUrl:??? -> ?weeklyMaintenanceWindowStart:??? -> ?automaticModelRegistration:??? -> ?creationTime:??? -> ?createdBy:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> ?s3BucketOwnerAccountId:??? -> ?s3BucketOwnerVerification:??? -> 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 * [> `Boolean of Values_0.Boolean.t | `Enum of string | `String of TrackingServerArn.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