interface MlflowPropertiesInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnConnectionPropsMixin.MlflowPropertiesInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnConnectionPropsMixin_MlflowPropertiesInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnConnectionPropsMixin.MlflowPropertiesInputProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnConnectionPropsMixin.MlflowPropertiesInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnConnectionPropsMixin » MlflowPropertiesInputProperty |
MLflow Properties Input.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const mlflowPropertiesInputProperty: datazone_mixins.CfnConnectionPropsMixin.MlflowPropertiesInputProperty = {
trackingServerArn: 'trackingServerArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| tracking | string | The ARN of the MLflow tracking server. |
trackingServerArn?
Type:
string
(optional)
The ARN of the MLflow tracking server.

.NET
Go
Java
Python
TypeScript