Show / Hide Table of Contents

Class CfnMlflowTrackingServerMixinProps

Properties for CfnMlflowTrackingServerPropsMixin.

Inheritance
object
CfnMlflowTrackingServerMixinProps
Implements
ICfnMlflowTrackingServerMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMlflowTrackingServerMixinProps : ICfnMlflowTrackingServerMixinProps
Syntax (vb)
Public Class CfnMlflowTrackingServerMixinProps Implements ICfnMlflowTrackingServerMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-mlflowtrackingserver.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;

             var cfnMlflowTrackingServerMixinProps = new CfnMlflowTrackingServerMixinProps {
                 ArtifactStoreUri = "artifactStoreUri",
                 AutomaticModelRegistration = false,
                 MlflowVersion = "mlflowVersion",
                 RoleArn = "roleArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 TrackingServerName = "trackingServerName",
                 TrackingServerSize = "trackingServerSize",
                 WeeklyMaintenanceWindowStart = "weeklyMaintenanceWindowStart"
             };

Synopsis

Constructors

CfnMlflowTrackingServerMixinProps()

Properties for CfnMlflowTrackingServerPropsMixin.

Properties

ArtifactStoreUri

The Amazon S3 URI for MLFlow Tracking Server artifacts.

AutomaticModelRegistration

A flag to enable Automatic SageMaker Model Registration.

MlflowVersion

The MLFlow Version used on the MLFlow Tracking Server.

RoleArn

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

Tags

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

TrackingServerName

The name of the MLFlow Tracking Server.

TrackingServerSize

The size of the MLFlow Tracking Server.

WeeklyMaintenanceWindowStart

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

Constructors

CfnMlflowTrackingServerMixinProps()

Properties for CfnMlflowTrackingServerPropsMixin.

public CfnMlflowTrackingServerMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-mlflowtrackingserver.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;

             var cfnMlflowTrackingServerMixinProps = new CfnMlflowTrackingServerMixinProps {
                 ArtifactStoreUri = "artifactStoreUri",
                 AutomaticModelRegistration = false,
                 MlflowVersion = "mlflowVersion",
                 RoleArn = "roleArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 TrackingServerName = "trackingServerName",
                 TrackingServerSize = "trackingServerSize",
                 WeeklyMaintenanceWindowStart = "weeklyMaintenanceWindowStart"
             };

Properties

ArtifactStoreUri

The Amazon S3 URI for MLFlow Tracking Server artifacts.

public string? ArtifactStoreUri { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-mlflowtrackingserver.html#cfn-sagemaker-mlflowtrackingserver-artifactstoreuri

AutomaticModelRegistration

A flag to enable Automatic SageMaker Model Registration.

public object? AutomaticModelRegistration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-mlflowtrackingserver.html#cfn-sagemaker-mlflowtrackingserver-automaticmodelregistration

Type union: either bool or IResolvable

MlflowVersion

The MLFlow Version used on the MLFlow Tracking Server.

public string? MlflowVersion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-mlflowtrackingserver.html#cfn-sagemaker-mlflowtrackingserver-mlflowversion

RoleArn

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

public string? RoleArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-mlflowtrackingserver.html#cfn-sagemaker-mlflowtrackingserver-rolearn

Tags

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

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-mlflowtrackingserver.html#cfn-sagemaker-mlflowtrackingserver-tags

TrackingServerName

The name of the MLFlow Tracking Server.

public string? TrackingServerName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-mlflowtrackingserver.html#cfn-sagemaker-mlflowtrackingserver-trackingservername

TrackingServerSize

The size of the MLFlow Tracking Server.

public string? TrackingServerSize { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-mlflowtrackingserver.html#cfn-sagemaker-mlflowtrackingserver-trackingserversize

WeeklyMaintenanceWindowStart

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

public string? WeeklyMaintenanceWindowStart { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-mlflowtrackingserver.html#cfn-sagemaker-mlflowtrackingserver-weeklymaintenancewindowstart

Implements

ICfnMlflowTrackingServerMixinProps
Back to top Generated by DocFX