Einstein Dataset
Represents a dataset used for training Einstein Vision or Language models, including labels, examples, and metadata.
Artificial IntelligenceComputer-VisionCRMMachine-LearningNatural Language ProcessingPredictive AnalyticsSalesforce
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-search/salesforce-einstein/json-schema/salesforce-einstein-dataset-schema.json",
"title": "Einstein Dataset",
"description": "Represents a dataset used for training Einstein Vision or Language models, including labels, examples, and metadata.",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Unique dataset identifier."
},
"name": {
"type": "string",
"description": "Name of the dataset."
},
"type": {
"type": "string",
"description": "Type of the dataset.",
"enum": [
"image",
"image-multi-label",
"image-detection",
"text-sentiment",
"text-intent"
]
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the dataset was created."
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the dataset was last updated."
},
"totalExamples": {
"type": "integer",
"description": "Total number of examples in the dataset.",
"minimum": 0
},
"totalLabels": {
"type": "integer",
"description": "Total number of labels in the dataset.",
"minimum": 0
},
"available": {
"type": "boolean",
"description": "Whether the dataset is available for training and predictions."
},
"statusMsg": {
"type": "string",
"description": "Status message describing the dataset's current state."
},
"labelSummary": {
"type": "object",
"description": "Summary of labels in the dataset.",
"properties": {
"labels": {
"type": "array",
"items": {
"$ref": "#/$defs/Label"
}
}
}
},
"object": {
"type": "string",
"description": "Object type identifier.",
"const": "dataset"
}
},
"required": ["id", "name", "type"],
"$defs": {
"Label": {
"type": "object",
"description": "A label within a dataset used to classify examples.",
"properties": {
"id": {
"type": "integer",
"description": "Unique label identifier."
},
"datasetId": {
"type": "integer",
"description": "ID of the dataset this label belongs to."
},
"name": {
"type": "string",
"description": "Name of the label."
},
"numExamples": {
"type": "integer",
"description": "Number of examples with this label.",
"minimum": 0
}
},
"required": ["id", "name"]
}
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/salesforce-einstein-dataset"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.