Dataiku · Schema

ModelEvaluationStoreSummary

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
projectKey string Project key
id string Model evaluation store identifier
name string Display name
View JSON Schema on GitHub

JSON Schema

dataiku-modelevaluationstoresummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModelEvaluationStoreSummary",
  "title": "ModelEvaluationStoreSummary",
  "type": "object",
  "properties": {
    "projectKey": {
      "type": "string",
      "description": "Project key"
    },
    "id": {
      "type": "string",
      "description": "Model evaluation store identifier"
    },
    "name": {
      "type": "string",
      "description": "Display name"
    }
  }
}