Get Mlflow Tracking Server Result
data class GetMlflowTrackingServerResult(val artifactStoreUri: String? = null, val automaticModelRegistration: Boolean? = null, val mlflowVersion: String? = null, val roleArn: String? = null, val tags: List<Tag>? = null, val trackingServerArn: String? = null, val trackingServerSize: MlflowTrackingServerTrackingServerSize? = null, val weeklyMaintenanceWindowStart: String? = null)
Constructors
Link copied to clipboard
constructor(artifactStoreUri: String? = null, automaticModelRegistration: Boolean? = null, mlflowVersion: String? = null, roleArn: String? = null, tags: List<Tag>? = null, trackingServerArn: String? = null, trackingServerSize: MlflowTrackingServerTrackingServerSize? = null, weeklyMaintenanceWindowStart: String? = null)
Properties
Link copied to clipboard
The Amazon S3 URI for MLFlow Tracking Server artifacts.
Link copied to clipboard
A flag to enable Automatic SageMaker Model Registration.
Link copied to clipboard
The MLFlow Version used on the MLFlow Tracking Server.
Link copied to clipboard
The Amazon Resource Name (ARN) of the MLFlow Tracking Server.
Link copied to clipboard
The size of the MLFlow Tracking Server.
Link copied to clipboard
The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.