Values_1.DescribeMlflowTrackingServerResponseSourceReturns information about an MLflow Tracking Server.
type nonrec t = {trackingServerArn : TrackingServerArn.t option;The ARN of the described tracking server.
*)trackingServerName : TrackingServerName.t option;The name of the described tracking server.
*)artifactStoreUri : Values_0.S3Uri.t option;The S3 URI of the general purpose bucket used as the MLflow Tracking Server artifact store.
*)trackingServerSize : TrackingServerSize.t option;The size of the described tracking server.
*)mlflowVersion : MlflowVersion.t option;The MLflow version used for the described tracking server.
*)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.
*)trackingServerStatus : TrackingServerStatus.t option;The current creation status of the described MLflow Tracking Server.
*)trackingServerMaintenanceStatus : TrackingServerMaintenanceStatus.t option;The current maintenance status of the described MLflow Tracking Server.
*)isActive : IsTrackingServerActive.t option;Whether the described MLflow Tracking Server is currently active.
*)trackingServerUrl : TrackingServerUrl.t option;The URL to connect to the MLflow user interface for the described tracking server.
*)weeklyMaintenanceWindowStart : WeeklyMaintenanceWindowStart.t option;The day and time of the week when weekly maintenance occurs on the described tracking server.
*)automaticModelRegistration : Values_0.Boolean.t option;Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.
*)creationTime : Values_0.Timestamp.t option;The timestamp of when the described MLflow Tracking Server was created.
*)createdBy : Values_0.UserContext.t option;lastModifiedTime : Values_0.Timestamp.t option;The timestamp of when the described MLflow Tracking Server was last modified.
*)lastModifiedBy : Values_0.UserContext.t option;s3BucketOwnerAccountId : Values_0.AccountId.t option;Expected Amazon Web Services account ID that owns the Amazon S3 bucket for artifact storage.
*)s3BucketOwnerVerification : Values_0.Boolean.t option;Whether Amazon S3 Bucket Ownership checks are enabled whenever the tracking server interacts with Amazon Amazon S3.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?trackingServerArn:??? ->
?trackingServerName:??? ->
?artifactStoreUri:??? ->
?trackingServerSize:??? ->
?mlflowVersion:??? ->
?roleArn:??? ->
?trackingServerStatus:??? ->
?trackingServerMaintenanceStatus:??? ->
?isActive:??? ->
?trackingServerUrl:??? ->
?weeklyMaintenanceWindowStart:??? ->
?automaticModelRegistration:??? ->
?creationTime:??? ->
?createdBy:??? ->
?lastModifiedTime:??? ->
?lastModifiedBy:??? ->
?s3BucketOwnerAccountId:??? ->
?s3BucketOwnerVerification:??? ->
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
* [> `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 ]