Class CfnConnection.MlflowPropertiesInputProperty
MLflow Properties Input.
Implements
Inherited Members
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
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
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; }