Show / Hide Table of Contents

Class CfnConnection.MlflowPropertiesInputProperty

MLflow Properties Input.

Inheritance
object
CfnConnection.MlflowPropertiesInputProperty
Implements
CfnConnection.IMlflowPropertiesInputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.MlflowPropertiesInputProperty : CfnConnection.IMlflowPropertiesInputProperty
Syntax (vb)
Public Class CfnConnection.MlflowPropertiesInputProperty Implements 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

Constructors

MlflowPropertiesInputProperty()

MLflow Properties Input.

Properties

TrackingServerArn

The ARN of the MLflow tracking server.

Constructors

MlflowPropertiesInputProperty()

MLflow Properties Input.

public MlflowPropertiesInputProperty()
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"
             };

Properties

TrackingServerArn

The ARN of the MLflow tracking server.

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

string

Remarks

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

Implements

CfnConnection.IMlflowPropertiesInputProperty
Back to top Generated by DocFX