Request to get the available columns for the metrics testing table.
Name of the metric that we are testing.
Log stream id associated with the traces.
Experiment id associated with the traces.
Metrics testing id associated with the traces.
Output type of the metrics testing table. If not provided, all columns are returned.
boolean, categorical, count, discrete, freeform, percentage, multilabel, retrieved_chunk_list_boolean, boolean_multilabel Whether the metrics testing table is using chain of thought (CoT) enabled scorers. If True, the columns will be generated for CoT enabled scorers.
The metric key to use for column generation (e.g., 'generated_scorer_validation' or 'registered_scorer_validation').
List of required scorer names for composite scorers. Columns will be generated for these scorers.
The score type for registered scorers (e.g., 'bool', 'int', 'float', 'str'). Used to determine the correct data_type for the column. Provided by validation result.
Successful Response