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