Class CfnMlflowTrackingServerMixinProps
Properties for CfnMlflowTrackingServerPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
AutomaticModelRegistration
A flag to enable Automatic SageMaker Model Registration.
public object? AutomaticModelRegistration { get; set; }
Property Value
Remarks
MlflowVersion
The MLFlow Version used on the MLFlow Tracking Server.
public string? MlflowVersion { get; set; }
Property Value
Remarks
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
Remarks
Tags
An array of key-value pairs to apply to this resource.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]
Remarks
TrackingServerName
The name of the MLFlow Tracking Server.
public string? TrackingServerName { get; set; }
Property Value
Remarks
TrackingServerSize
The size of the MLFlow Tracking Server.
public string? TrackingServerSize { get; set; }
Property Value
Remarks
WeeklyMaintenanceWindowStart
The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.
public string? WeeklyMaintenanceWindowStart { get; set; }