Class CfnAgent.PromptOverrideConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnAgent.PromptOverrideConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAgent.PromptOverrideConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgent.PromptOverrideConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAgent.PromptOverrideConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgent.PromptOverrideConfigurationProperty
An implementation for
CfnAgent.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.services.bedrock.CfnAgent.PromptOverrideConfigurationProperty
CfnAgent.PromptOverrideConfigurationProperty.Builder, CfnAgent.PromptOverrideConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgent.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 theCfnAgent.PromptOverrideConfigurationProperty.Builder.
-
-
Method Details
-
getPromptConfigurations
Description copied from interface:CfnAgent.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: '<'eitherIResolvableorCfnAgent.PromptConfigurationProperty>- Specified by:
getPromptConfigurationsin interfaceCfnAgent.PromptOverrideConfigurationProperty- See Also:
-
getOverrideLambda
Description copied from interface:CfnAgent.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 interfaceCfnAgent.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()
-