Prompt Variant Args
data class PromptVariantArgs(val inferenceConfiguration: Output<PromptInferenceConfigurationPropertiesArgs>? = null, val modelId: Output<String>? = null, val name: Output<String>, val templateConfiguration: Output<PromptTemplateConfigurationPropertiesArgs>? = null, val templateType: Output<PromptTemplateType>) : ConvertibleToJava<PromptVariantArgs>
Prompt variant
Constructors
Link copied to clipboard
constructor(inferenceConfiguration: Output<PromptInferenceConfigurationPropertiesArgs>? = null, modelId: Output<String>? = null, name: Output<String>, templateConfiguration: Output<PromptTemplateConfigurationPropertiesArgs>? = null, templateType: Output<PromptTemplateType>)