Create Pseudo Label Job
POST/api/2/auto_eval/dataset/createPseudoLabelJob
Description of createPseudoLabelJob
Request
- application/json
Body
Array [
]
Array [
]
datasetId
object
required
labelingModelId
object
required
operation
object
required
chatCompletionConfig
object
required
The list of messages in the conversation so far.
The ID of the model to use for the completion.
messages
object[]
required
The list of messages in the conversation so far.
Role can be 'system', 'user', or 'assistant'.
The content of the message.
The maximum number of tokens to generate.
Possible values: >= -2147483648
and <= 2147483647
The temperature to use for the completion.
The top_p value to use for the completion.
promptTemplate
object
required
messages
object[]
required
Role can be 'system', 'user', or 'assistant'.
The content of the message.
metadata
object
required
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
jobId
object
required
{
"jobId": {
"value": "string"
}
}