Job JSON Schema Reference#

When you create a job for an evaluation, you send a JSON data structure that contains the information for your configuration. Each job is uniquely identified by a job_id that the Evaluator service creates. For example, eval-1234ABCD5678EFGH.

The following table contains selected field reference for the JSON data. For the full API reference, refer to Evaluator API.

Name

Description

Type

config

The unique namespace/name that identifies the configuration to use for the evaluation. For more information, refer to Create and Manage Evaluation Configurations.

String

id

The ID of the job. The ID is returned in the response when you create a job.

String

namespace

An arbitrary organization name, a vendor name, or any other text. If you don’t specify a namespace, the default is default.

String

target

The unique namespace/name that identifies the target to use for the evaluation. For more information, refer to Create and Manage Evaluation Targets.

String