Class CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty
An implementation for
CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty-
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.CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty
CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty.Builder, CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty.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 ObjectThe additional model-specific request parameters as key-value pairs to be included in the request to the foundation model.final ObjectContains inference configurations for the prompt.final ObjectThe performance configuration options for the knowledge base retrieval and generation process.final ObjectA custom prompt template for orchestrating the retrieval and generation process.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
protected Jsii$Proxy(CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty.Builder.
-
-
Method Details
-
getAdditionalModelRequestFields
Description copied from interface:CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationPropertyThe additional model-specific request parameters as key-value pairs to be included in the request to the foundation model.- Specified by:
getAdditionalModelRequestFieldsin interfaceCfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty- See Also:
-
getInferenceConfig
Description copied from interface:CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationPropertyContains inference configurations for the prompt.Returns union: either
IResolvableorCfnFlowVersion.PromptInferenceConfigurationProperty- Specified by:
getInferenceConfigin interfaceCfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty- See Also:
-
getPerformanceConfig
Description copied from interface:CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationPropertyThe performance configuration options for the knowledge base retrieval and generation process.Returns union: either
IResolvableorCfnFlowVersion.PerformanceConfigurationProperty- Specified by:
getPerformanceConfigin interfaceCfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty- See Also:
-
getPromptTemplate
Description copied from interface:CfnFlowVersion.KnowledgeBaseOrchestrationConfigurationPropertyA custom prompt template for orchestrating the retrieval and generation process.Returns union: either
IResolvableorCfnFlowVersion.KnowledgeBasePromptTemplateProperty- Specified by:
getPromptTemplatein interfaceCfnFlowVersion.KnowledgeBaseOrchestrationConfigurationProperty- 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()
-