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