Flow Prompt Flow Node Inline Configuration Args
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
Link copied to clipboard
constructor(inferenceConfiguration: Output<FlowPromptInferenceConfigurationPropertiesArgs>? = null, modelId: Output<String>, templateConfiguration: Output<FlowPromptTemplateConfigurationPropertiesArgs>, templateType: Output<FlowPromptTemplateType>)