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