Class CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty
An implementation for
CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty-
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.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty
CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty.Builder, CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectContains inference configurations for the prompt.final StringThe unique identifier of the model or inference profile to run inference with.final ObjectContains a prompt and variables in the prompt that can be replaced with values at runtime.final StringThe type of prompt template.final inthashCode()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
protected Jsii$Proxy(CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty.Builder.
-
-
Method Details
-
getInferenceConfiguration
Description copied from interface:CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationPropertyContains inference configurations for the prompt.Returns union: either
IResolvableorCfnFlowVersionPropsMixin.PromptInferenceConfigurationProperty- Specified by:
getInferenceConfigurationin interfaceCfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty- See Also:
-
getModelId
Description copied from interface:CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationPropertyThe unique identifier of the model or inference profile to run inference with.- Specified by:
getModelIdin interfaceCfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty- See Also:
-
getTemplateConfiguration
Description copied from interface:CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationPropertyContains a prompt and variables in the prompt that can be replaced with values at runtime.Returns union: either
IResolvableorCfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty- Specified by:
getTemplateConfigurationin interfaceCfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty- See Also:
-
getTemplateType
Description copied from interface:CfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationPropertyThe type of prompt template.- Specified by:
getTemplateTypein interfaceCfnFlowVersionPropsMixin.PromptFlowNodeInlineConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-