Mlflow Tracking Server Args
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
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 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.