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
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; }