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 CreateMlflowApp operation. Creates an MLflow Tracking Server using a general purpose Amazon S3 bucket as the artifact store.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateMlflowAppRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateMlflowAppRequest type exposes the following members

Constructors

NameDescription
Public Method CreateMlflowAppRequest()

Properties

NameTypeDescription
Public Property AccountDefaultStatus Amazon.SageMaker.AccountDefaultStatus

Gets and sets the property AccountDefaultStatus.

Indicates whether this MLflow app is the default for the entire account.

Public Property ArtifactStoreUri System.String

Gets and sets the property ArtifactStoreUri.

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

Public Property DefaultDomainIdList System.Collections.Generic.List<System.String>

Gets and sets the property DefaultDomainIdList.

List of SageMaker domain IDs for which this MLflow App is used as the default.

Public Property ModelRegistrationMode Amazon.SageMaker.ModelRegistrationMode

Gets and sets the property ModelRegistrationMode.

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 AutoModelRegistrationEnabled. To disable automatic model registration, set this value to AutoModelRegistrationDisabled. If not specified, AutomaticModelRegistration defaults to AutoModelRegistrationDisabled.

Public Property Name System.String

Gets and sets the property Name.

A string identifying the MLflow app name. This string is not part of the tracking server ARN.

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 App uses to access the artifact store in Amazon S3. The role should have the AmazonS3FullAccess permission.

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 MLflow App.

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