GetPseudoLabelJobStatusResponse
status stringrequired
pseudoLabelJobResult
object
required
Configuration for LLM Judge labeling job.
name string
Optional name for the job.
description string
Optional description for the job.
datasetId stringrequired
ID of the main dataset to be pseudo-labeled
fewShotDatasetId string
ID of the dataset containing few-shot examples. Optional.
activeLabeledDatasetId string
ID of the actively labeled dataset. Optional. If null, this job is for active learning.
selectedColumns string[]required
promptTemplate
object
required
id stringrequired
template stringrequired
The template string that defines the prompt
baseEvaluationMetric stringrequired
Reserved field. Do not use at the moment.
skipActiveLabeling booleanrequired
If true, skip active labeling, which involves an intermediate Dataset created for human labeling.