Helicone · Schema

Partial_ExperimentHypothesisRunToOperator_

Make all properties in T optional

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
result_request_id object
View JSON Schema on GitHub

JSON Schema

helicone-partial-experimenthypothesisruntooperator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Partial_ExperimentHypothesisRunToOperator_",
  "title": "Partial_ExperimentHypothesisRunToOperator_",
  "properties": {
    "result_request_id": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    }
  },
  "type": "object",
  "description": "Make all properties in T optional"
}