v1
latestOpenAPI 3.1.02026-07-26106201349.6 KBPath parameters
The Account Id
Query parameters
ID of the DPO job, a random ID will be generated if not specified.
Request body
The name of the dataset used for training.
JobState represents the state an asynchronous job can be in.
- JOB_STATE_PAUSED: Job is paused, typically due to account suspension or manual intervention.
- JOB_STATE_DELETED: Job has been deleted.
- JOB_STATE_ARCHIVED: User-facing state for jobs whose row is retained post-delete (e.g. RLOR trainers within the checkpoint retention window). The internal row is still in JOB_STATE_DELETED; the gateway translates it to ARCHIVED on public responses.
The email address of the user who initiated this dpo job.
The signed URL for the trainer logs file (stdout/stderr). Only populated if the account has trainer log reading enabled.
Scheduling purpose for training jobs and deployments.
Response
A successful response.
The name of the dataset used for training.
JobState represents the state an asynchronous job can be in.
- JOB_STATE_PAUSED: Job is paused, typically due to account suspension or manual intervention.
- JOB_STATE_DELETED: Job has been deleted.
- JOB_STATE_ARCHIVED: User-facing state for jobs whose row is retained post-delete (e.g. RLOR trainers within the checkpoint retention window). The internal row is still in JOB_STATE_DELETED; the gateway translates it to ARCHIVED on public responses.
The email address of the user who initiated this dpo job.
The signed URL for the trainer logs file (stdout/stderr). Only populated if the account has trainer log reading enabled.
Scheduling purpose for training jobs and deployments.