GetMlflowTrackingServerResult

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)

Types

Link copied to clipboard
object Companion

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
val mlflowVersion: String? = null

The MLFlow Version used on the MLFlow Tracking Server.

Link copied to clipboard
val roleArn: String? = null

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

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.