describe_condition
Describes the parameters of a ProSuite quality condition, returning the docstring and parameter list with types to clarify required inputs for run_verification.
Instructions
Describe the parameters of a ProSuite quality condition.
Returns the full docstring and parameter list with types. Dataset parameters expect a dataset name string (must match a name in the datasets list you will pass to run_verification). Primitive parameters take their direct value (number, bool, string).
Parameters marked optional may be left out of run_verification's params: ProSuite applies its own default. Everything else must be supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |