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.InitializationMode
Nested 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 String
getName()
(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, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getName
in interfaceIPromptVariant
- Specified by:
getName
in interfaceIPromptVariant.Jsii$Default
-
getTemplateConfiguration
@Stability(Experimental) @NotNull public final PromptTemplateConfiguration getTemplateConfiguration()(experimental) The template configuration.- Specified by:
getTemplateConfiguration
in interfaceIPromptVariant
- Specified by:
getTemplateConfiguration
in interfaceIPromptVariant.Jsii$Default
-
getTemplateType
(experimental) The type of prompt template.Default: - Text
- Specified by:
getTemplateType
in interfaceIPromptVariant
- Specified by:
getTemplateType
in interfaceIPromptVariant.Jsii$Default
-
getGenAiResource
(experimental) The generative AI resource configuration.- Specified by:
getGenAiResource
in interfaceIPromptVariant
- Specified by:
getGenAiResource
in interfaceIPromptVariant.Jsii$Default
-
getInferenceConfiguration
@Stability(Experimental) @Nullable public final PromptInferenceConfiguration getInferenceConfiguration()(experimental) The inference configuration.- Specified by:
getInferenceConfiguration
in interfaceIPromptVariant
- Specified by:
getInferenceConfiguration
in interfaceIPromptVariant.Jsii$Default
-
getModelId
(experimental) The unique identifier of the model with which to run inference on the prompt.- Specified by:
getModelId
in interfaceIPromptVariant
- Specified by:
getModelId
in interfaceIPromptVariant.Jsii$Default
-