Helicone · Schema

EvaluatorExperiment

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
experiment_name string
experiment_created_at string
experiment_id string
View JSON Schema on GitHub

JSON Schema

helicone-evaluatorexperiment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EvaluatorExperiment",
  "title": "EvaluatorExperiment",
  "properties": {
    "experiment_name": {
      "type": "string"
    },
    "experiment_created_at": {
      "type": "string"
    },
    "experiment_id": {
      "type": "string"
    }
  },
  "required": [
    "experiment_name",
    "experiment_created_at",
    "experiment_id"
  ],
  "type": "object"
}