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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty
CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty.Builder, CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectContains configurations for a guardrail to apply during query and response generation for the knowledge base in this configuration.final StringThe unique identifier of the knowledge base to query.final StringThe unique identifier of the model or inference profile to use to generate a response from the query results.final inthashCode()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.KnowledgeBaseFlowNodeConfigurationPropertyThe unique identifier of the knowledge base to query.- Specified by:
getKnowledgeBaseIdin interfaceCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty- See Also:
-
getGuardrailConfiguration
Description copied from interface:CfnFlow.KnowledgeBaseFlowNodeConfigurationPropertyContains configurations for a guardrail to apply during query and response generation for the knowledge base in this configuration.- Specified by:
getGuardrailConfigurationin interfaceCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty- See Also:
-
getModelId
Description copied from interface:CfnFlow.KnowledgeBaseFlowNodeConfigurationPropertyThe 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:
getModelIdin interfaceCfnFlow.KnowledgeBaseFlowNodeConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-