Struct Metrics
Represents metrics returned by a model provider.
Implements
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai.Provider
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public record struct Metrics : IEquatable<Metrics>
Constructors
| Edit this page View SourceMetrics(long?)
Represents metrics returned by a model provider.
Declaration
public Metrics(long? LatencyMs)
Parameters
Type | Name | Description |
---|---|---|
long? | LatencyMs | the duration of the request in milliseconds |
Properties
| Edit this page View SourceLatencyMs
the duration of the request in milliseconds
Declaration
public long? LatencyMs { readonly get; set; }
Property Value
Type | Description |
---|---|
long? |