interface AgentGenAiResourceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Bedrock.Alpha.AgentGenAiResourceProps |
![]() | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#AgentGenAiResourceProps |
![]() | software.amazon.awscdk.services.bedrock.alpha.AgentGenAiResourceProps |
![]() | aws_cdk.aws_bedrock_alpha.AgentGenAiResourceProps |
![]() | @aws-cdk/aws-bedrock-alpha » AgentGenAiResourceProps |
Properties for creating an agent GenAI resource configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as bedrock_alpha from '@aws-cdk/aws-bedrock-alpha';
declare const agentAlias: bedrock_alpha.AgentAlias;
const agentGenAiResourceProps: bedrock_alpha.AgentGenAiResourceProps = {
agentAlias: agentAlias,
};
Properties
Name | Type | Description |
---|---|---|
agent | IAgent | The agent alias to use for the GenAI resource. |
agentAlias
Type:
IAgent
The agent alias to use for the GenAI resource.