cohere · Schema

CreateDatasetResponse

Properties

Name Type Description
id string The unique identifier of the created dataset.
View JSON Schema on GitHub

JSON Schema

cohere-createdatasetresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateDatasetResponse",
  "title": "CreateDatasetResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the created dataset."
    }
  }
}