Class ChatTemplateConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.ChatTemplateConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
ChatTemplateConfigurationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ChatTemplateConfigurationProps
@Stability(Experimental)
@Internal
public static final class ChatTemplateConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ChatTemplateConfigurationProps
An implementation for
ChatTemplateConfigurationProps
-
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.alpha.ChatTemplateConfigurationProps
ChatTemplateConfigurationProps.Builder, ChatTemplateConfigurationProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theChatTemplateConfigurationProps.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
(experimental) The input variables for the template.final List
<ChatMessage> (experimental) The messages in the chat template.final String
(experimental) The system message for the chat template.final ToolConfiguration
(experimental) The tool configuration for the chat template.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 theChatTemplateConfigurationProps.Builder
.
-
-
Method Details
-
getMessages
Description copied from interface:ChatTemplateConfigurationProps
(experimental) The messages in the chat template.- Specified by:
getMessages
in interfaceChatTemplateConfigurationProps
-
getInputVariables
Description copied from interface:ChatTemplateConfigurationProps
(experimental) The input variables for the template.Default: - No input variables
- Specified by:
getInputVariables
in interfaceChatTemplateConfigurationProps
-
getSystem
Description copied from interface:ChatTemplateConfigurationProps
(experimental) The system message for the chat template.Default: - No system message
- Specified by:
getSystem
in interfaceChatTemplateConfigurationProps
-
getToolConfiguration
Description copied from interface:ChatTemplateConfigurationProps
(experimental) The tool configuration for the chat template.Default: - No tool configuration
- Specified by:
getToolConfiguration
in interfaceChatTemplateConfigurationProps
-
$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()
-