Skip to main content

List Datasets

POST 

/api/2/auto_eval/dataset/list

List Datasets.

Request

Body

    filters

    object

    query string

    search query substring match for name and description

Responses

Successful operation

Schema

    datasets

    object[]

    required

  • Array [

  • id stringrequired

    The ID of the dataset.

    createdAt date-timerequired
    updatedAt date-timerequired
    name string

    Human-readable name for the dataset, if one exists.

    description string

    Human-readable description of the dataset, if one exists.

    ownerUserId stringrequired

    The ID of the user who owns the dataset.

    numRows integerrequired
    numCols integerrequired
    initializationStatus stringrequired
    initializationError string

    columns

    object[]

    required

  • Array [

  • id stringrequired

    The ID of the dataset file.

    createdAt date-timerequired
    updatedAt date-timerequired
    index integerrequired

    Index of the column within the dataset file.

    literalName stringrequired

    The literal name for the column.

    dtype string
  • ]

  • labelState

    object

    The state of the latest labeling job for the dataset

    labelingStatus stringrequired

    The status of the latest general pseudo-labeling job for the dataset

    promptTemplate stringrequired

    aka user general instructions

    error string

    if the labeling status is error, this field may contain an error message

  • ]

  • totalCount integerrequired

    Total count of datasets which can be listed with applicable filters, regardless of page size

Loading...