Interface CfnConnectionPropsMixin.MlflowPropertiesInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectionPropsMixin.MlflowPropertiesInputProperty.Jsii$Proxy
- Enclosing class:
CfnConnectionPropsMixin
@Stability(Stable)
public static interface CfnConnectionPropsMixin.MlflowPropertiesInputProperty
extends software.amazon.jsii.JsiiSerializable
MLflow Properties Input.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
MlflowPropertiesInputProperty mlflowPropertiesInputProperty = MlflowPropertiesInputProperty.builder()
.trackingServerArn("trackingServerArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectionPropsMixin.MlflowPropertiesInputPropertystatic final classAn implementation forCfnConnectionPropsMixin.MlflowPropertiesInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTrackingServerArn
The ARN of the MLflow tracking server.- See Also:
-
builder
-