Skip to main content

Create Pseudo Label Job

POST 

/api/2/auto_eval/dataset/createPseudoLabelJob

Description of createPseudoLabelJob

Request

Body

    userId stringrequired

    datasetId

    object

    required

    value stringrequired

    labelingModelId

    object

    required

    value stringrequired

    operation

    object

    required

    chatCompletionConfig

    object

    required

    The list of messages in the conversation so far.

    vendor stringrequired
    model stringrequired

    The ID of the model to use for the completion.

    messages

    object[]

    required

    The list of messages in the conversation so far.

  • Array [

  • role stringrequired

    Role can be 'system', 'user', or 'assistant'.

    content stringrequired

    The content of the message.

  • ]

  • maxTokens integerrequired

    The maximum number of tokens to generate.

    Possible values: >= -2147483648 and <= 2147483647

    temperature numberrequired

    The temperature to use for the completion.

    topP numberrequired

    The top_p value to use for the completion.

    promptTemplate

    object

    required

    id stringrequired

    messages

    object[]

    required

  • Array [

  • role stringrequired

    Role can be 'system', 'user', or 'assistant'.

    content stringrequired

    The content of the message.

  • ]

  • baseEvaluationMetric stringrequired

    metadata

    object

    required

    name stringrequired
    description stringrequired
    tags string[]required

Responses

Successful operation

Schema

    jobId

    object

    required

    value stringrequired
Loading...