Class IPromptVariant.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.IPromptVariant.Jsii$Proxy
- All Implemented Interfaces:
IPromptVariant,IPromptVariant.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IPromptVariant
@Internal
public static final class IPromptVariant.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IPromptVariant.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
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.alpha.IPromptVariant
IPromptVariant.Jsii$Default, IPromptVariant.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal PromptGenAiResource(experimental) The generative AI resource configuration.(experimental) The inference configuration.final String(experimental) The unique identifier of the model with which to run inference on the prompt.final StringgetName()(experimental) The name of the prompt variant.(experimental) The template configuration.final PromptTemplateType(experimental) The type of prompt template.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getName
(experimental) The name of the prompt variant.- Specified by:
getNamein interfaceIPromptVariant- Specified by:
getNamein interfaceIPromptVariant.Jsii$Default
-
getTemplateConfiguration
@Stability(Experimental) @NotNull public final PromptTemplateConfiguration getTemplateConfiguration()(experimental) The template configuration.- Specified by:
getTemplateConfigurationin interfaceIPromptVariant- Specified by:
getTemplateConfigurationin interfaceIPromptVariant.Jsii$Default
-
getTemplateType
(experimental) The type of prompt template.Default: - Text
- Specified by:
getTemplateTypein interfaceIPromptVariant- Specified by:
getTemplateTypein interfaceIPromptVariant.Jsii$Default
-
getGenAiResource
(experimental) The generative AI resource configuration.- Specified by:
getGenAiResourcein interfaceIPromptVariant- Specified by:
getGenAiResourcein interfaceIPromptVariant.Jsii$Default
-
getInferenceConfiguration
@Stability(Experimental) @Nullable public final PromptInferenceConfiguration getInferenceConfiguration()(experimental) The inference configuration.- Specified by:
getInferenceConfigurationin interfaceIPromptVariant- Specified by:
getInferenceConfigurationin interfaceIPromptVariant.Jsii$Default
-
getModelId
(experimental) The unique identifier of the model with which to run inference on the prompt.- Specified by:
getModelIdin interfaceIPromptVariant- Specified by:
getModelIdin interfaceIPromptVariant.Jsii$Default
-