Show / Hide Table of Contents

Interface CfnConnection.IMlflowPropertiesInputProperty

MLflow Properties Input.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IMlflowPropertiesInputProperty
Syntax (vb)
Public Interface CfnConnection.IMlflowPropertiesInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-mlflowpropertiesinput.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.AWS.DataZone;

             var mlflowPropertiesInputProperty = new MlflowPropertiesInputProperty {
                 TrackingServerArn = "trackingServerArn"
             };

Synopsis

Properties

TrackingServerArn

The ARN of the MLflow tracking server.

Properties

TrackingServerArn

The ARN of the MLflow tracking server.

string? TrackingServerArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-mlflowpropertiesinput.html#cfn-datazone-connection-mlflowpropertiesinput-trackingserverarn

Back to top Generated by DocFX