GetPseudoLabelJobStatusResponse
Array [
]
pseudoLabelJobResult
object
required
Configuration for LLM Judge labeling job.
Optional name for the job.
Optional description for the job.
ID of the main dataset to be pseudo-labeled
ID of the dataset containing few-shot examples. Optional.
ID of the actively labeled dataset. Optional. If null, this job is for active learning.
chatCompletionConfig
object
required
For Chat LLM based labeling, the configuration to use with the requests (messages omitted)
The ID of the model to use for the completion.
messages
object[]
required
Role can be 'system', 'user', or 'assistant'.
The content of the message.
The maximum number of tokens to generate.
The temperature to use for the completion.
The top_p value to use for the completion.
promptTemplate
object
required
The template string that defines the prompt
Reserved field. Do not use at the moment.
If true, skip active labeling, which involves an intermediate Dataset created for human labeling.