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