Flow Prompt Flow Node Configuration Args
data class FlowPromptFlowNodeConfigurationArgs(val guardrailConfiguration: Output<FlowGuardrailConfigurationArgs>? = null, val sourceConfiguration: Output<Either<FlowPromptFlowNodeSourceConfiguration0PropertiesArgs, FlowPromptFlowNodeSourceConfiguration1PropertiesArgs>>) : ConvertibleToJava<FlowPromptFlowNodeConfigurationArgs>
Prompt flow node configuration
Constructors
Link copied to clipboard
constructor(guardrailConfiguration: Output<FlowGuardrailConfigurationArgs>? = null, sourceConfiguration: Output<Either<FlowPromptFlowNodeSourceConfiguration0PropertiesArgs, FlowPromptFlowNodeSourceConfiguration1PropertiesArgs>>)