Class CfnAgentPropsMixin.PromptOverrideConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAgentPropsMixin.PromptOverrideConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAgentPropsMixin.PromptOverrideConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgentPropsMixin.PromptOverrideConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAgentPropsMixin.PromptOverrideConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgentPropsMixin.PromptOverrideConfigurationProperty
An implementation for
CfnAgentPropsMixin.PromptOverrideConfigurationProperty-
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.cfnpropertymixins.services.bedrock.CfnAgentPropsMixin.PromptOverrideConfigurationProperty
CfnAgentPropsMixin.PromptOverrideConfigurationProperty.Builder, CfnAgentPropsMixin.PromptOverrideConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgentPropsMixin.PromptOverrideConfigurationProperty.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 StringThe ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence.final ObjectContains configurations to override a prompt template in one part of an agent 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 theCfnAgentPropsMixin.PromptOverrideConfigurationProperty.Builder.
-
-
Method Details
-
getOverrideLambda
Description copied from interface:CfnAgentPropsMixin.PromptOverrideConfigurationPropertyThe ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence.If you specify this field, at least one of the
promptConfigurationsmust contain aparserModevalue that is set toOVERRIDDEN. For more information, see Parser Lambda function in Amazon Bedrock Agents .- Specified by:
getOverrideLambdain interfaceCfnAgentPropsMixin.PromptOverrideConfigurationProperty- See Also:
-
getPromptConfigurations
Description copied from interface:CfnAgentPropsMixin.PromptOverrideConfigurationPropertyContains configurations to override a prompt template in one part of an agent sequence.For more information, see Advanced prompts .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAgentPropsMixin.PromptConfigurationProperty>- Specified by:
getPromptConfigurationsin interfaceCfnAgentPropsMixin.PromptOverrideConfigurationProperty- 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()
-