Optional requestFactory: LLMObservabilityApiRequestFactoryOptional responseProcessor: LLMObservabilityApiResponseProcessorPrivate configurationPrivate requestPrivate responseThe request object
Optional options: ConfigurationAdd one or more interactions (traces or sessions) to an annotation queue. At least one interaction must be provided.
The request object
Optional options: ConfigurationCreate a new LLM Observability dataset within the specified project.
The request object
Optional options: ConfigurationAppend one or more records to an LLM Observability dataset.
The request object
Optional options: ConfigurationCreate a new LLM Observability experiment.
The request object
Optional options: ConfigurationPush spans and metrics for an LLM Observability experiment.
The request object
Optional options: ConfigurationCreate a new LLM Observability project. Returns the existing project if a name conflict occurs.
The request object
Optional options: ConfigurationDelete an annotation queue by its ID.
The request object
Optional options: ConfigurationDelete one or more interactions from an annotation queue.
The request object
Optional options: ConfigurationDelete a custom LLM Observability evaluator configuration by its name.
The request object
Optional options: ConfigurationDelete one or more records from an LLM Observability dataset.
The request object
Optional options: ConfigurationDelete one or more LLM Observability datasets within the specified project.
The request object
Optional options: ConfigurationDelete one or more LLM Observability experiments.
The request object
Optional options: ConfigurationDelete one or more LLM Observability projects.
The request object
Optional options: ConfigurationRetrieve all interactions (traces and sessions) and their annotations for a given annotation queue.
The request object
Optional options: ConfigurationRetrieve the label schema for a given annotation queue.
The request object
Optional options: ConfigurationRetrieve a custom LLM Observability evaluator configuration by its name.
The request object
Optional options: ConfigurationList annotation queues. Optionally filter by project ID or queue IDs. These parameters are mutually exclusive. If neither is provided, all queues in the organization are returned.
The request object
Optional options: ConfigurationList all records in an LLM Observability dataset, sorted by creation date, newest first.
The request object
Optional options: ConfigurationList all LLM Observability datasets for a project, sorted by creation date, newest first.
The request object
Optional options: ConfigurationList all LLM Observability experiments sorted by creation date, newest first.
The request object
Optional options: ConfigurationList all LLM Observability projects sorted by creation date, newest first.
The request object
Optional options: ConfigurationPartially update an annotation queue. The name, description, and annotation_schema fields can be updated.
The request object
Optional options: ConfigurationCreate or replace the label schema for a given annotation queue.
The label schema defines the labels annotators can apply to interactions in the queue.
Label names must be unique within the queue and match the pattern ^[a-zA-Z0-9_-]+$.
Each label must have a valid type: score, categorical, boolean, or text.
The request object
Optional options: ConfigurationCreate or update a custom LLM Observability evaluator configuration by its name.
The request object
Optional options: ConfigurationPartially update an existing LLM Observability dataset within the specified project.
The request object
Optional options: ConfigurationUpdate one or more existing records in an LLM Observability dataset.
The request object
Optional options: ConfigurationPartially update an existing LLM Observability experiment.
The request object
Optional options: ConfigurationPartially update an existing LLM Observability project.
The request object
Optional options: ConfigurationGenerated using TypeDoc
Create an annotation queue. The
nameandproject_idfields are required. An optionalannotation_schemacan be provided to define the labels for the queue. Fields such ascreated_by,owned_by,created_at,modified_by, andmodified_atare inferred by the backend.