PATCH
/
v1
/
accounts
/
{account_id}
/
datasets
/
{dataset_id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

The Account Id

dataset_id
string
required

The Dataset Id

Body

application/json
The properties of the Dataset being updated. `dataset.name` must be populated with the updated resource's name.
displayName
string
state
enum<string>
default:
STATE_UNSPECIFIED
Available options:
STATE_UNSPECIFIED,
UPLOADING,
READY
status
object
exampleCount
string
userUploaded
object
format
enum<string>
default:
FORMAT_UNSPECIFIED
Available options:
FORMAT_UNSPECIFIED,
CHAT,
COMPLETION

Response

200 - application/json
A successful response.
name
string
displayName
string
createTime
string
state
enum<string>
default:
STATE_UNSPECIFIED
Available options:
STATE_UNSPECIFIED,
UPLOADING,
READY
status
object
exampleCount
string
userUploaded
object
format
enum<string>
default:
FORMAT_UNSPECIFIED
Available options:
FORMAT_UNSPECIFIED,
CHAT,
COMPLETION
createdBy
string

The email address of the user who initiated this fine-tuning job.