MlflowTrackingServerArgs

data class MlflowTrackingServerArgs(val artifactStoreUri: Output<String>? = null, val automaticModelRegistration: Output<Boolean>? = null, val mlflowVersion: Output<String>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val trackingServerName: Output<String>? = null, val trackingServerSize: Output<MlflowTrackingServerTrackingServerSize>? = null, val weeklyMaintenanceWindowStart: Output<String>? = null) : ConvertibleToJava<MlflowTrackingServerArgs>

Resource Type definition for AWS::SageMaker::MlflowTrackingServer

Constructors

Link copied to clipboard
constructor(artifactStoreUri: Output<String>? = null, automaticModelRegistration: Output<Boolean>? = null, mlflowVersion: Output<String>? = null, roleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null, trackingServerName: Output<String>? = null, trackingServerSize: Output<MlflowTrackingServerTrackingServerSize>? = null, weeklyMaintenanceWindowStart: Output<String>? = null)

Properties

Link copied to clipboard
val artifactStoreUri: Output<String>? = null

The Amazon S3 URI for MLFlow Tracking Server artifacts.

Link copied to clipboard
val automaticModelRegistration: Output<Boolean>? = null

A flag to enable Automatic SageMaker Model Registration.

Link copied to clipboard
val mlflowVersion: Output<String>? = null

The MLFlow Version used on the MLFlow Tracking Server.

Link copied to clipboard
val roleArn: Output<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: Output<List<TagArgs>>? = null

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

Link copied to clipboard
val trackingServerName: Output<String>? = null

The name 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.

Functions

Link copied to clipboard
open override fun toJava(): MlflowTrackingServerArgs