AWS::SageMaker::MlflowTrackingServer - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SageMaker::MlflowTrackingServer

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 Amazon 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.