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:StringModelRegistrationMode:StringName:StringRoleArn:StringTags:- TagWeeklyMaintenanceWindowStart:String
Properties
ArtifactStoreUriProperty description not available.
Required: Yes
Type: String
Pattern:
(https|s3)://([^/]+)/?(.*)Minimum:
0Maximum:
1024Update requires: No interruption
ModelRegistrationModeProperty description not available.
Required: No
Type: String
Allowed values:
AutoModelRegistrationEnabled | AutoModelRegistrationDisabledUpdate 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:
1Maximum:
256Update requires: Replacement
RoleArnProperty description not available.
Required: Yes
Type: String
Pattern:
arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+Minimum:
20Maximum:
2048Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Minimum:
0Maximum:
50Update requires: No interruption
WeeklyMaintenanceWindowStartProperty description not available.
Required: No
Type: String
Pattern:
(Mon|Tue|Wed|Thu|Fri|Sat|Sun):([01]\d|2[0-3]):([0-5]\d)Minimum:
0Maximum:
9Update 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.
MlflowAppIdProperty description not available.
MlflowVersion-
The version of a listed MLflow App.
Status-
The status of the MLflow App.