Pinecone · Schema

StartImportResponse

The response for the `start_import` operation.

Vector DatabasesAIEmbeddingsRAG

Properties

Name Type Description
id string Unique identifier for the import operation.
View JSON Schema on GitHub

JSON Schema

pinecone-startimportresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StartImportResponse",
  "title": "StartImportResponse",
  "description": "The response for the `start_import` operation.",
  "type": "object",
  "properties": {
    "id": {
      "example": "101",
      "description": "Unique identifier for the import operation.",
      "type": "string",
      "minLength": 1,
      "maxLength": 1000
    }
  }
}