Class CustomParserProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.CustomParserProps.Jsii$Proxy
- All Implemented Interfaces:
CustomParserProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CustomParserProps
@Stability(Experimental)
@Internal
public static final class CustomParserProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CustomParserProps
An implementation for
CustomParserProps-
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.alpha.CustomParserProps
CustomParserProps.Builder, CustomParserProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CustomParserProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomParserProps.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 boolean(experimental) Configuration for the knowledge base response generation step.(experimental) Configuration for the memory summarization step.(experimental) Configuration for the orchestration step.final IFunction(experimental) Lambda function to use as custom parser.(experimental) Configuration for the post-processing step.(experimental) Configuration for the pre-processing step.(experimental) Configuration for the routing classifier step.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 theCustomParserProps.Builder.
-
-
Method Details
-
getKnowledgeBaseResponseGenerationStep
public final PromptKnowledgeBaseResponseGenerationConfigCustomParser getKnowledgeBaseResponseGenerationStep()Description copied from interface:CustomParserProps(experimental) Configuration for the knowledge base response generation step.Default: undefined - No knowledge base response generation configuration
- Specified by:
getKnowledgeBaseResponseGenerationStepin interfaceCustomParserProps
-
getMemorySummarizationStep
Description copied from interface:CustomParserProps(experimental) Configuration for the memory summarization step.Default: undefined - No memory summarization configuration
- Specified by:
getMemorySummarizationStepin interfaceCustomParserProps
-
getOrchestrationStep
Description copied from interface:CustomParserProps(experimental) Configuration for the orchestration step.Default: undefined - No orchestration configuration
- Specified by:
getOrchestrationStepin interfaceCustomParserProps
-
getParser
Description copied from interface:CustomParserProps(experimental) Lambda function to use as custom parser.Default: undefined - No custom parser is used
- Specified by:
getParserin interfaceCustomParserProps
-
getPostProcessingStep
Description copied from interface:CustomParserProps(experimental) Configuration for the post-processing step.Default: undefined - No post-processing configuration
- Specified by:
getPostProcessingStepin interfaceCustomParserProps
-
getPreProcessingStep
Description copied from interface:CustomParserProps(experimental) Configuration for the pre-processing step.Default: undefined - No pre-processing configuration
- Specified by:
getPreProcessingStepin interfaceCustomParserProps
-
getRoutingClassifierStep
Description copied from interface:CustomParserProps(experimental) Configuration for the routing classifier step.Default: undefined - No routing classifier configuration
- Specified by:
getRoutingClassifierStepin interfaceCustomParserProps
-
$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()
-