Parea AI · Schema

AddExperimentTraceLogsToAnnotationQueuesSchema

Schema for AddExperimentTraceLogsToAnnotationQueuesSchema

LLMEvaluationObservabilityTestingPrompt ManagementAI EngineeringMachine LearningTracingExperimentationHuman Feedback

Properties

Name Type Description
experiment_uuid string
annotation_queue_uuids array
View JSON Schema on GitHub

JSON Schema

AddExperimentTraceLogsToAnnotationQueuesSchema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/parea/main/json-schema/AddExperimentTraceLogsToAnnotationQueuesSchema.json",
  "title": "AddExperimentTraceLogsToAnnotationQueuesSchema",
  "description": "Schema for AddExperimentTraceLogsToAnnotationQueuesSchema",
  "properties": {
    "experiment_uuid": {
      "type": "string",
      "title": "Experiment Uuid"
    },
    "annotation_queue_uuids": {
      "items": {
        "type": "string"
      },
      "type": "array",
      "title": "Annotation Queue Uuids"
    }
  },
  "type": "object",
  "required": [
    "experiment_uuid",
    "annotation_queue_uuids"
  ]
}