Dataiku · Schema

GenerationSummary

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine-Learning

Properties

Name Type Description
generationId string Generation identifier
active boolean Whether this is the active generation
createdOn integer Creation timestamp
View JSON Schema on GitHub

JSON Schema

dataiku-generationsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GenerationSummary",
  "title": "GenerationSummary",
  "type": "object",
  "properties": {
    "generationId": {
      "type": "string",
      "description": "Generation identifier"
    },
    "active": {
      "type": "boolean",
      "description": "Whether this is the active generation"
    },
    "createdOn": {
      "type": "integer",
      "format": "int64",
      "description": "Creation timestamp"
    }
  }
}