interface MlflowAppReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Sagemaker.MlflowAppReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssagemaker#MlflowAppReference |
Java | software.amazon.awscdk.interfaces.sagemaker.MlflowAppReference |
Python | aws_cdk.interfaces.aws_sagemaker.MlflowAppReference |
TypeScript | aws-cdk-lib » interfaces » aws_sagemaker » MlflowAppReference |
A reference to a MlflowApp resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as interfaces_sagemaker } from 'aws-cdk-lib/interfaces';
const mlflowAppReference: interfaces_sagemaker.MlflowAppReference = {
mlflowAppArn: 'mlflowAppArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| mlflow | string | The Arn of the MlflowApp resource. |
mlflowAppArn
Type:
string
The Arn of the MlflowApp resource.

.NET
Go
Java
Python
TypeScript