LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Struct Metrics

    Represents metrics returned by a model provider.

    Implements
    IEquatable<Metrics>
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Sdk.Server.Ai.Tracking
    Assembly: LaunchDarkly.ServerSdk.Ai.dll
    Syntax
    public record struct Metrics : IEquatable<Metrics>

    Constructors

    | Edit this page View Source

    Metrics(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 Source

    LatencyMs

    the duration of the request in milliseconds

    Declaration
    public long? LatencyMs { readonly get; set; }
    Property Value
    Type Description
    long?

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX