Training Datasets V3 (Beta)
Get Training Dataset
Description
Gets the details of a training dataset
Details
This API can be used to get information about a single training dataset by ID. To use this API, pass in the id
that was returned from your Create Training Dataset API call as a path parameter.
Review the response schema to see the fields that will be returned.
GET
/
v4
/
training-datasets
/
{training_dataset_id}
Authorizations
Path Parameters
Response
200 - application/json
The name of the dataset
The schema type of the dataset, currently only GENERATION is supported
Available options:
GENERATION
, RERANKING_QUESTIONS
The data source of the dataset, used to determine how to parse the location
Available options:
S3
, SharePoint
, LocalFile
, LocalChunks
, GoogleDrive
, AzureBlobStorage
, Confluence
, Slack
The unique identifier of the entity.
The date and time when the entity was created in ISO format.
The ID of the account that owns the given entity.
The user who originally created the entity.