AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::MlflowTrackingServer

CfnMlflowTrackingServer

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](https://docs.aws.amazon.com/sagemaker/latest/dg/mlflow-create-tracking-server.html) .

Import

import { CfnMlflowTrackingServer } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnMlflowTrackingServer

Properties

Configuration passed to the constructor as CfnMlflowTrackingServerProps.

artifactStoreUriRequired
string

The Amazon S3 URI for MLFlow Tracking Server artifacts.

roleArnRequired
string

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.

trackingServerNameRequired
string

The name of the MLFlow Tracking Server.

automaticModelRegistrationOptional
boolean | IResolvable

A flag to enable Automatic SageMaker Model Registration.

mlflowVersionOptional
string

The MLFlow Version used on the MLFlow Tracking Server.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

trackingServerSizeOptional
string

The size of the MLFlow Tracking Server.

weeklyMaintenanceWindowStartOptional
string

The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter