cohere · Schema

CreateEmbedJobResponse

Properties

Name Type Description
job_id string The unique identifier of the created embed job.
View JSON Schema on GitHub

JSON Schema

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