Dataiku · Schema

ModelVersion

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
id string Version identifier
active boolean Whether this is the active version
snippet object Summary metrics for the model version
View JSON Schema on GitHub

JSON Schema

dataiku-modelversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModelVersion",
  "title": "ModelVersion",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Version identifier"
    },
    "active": {
      "type": "boolean",
      "description": "Whether this is the active version"
    },
    "snippet": {
      "type": "object",
      "description": "Summary metrics for the model version"
    }
  }
}