Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
AnnotationSummaryValueFragment.graphql.ts6.32 kB
/** * @generated SignedSource<<1f85ce67fb66c9e1966df963bd6a0427>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ReaderFragment } from 'relay-runtime'; export type AnnotationType = "CATEGORICAL" | "CONTINUOUS" | "FREEFORM"; export type OptimizationDirection = "MAXIMIZE" | "MINIMIZE" | "NONE"; import { FragmentRefs } from "relay-runtime"; export type AnnotationSummaryValueFragment$data = { readonly annotationConfigs: { readonly edges: ReadonlyArray<{ readonly node: { readonly annotationType?: AnnotationType; readonly id?: string; readonly name?: string; readonly optimizationDirection?: OptimizationDirection; readonly values?: ReadonlyArray<{ readonly label: string; readonly score: number | null; }>; }; }>; }; readonly id: string; readonly spanAnnotationSummary: { readonly labelFractions: ReadonlyArray<{ readonly fraction: number; readonly label: string; }>; readonly meanScore: number | null; readonly name: string; } | null; readonly " $fragmentType": "AnnotationSummaryValueFragment"; }; export type AnnotationSummaryValueFragment$key = { readonly " $data"?: AnnotationSummaryValueFragment$data; readonly " $fragmentSpreads": FragmentRefs<"AnnotationSummaryValueFragment">; }; import AnnotationSummaryValueQuery_graphql from './AnnotationSummaryValueQuery.graphql'; const node: ReaderFragment = (function(){ var v0 = { "alias": null, "args": null, "kind": "ScalarField", "name": "annotationType", "storageKey": null }, v1 = { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }, v2 = { "alias": null, "args": null, "kind": "ScalarField", "name": "name", "storageKey": null }, v3 = { "alias": null, "args": null, "kind": "ScalarField", "name": "label", "storageKey": null }; return { "argumentDefinitions": [ { "defaultValue": null, "kind": "LocalArgument", "name": "annotationName" }, { "defaultValue": null, "kind": "LocalArgument", "name": "timeRange" } ], "kind": "Fragment", "metadata": { "refetch": { "connection": null, "fragmentPathInResult": [ "node" ], "operation": AnnotationSummaryValueQuery_graphql, "identifierInfo": { "identifierField": "id", "identifierQueryVariableName": "id" } } }, "name": "AnnotationSummaryValueFragment", "selections": [ { "alias": null, "args": null, "concreteType": "AnnotationConfigConnection", "kind": "LinkedField", "name": "annotationConfigs", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "AnnotationConfigEdge", "kind": "LinkedField", "name": "edges", "plural": true, "selections": [ { "alias": null, "args": null, "concreteType": null, "kind": "LinkedField", "name": "node", "plural": false, "selections": [ { "kind": "InlineFragment", "selections": [ (v0/*: any*/) ], "type": "AnnotationConfigBase", "abstractKey": "__isAnnotationConfigBase" }, { "kind": "InlineFragment", "selections": [ (v0/*: any*/), (v1/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "optimizationDirection", "storageKey": null }, (v2/*: any*/), { "alias": null, "args": null, "concreteType": "CategoricalAnnotationValue", "kind": "LinkedField", "name": "values", "plural": true, "selections": [ (v3/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "score", "storageKey": null } ], "storageKey": null } ], "type": "CategoricalAnnotationConfig", "abstractKey": null } ], "storageKey": null } ], "storageKey": null } ], "storageKey": null }, { "alias": null, "args": [ { "kind": "Variable", "name": "annotationName", "variableName": "annotationName" }, { "kind": "Variable", "name": "timeRange", "variableName": "timeRange" } ], "concreteType": "AnnotationSummary", "kind": "LinkedField", "name": "spanAnnotationSummary", "plural": false, "selections": [ (v2/*: any*/), { "alias": null, "args": null, "concreteType": "LabelFraction", "kind": "LinkedField", "name": "labelFractions", "plural": true, "selections": [ (v3/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "fraction", "storageKey": null } ], "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "meanScore", "storageKey": null } ], "storageKey": null }, (v1/*: any*/) ], "type": "Project", "abstractKey": null }; })(); (node as any).hash = "5d114f6c3ea85467bd6c915907c07d87"; export default node;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arize-ai/phoenix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server