Optional requestFactory: LLMObservabilityApiRequestFactoryOptional responseProcessor: LLMObservabilityApiResponseProcessorPrivate configurationPrivate requestPrivate responseThe request object
Optional options: ConfigurationAdd one or more interactions (traces) 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 and their annotations 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. Only name and description can be updated.
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 a new annotation queue. Only
name,project_id, anddescriptionare accepted. Fields such ascreated_by,owned_by,created_at,modified_by, andmodified_atare inferred by the backend.