Class CfnPrompt.PromptVariantProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnPrompt.PromptVariantProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPrompt.PromptVariantProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrompt.PromptVariantProperty
@Stability(Stable)
@Internal
public static final class CfnPrompt.PromptVariantProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrompt.PromptVariantProperty
An implementation for
CfnPrompt.PromptVariantProperty
-
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.CfnPrompt.PromptVariantProperty
CfnPrompt.PromptVariantProperty.Builder, CfnPrompt.PromptVariantProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPrompt.PromptVariantProperty.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 Object
Contains inference configurations for the prompt variant.final String
The unique identifier of the model or inference profile with which to run inference on the prompt.final String
getName()
The name of the prompt variant.final Object
Contains configurations for the prompt template.final String
The type of prompt template to use.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 theCfnPrompt.PromptVariantProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnPrompt.PromptVariantProperty
The name of the prompt variant.- Specified by:
getName
in interfaceCfnPrompt.PromptVariantProperty
- See Also:
-
getTemplateType
Description copied from interface:CfnPrompt.PromptVariantProperty
The type of prompt template to use.- Specified by:
getTemplateType
in interfaceCfnPrompt.PromptVariantProperty
- See Also:
-
getInferenceConfiguration
Description copied from interface:CfnPrompt.PromptVariantProperty
Contains inference configurations for the prompt variant.- Specified by:
getInferenceConfiguration
in interfaceCfnPrompt.PromptVariantProperty
- See Also:
-
getModelId
Description copied from interface:CfnPrompt.PromptVariantProperty
The unique identifier of the model or inference profile with which to run inference on the prompt.- Specified by:
getModelId
in interfaceCfnPrompt.PromptVariantProperty
- See Also:
-
getTemplateConfiguration
Description copied from interface:CfnPrompt.PromptVariantProperty
Contains configurations for the prompt template.- Specified by:
getTemplateConfiguration
in interfaceCfnPrompt.PromptVariantProperty
- 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()
-