Label

Artificial IntelligenceComputer VisionCRMMachine LearningNatural Language ProcessingPredictive AnalyticsSalesforce

Properties

Name Type Description
id integer
datasetId integer
name string
numExamples integer
View JSON Schema on GitHub

JSON Schema

salesforce-einstein-label-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Label",
  "title": "Label",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "datasetId": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "numExamples": {
      "type": "integer"
    }
  }
}