Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::SageMaker::MlflowTrackingServer

Focus mode
AWS::SageMaker::MlflowTrackingServer - AWS CloudFormation
Filter View

Creates an MLflow Tracking Server using a general purpose Amazon S3 bucket as the artifact store. For more information, see Create an MLflow Tracking Server.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SageMaker::MlflowTrackingServer", "Properties" : { "ArtifactStoreUri" : String, "AutomaticModelRegistration" : Boolean, "MlflowVersion" : String, "RoleArn" : String, "Tags" : [ Tag, ... ], "TrackingServerName" : String, "TrackingServerSize" : String, "WeeklyMaintenanceWindowStart" : String } }

YAML

Type: AWS::SageMaker::MlflowTrackingServer Properties: ArtifactStoreUri: String AutomaticModelRegistration: Boolean MlflowVersion: String RoleArn: String Tags: - Tag TrackingServerName: String TrackingServerSize: String WeeklyMaintenanceWindowStart: String

Properties

ArtifactStoreUri

Property description not available.

Required: Yes

Type: String

Pattern: ^s3:\/\/([^\/]+)\/?(.*)$

Minimum: 1

Maximum: 2048

Update requires: No interruption

AutomaticModelRegistration

Property description not available.

Required: No

Type: Boolean

Update requires: No interruption

MlflowVersion

Property description not available.

Required: No

Type: String

Pattern: ^\d+(\.\d+)+$

Minimum: 1

Maximum: 32

Update requires: Some interruptions

RoleArn

Property description not available.

Required: Yes

Type: String

Pattern: ^arn:aws[a-z\-]*:iam::\d{12}:role\/?[a-zA-Z_0-9+=,.@\-_\/]+$

Minimum: 20

Maximum: 2048

Update requires: Some interruptions

Tags

Property description not available.

Required: No

Type: Array of Tag

Minimum: 1

Maximum: 50

Update requires: No interruption

TrackingServerName

Property description not available.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,255}$

Minimum: 1

Maximum: 256

Update requires: Replacement

TrackingServerSize

Property description not available.

Required: No

Type: String

Allowed values: Small | Medium | Large

Update requires: No interruption

WeeklyMaintenanceWindowStart

Property description not available.

Required: No

Type: String

Pattern: ^(Mon|Tue|Wed|Thu|Fri|Sat|Sun):([01]\d|2[0-3]):([0-5]\d)$

Maximum: 9

Update requires: No interruption

Return values

Ref

Fn::GetAtt

TrackingServerArn

Property description not available.

On this page

Next topic:

Tag

Previous topic:

Tag
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.