Dataiku · Schema

ScenarioRun

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
id string Run identifier
scenarioId string Scenario identifier
trigger object Trigger information
result object Run result
View JSON Schema on GitHub

JSON Schema

dataiku-scenariorun-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScenarioRun",
  "title": "ScenarioRun",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Run identifier"
    },
    "scenarioId": {
      "type": "string",
      "description": "Scenario identifier"
    },
    "trigger": {
      "type": "object",
      "description": "Trigger information"
    },
    "result": {
      "type": "object",
      "description": "Run result"
    }
  }
}