AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateMlflowTrackingServer operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreateMlflowTrackingServerRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class CreateMlflowTrackingServerRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateMlflowTrackingServerRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ArtifactStoreUri System.String

Gets and sets the property ArtifactStoreUri.

The S3 URI for a general purpose bucket to use as the MLflow Tracking Server artifact store.

Public Property AutomaticModelRegistration System.Boolean

Gets and sets the property AutomaticModelRegistration.

Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to True. To disable automatic model registration, set this value to False. If not specified, AutomaticModelRegistration defaults to False.

Public Property MlflowVersion System.String

Gets and sets the property MlflowVersion.

The version of MLflow that the tracking server uses. To see which MLflow versions are available to use, see How it works.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow Tracking Server uses to access the artifact store in Amazon S3. The role should have AmazonS3FullAccess permissions. For more information on IAM permissions for tracking server creation, see Set up IAM permissions for MLflow.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

Tags consisting of key-value pairs used to manage metadata for the tracking server.

Public Property TrackingServerName System.String

Gets and sets the property TrackingServerName.

A unique string identifying the tracking server name. This string is part of the tracking server ARN.

Public Property TrackingServerSize Amazon.SageMaker.TrackingServerSize

Gets and sets the property TrackingServerSize.

The size of the tracking server you want to create. You can choose between "Small", "Medium", and "Large". The default MLflow Tracking Server configuration size is "Small". You can choose a size depending on the projected use of the tracking server such as the volume of data logged, number of users, and frequency of use.

We recommend using a small tracking server for teams of up to 25 users, a medium tracking server for teams of up to 50 users, and a large tracking server for teams of up to 100 users.

Public Property WeeklyMaintenanceWindowStart System.String

Gets and sets the property WeeklyMaintenanceWindowStart.

The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: TUE:03:30.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5