Interface CfnPrompt.IPromptGenAiResourceProperty
Contains specifications for a generative AI resource with which to use the prompt.
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPromptGenAiResourceProperty
Syntax (vb)
Public Interface IPromptGenAiResourceProperty
Remarks
For more information, see Create a prompt using Prompt management .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_bedrock;
var promptGenAiResourceProperty = new PromptGenAiResourceProperty {
Agent = new PromptAgentResourceProperty {
AgentIdentifier = "agentIdentifier"
}
};
Synopsis
Properties
Agent | Specifies an Amazon Bedrock agent with which to use the prompt. |
Properties
Agent
Specifies an Amazon Bedrock agent with which to use the prompt.
object Agent { get; }
Property Value
System.