Class CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
An implementation for
CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty.Builder, CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Contains configurations for a guardrail to apply during query and response generation for the knowledge base in this configuration.final Object
Contains inference configurations for the prompt.final String
The unique identifier of the knowledge base to query.final String
The unique identifier of the model or inference profile to use to generate a response from the query results.final Number
The number of results to retrieve from the knowledge base.final Object
The configuration for orchestrating the retrieval and generation process in the knowledge base node.final Object
A custom prompt template to use with the knowledge base for generating responses.final Object
The configuration for reranking the retrieved results from the knowledge base to improve relevance.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty.Builder
.
-
-
Method Details
-
getKnowledgeBaseId
Description copied from interface:CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
The unique identifier of the knowledge base to query.- Specified by:
getKnowledgeBaseId
in interfaceCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
- See Also:
-
getGuardrailConfiguration
Description copied from interface:CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
Contains configurations for a guardrail to apply during query and response generation for the knowledge base in this configuration.- Specified by:
getGuardrailConfiguration
in interfaceCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
- See Also:
-
getInferenceConfiguration
Description copied from interface:CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
Contains inference configurations for the prompt.- Specified by:
getInferenceConfiguration
in interfaceCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
- See Also:
-
getModelId
Description copied from interface:CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
The unique identifier of the model or inference profile to use to generate a response from the query results. Omit this field if you want to return the retrieved results as an array.- Specified by:
getModelId
in interfaceCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
- See Also:
-
getNumberOfResults
Description copied from interface:CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
The number of results to retrieve from the knowledge base.- Specified by:
getNumberOfResults
in interfaceCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
- See Also:
-
getOrchestrationConfiguration
Description copied from interface:CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
The configuration for orchestrating the retrieval and generation process in the knowledge base node.- Specified by:
getOrchestrationConfiguration
in interfaceCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
- See Also:
-
getPromptTemplate
Description copied from interface:CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
A custom prompt template to use with the knowledge base for generating responses.- Specified by:
getPromptTemplate
in interfaceCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
- See Also:
-
getRerankingConfiguration
Description copied from interface:CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
The configuration for reranking the retrieved results from the knowledge base to improve relevance.- Specified by:
getRerankingConfiguration
in interfaceCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-