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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnAgent.PromptOverrideConfigurationProperty
CfnAgent.PromptOverrideConfigurationProperty.Builder, CfnAgent.PromptOverrideConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAgent.PromptOverrideConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence.final Object
Contains configurations to override a prompt template in one part of an agent sequence.final int
hashCode()
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.PromptOverrideConfigurationProperty
Contains configurations to override a prompt template in one part of an agent sequence.For more information, see Advanced prompts .
- Specified by:
getPromptConfigurations
in interfaceCfnAgent.PromptOverrideConfigurationProperty
- See Also:
-
getOverrideLambda
Description copied from interface:CfnAgent.PromptOverrideConfigurationProperty
The 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
promptConfigurations
must contain aparserMode
value that is set toOVERRIDDEN
. For more information, see Parser Lambda function in Amazon Bedrock Agents .- Specified by:
getOverrideLambda
in interfaceCfnAgent.PromptOverrideConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-