FlowPromptFlowNodeInlineConfigurationArgs

data class FlowPromptFlowNodeInlineConfigurationArgs(val inferenceConfiguration: Output<FlowPromptInferenceConfigurationPropertiesArgs>? = null, val modelId: Output<String>, val templateConfiguration: Output<FlowPromptTemplateConfigurationPropertiesArgs>, val templateType: Output<FlowPromptTemplateType>) : ConvertibleToJava<FlowPromptFlowNodeInlineConfigurationArgs>

Inline prompt configuration for prompt node

Constructors

constructor(inferenceConfiguration: Output<FlowPromptInferenceConfigurationPropertiesArgs>? = null, modelId: Output<String>, templateConfiguration: Output<FlowPromptTemplateConfigurationPropertiesArgs>, templateType: Output<FlowPromptTemplateType>)

Properties

Link copied to clipboard
val modelId: Output<String>

ARN or name of a Bedrock model.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): FlowPromptFlowNodeInlineConfigurationArgs