interface ModelCardReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.ModelCardReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#ModelCardReference |
![]() | software.amazon.awscdk.services.sagemaker.ModelCardReference |
![]() | aws_cdk.aws_sagemaker.ModelCardReference |
![]() | aws-cdk-lib » aws_sagemaker » ModelCardReference |
A reference to a ModelCard 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 sagemaker } from 'aws-cdk-lib';
const modelCardReference: sagemaker.ModelCardReference = {
modelCardArn: 'modelCardArn',
modelCardName: 'modelCardName',
};
Properties
Name | Type | Description |
---|---|---|
model | string | The ARN of the ModelCard resource. |
model | string | The ModelCardName of the ModelCard resource. |
modelCardArn
Type:
string
The ARN of the ModelCard resource.
modelCardName
Type:
string
The ModelCardName of the ModelCard resource.