Dataiku · Schema

ServiceSummary

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
serviceId string Unique service identifier
enabled boolean Whether the service is enabled
activeGeneration string Currently active generation identifier
generationCount integer Number of available generations
View JSON Schema on GitHub

JSON Schema

dataiku-servicesummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceSummary",
  "title": "ServiceSummary",
  "type": "object",
  "properties": {
    "serviceId": {
      "type": "string",
      "description": "Unique service identifier"
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether the service is enabled"
    },
    "activeGeneration": {
      "type": "string",
      "description": "Currently active generation identifier"
    },
    "generationCount": {
      "type": "integer",
      "description": "Number of available generations"
    }
  }
}