IntelligenceX

API Reference

Class

UsageTelemetryOverviewApiCostEstimate

Namespace IntelligenceX.Visualization.Heatmaps
Assembly IntelligenceX
Modifiers sealed

Represents an estimated API-route pricing summary for one provider section.

Inheritance

  • Object
  • UsageTelemetryOverviewApiCostEstimate

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public UsageTelemetryOverviewApiCostEstimate(Decimal totalEstimatedCostUsd, Int64 coveredTokens, Int64 uncoveredTokens, IReadOnlyList<UsageTelemetryOverviewCostDriver> topDrivers) #

Parameters

totalEstimatedCostUsd Decimal requiredposition: 0
coveredTokens Int64 requiredposition: 1
uncoveredTokens Int64 requiredposition: 2
topDrivers IReadOnlyList<UsageTelemetryOverviewCostDriver> requiredposition: 3

Methods

public JsonObject ToJson() #
Returns: JsonObject

Properties

public Decimal TotalEstimatedCostUsd { get; } #
public IReadOnlyList<UsageTelemetryOverviewCostDriver> TopDrivers { get; } #