Interface CfnFlowVersionPropsMixin.KnowledgeBasePromptTemplateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowVersionPropsMixin.KnowledgeBasePromptTemplateProperty.Jsii$Proxy
- Enclosing class:
CfnFlowVersionPropsMixin
@Stability(Stable)
public static interface CfnFlowVersionPropsMixin.KnowledgeBasePromptTemplateProperty
extends software.amazon.jsii.JsiiSerializable
Defines a custom prompt template for orchestrating the retrieval and generation process.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrock.*;
KnowledgeBasePromptTemplateProperty knowledgeBasePromptTemplateProperty = KnowledgeBasePromptTemplateProperty.builder()
.textPromptTemplate("textPromptTemplate")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFlowVersionPropsMixin.KnowledgeBasePromptTemplateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTextPromptTemplate
The text of the prompt template.- See Also:
-
builder
@Stability(Stable) static CfnFlowVersionPropsMixin.KnowledgeBasePromptTemplateProperty.Builder builder()
-