Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The properties of the Dataset being updated. dataset.name
must
be populated with the updated resource's name.
Available options:
STATE_UNSPECIFIED
, UPLOADING
, READY
Available options:
FORMAT_UNSPECIFIED
, CHAT
, COMPLETION
, RL
The resource name of the job that created this dataset (e.g., batch inference job). Used for lineage tracking to understand dataset provenance.
Response
200 - application/json
A successful response.
Available options:
STATE_UNSPECIFIED
, UPLOADING
, READY
Available options:
FORMAT_UNSPECIFIED
, CHAT
, COMPLETION
, RL
The email address of the user who initiated this fine-tuning job.
The update time for the dataset.
The resource name of the job that created this dataset (e.g., batch inference job). Used for lineage tracking to understand dataset provenance.
The estimated number of tokens in the dataset.