View a markdown version of this page

AWS::SageMaker::MlflowApp - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::MlflowApp

Creates an MLflow Tracking Server using a general purpose Amazon S3 bucket as the artifact store.

Syntax

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

JSON

{ "Type" : "AWS::SageMaker::MlflowApp", "Properties" : { "ArtifactStoreUri" : String, "ModelRegistrationMode" : String, "Name" : String, "RoleArn" : String, "Tags" : [ Tag, ... ], "WeeklyMaintenanceWindowStart" : String } }

YAML

Type: AWS::SageMaker::MlflowApp Properties: ArtifactStoreUri: String ModelRegistrationMode: String Name: String RoleArn: String Tags: - Tag WeeklyMaintenanceWindowStart: String

Properties

ArtifactStoreUri

Property description not available.

Required: Yes

Type: String

Pattern: (https|s3)://([^/]+)/?(.*)

Minimum: 0

Maximum: 1024

Update requires: No interruption

ModelRegistrationMode

Property description not available.

Required: No

Type: String

Allowed values: AutoModelRegistrationEnabled | AutoModelRegistrationDisabled

Update requires: No interruption

Name

The name of the MLflow App.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 256

Update requires: Replacement

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: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 50

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)

Minimum: 0

Maximum: 9

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

The ARN of a listed MLflow App.

CreationTime

The creation time of a listed MLflow App.

LastModifiedTime

The last modified time of a listed MLflow App.

MlflowAppId

Property description not available.

MlflowVersion

The version of a listed MLflow App.

Status

The status of the MLflow App.