AWS::SageMaker::MlflowAppResource type definition for AWS::SageMaker::MlflowApp
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ArtifactStoreUri | string | Required |
Name | string | RequiredCreate-only |
RoleArn | string | RequiredCreate-only |
ModelRegistrationMode | string | |
Tags | Array<Tag> | |
WeeklyMaintenanceWindowStart | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the MLflow App. |
CreationTime | string | The date and time that the MLflow App was created. |
LastModifiedTime | string | The date and time that the MLflow App was last modified. |
MlflowAppId | string | The server-generated identifier of the MLflow App. |
MlflowVersion | string | The MLflow version used by the MLflow App. |
Status | string | The status of the MLflow App. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::MlflowApp
Resources:
MyResource:
Type: AWS::SageMaker::MlflowApp
Properties:
Name: "my-name"
ArtifactStoreUri: "value"
RoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateMlflowAppsagemaker:DescribeMlflowAppsagemaker:AddTagssagemaker:ListTagsiam:PassRolesagemaker:DescribeMlflowAppsagemaker:ListTagssagemaker:UpdateMlflowAppsagemaker:DescribeMlflowAppsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteMlflowAppsagemaker:DescribeMlflowAppsagemaker:ListMlflowAppsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameRoleArn