Interface IPromptVariant.Jsii$Default
- All Superinterfaces:
IPromptVariant
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IPromptVariant.Jsii$Proxy
- Enclosing interface:
IPromptVariant
Internal default implementation for
IPromptVariant
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.alpha.IPromptVariant
IPromptVariant.Jsii$Default, IPromptVariant.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault PromptGenAiResource
(experimental) The generative AI resource configuration.default PromptInferenceConfiguration
(experimental) The inference configuration.default String
(experimental) The unique identifier of the model with which to run inference on the prompt.default String
getName()
(experimental) The name of the prompt variant.default PromptTemplateConfiguration
(experimental) The template configuration.default PromptTemplateType
(experimental) The type of prompt template.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
(experimental) The name of the prompt variant.- Specified by:
getName
in interfaceIPromptVariant
-
getTemplateConfiguration
(experimental) The template configuration.- Specified by:
getTemplateConfiguration
in interfaceIPromptVariant
-
getTemplateType
(experimental) The type of prompt template.Default: - Text
- Specified by:
getTemplateType
in interfaceIPromptVariant
-
getGenAiResource
(experimental) The generative AI resource configuration.- Specified by:
getGenAiResource
in interfaceIPromptVariant
-
getInferenceConfiguration
(experimental) The inference configuration.- Specified by:
getInferenceConfiguration
in interfaceIPromptVariant
-
getModelId
(experimental) The unique identifier of the model with which to run inference on the prompt.- Specified by:
getModelId
in interfaceIPromptVariant
-