interface AIPromptVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Wisdom.AIPromptVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#AIPromptVersionReference |
![]() | software.amazon.awscdk.services.wisdom.AIPromptVersionReference |
![]() | aws_cdk.aws_wisdom.AIPromptVersionReference |
![]() | aws-cdk-lib » aws_wisdom » AIPromptVersionReference |
A reference to a AIPromptVersion resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from 'aws-cdk-lib';
const aIPromptVersionReference: wisdom.AIPromptVersionReference = {
aiPromptId: 'aiPromptId',
assistantId: 'assistantId',
versionNumber: 'versionNumber',
};
Properties
Name | Type | Description |
---|---|---|
ai | string | The AIPromptId of the AIPromptVersion resource. |
assistant | string | The AssistantId of the AIPromptVersion resource. |
version | string | The VersionNumber of the AIPromptVersion resource. |
aiPromptId
Type:
string
The AIPromptId of the AIPromptVersion resource.
assistantId
Type:
string
The AssistantId of the AIPromptVersion resource.
versionNumber
Type:
string
The VersionNumber of the AIPromptVersion resource.