Class CfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty
An implementation for
CfnFlowVersion.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.CfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty
CfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty.Builder, CfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlowVersion.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 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 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 theCfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty.Builder
.
-
-
Method Details
-
getKnowledgeBaseId
Description copied from interface:CfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty
The unique identifier of the knowledge base to query.- Specified by:
getKnowledgeBaseId
in interfaceCfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty
- See Also:
-
getGuardrailConfiguration
Description copied from interface:CfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty
Contains configurations for a guardrail to apply during query and response generation for the knowledge base in this configuration.- Specified by:
getGuardrailConfiguration
in interfaceCfnFlowVersion.KnowledgeBaseFlowNodeConfigurationProperty
- See Also:
-
getModelId
Description copied from interface:CfnFlowVersion.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 interfaceCfnFlowVersion.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()
-