API Reference
Enum
UsageHeatmapMetric
Inheritance
- Enum
- UsageHeatmapMetric
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property UsageHeatmapDocumentOptions.Metric
- Field UsageHeatmapMetric.CachedInputTokens
- Field UsageHeatmapMetric.EventCount
- Field UsageHeatmapMetric.InputTokens
- Field UsageHeatmapMetric.OutputTokens
- Field UsageHeatmapMetric.ReasoningTokens
- Field UsageHeatmapMetric.TotalCostUsd
- Field UsageHeatmapMetric.TotalDurationMs
- Field UsageHeatmapMetric.TotalTokens
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const UsageHeatmapMetric EventCount #Value:
0public const UsageHeatmapMetric InputTokens #Value:
1public const UsageHeatmapMetric CachedInputTokens #Value:
2public const UsageHeatmapMetric OutputTokens #Value:
3public const UsageHeatmapMetric ReasoningTokens #Value:
4public const UsageHeatmapMetric TotalTokens #Value:
5public const UsageHeatmapMetric TotalDurationMs #Value:
6public const UsageHeatmapMetric TotalCostUsd #Value:
7