Helicone · Schema

Pick_FilterLeaf.experiment_

From T, pick a set of properties whose keys are in the union K

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
experiment object
View JSON Schema on GitHub

JSON Schema

helicone-pick-filterleafexperiment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Pick_FilterLeaf.experiment_",
  "title": "Pick_FilterLeaf.experiment_",
  "properties": {
    "experiment": {
      "$ref": "#/components/schemas/Partial_ExperimentToOperators_"
    }
  },
  "type": "object",
  "description": "From T, pick a set of properties whose keys are in the union K"
}