Probability

Artificial IntelligenceComputer VisionCRMMachine LearningNatural Language ProcessingPredictive AnalyticsSalesforce

Properties

Name Type Description
label string Predicted label.
probability number Confidence score (0.0 to 1.0).
View JSON Schema on GitHub

JSON Schema

salesforce-einstein-probability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Probability",
  "title": "Probability",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "description": "Predicted label."
    },
    "probability": {
      "type": "number",
      "description": "Confidence score (0.0 to 1.0)."
    }
  }
}