cohere · Schema

Cohere Dataset

Represents a dataset managed through the Cohere Datasets API, used for embed jobs, fine-tuning, and other batch processing tasks.

Properties

Name Type Description
id string The unique identifier of the dataset.
name string The human-readable name of the dataset.
dataset_type string The type of dataset, which determines its schema and compatible operations.
validation_status string The current validation status of the dataset after upload.
created_at string The ISO 8601 timestamp when the dataset was created.
updated_at string The ISO 8601 timestamp when the dataset was last updated.
schema string The expected schema definition for the dataset records.
required_fields array The field names required in each record of the dataset.
preserve_fields array The field names that are preserved through processing.
validation_error string The error message if dataset validation failed.
validation_warnings array Warning messages for rows that were dropped during validation.
View JSON Schema on GitHub