Class PromptRoutingClassifierConfigCustomParser.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.PromptRoutingClassifierConfigCustomParser.Jsii$Proxy
- All Implemented Interfaces:
PromptRoutingClassifierConfigCustomParser,PromptStepConfigBase,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PromptRoutingClassifierConfigCustomParser
@Stability(Experimental)
@Internal
public static final class PromptRoutingClassifierConfigCustomParser.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PromptRoutingClassifierConfigCustomParser
An implementation for
PromptRoutingClassifierConfigCustomParser-
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.PromptRoutingClassifierConfigCustomParser
PromptRoutingClassifierConfigCustomParser.Builder, PromptRoutingClassifierConfigCustomParser.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by thePromptRoutingClassifierConfigCustomParser.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 String(experimental) The custom prompt template to be used.final IBedrockInvokable(experimental) The foundation model to use for the routing classifier step.final InferenceConfiguration(experimental) The inference configuration parameters to use.final Boolean(experimental) Whether to enable or skip this step in the agent sequence.final AgentStepType(experimental) The type of step this configuration applies to.final Boolean(experimental) Whether to use the custom Lambda parser defined for the sequence.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 thePromptRoutingClassifierConfigCustomParser.Builder.
-
-
Method Details
-
getFoundationModel
Description copied from interface:PromptRoutingClassifierConfigCustomParser(experimental) The foundation model to use for the routing classifier step.This is required for the routing classifier step.
- Specified by:
getFoundationModelin interfacePromptRoutingClassifierConfigCustomParser
-
getStepType
Description copied from interface:PromptStepConfigBase(experimental) The type of step this configuration applies to.- Specified by:
getStepTypein interfacePromptStepConfigBase
-
getCustomPromptTemplate
Description copied from interface:PromptStepConfigBase(experimental) The custom prompt template to be used.Default: - The default prompt template will be used.
- Specified by:
getCustomPromptTemplatein interfacePromptStepConfigBase- See Also:
-
getInferenceConfig
Description copied from interface:PromptStepConfigBase(experimental) The inference configuration parameters to use.Default: undefined - Default inference configuration will be used
- Specified by:
getInferenceConfigin interfacePromptStepConfigBase
-
getStepEnabled
Description copied from interface:PromptStepConfigBase(experimental) Whether to enable or skip this step in the agent sequence.Default: - The default state for each step type is as follows. PRE_PROCESSING – ENABLED ORCHESTRATION – ENABLED KNOWLEDGE_BASE_RESPONSE_GENERATION – ENABLED POST_PROCESSING – DISABLED
- Specified by:
getStepEnabledin interfacePromptStepConfigBase
-
getUseCustomParser
Description copied from interface:PromptStepConfigBase(experimental) Whether to use the custom Lambda parser defined for the sequence.Default: - false
- Specified by:
getUseCustomParserin interfacePromptStepConfigBase
-
$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()
-