LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class Model

    Represents the JSON serialization of a model.

    Inheritance
    object
    Model
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LaunchDarkly.Sdk.Server.Ai.DataModel
    Assembly: LaunchDarkly.ServerSdk.Ai.dll
    Syntax
    public class Model

    Constructors

    View Source

    Model()

    Declaration
    public Model()

    Properties

    | Edit this page View Source

    Custom

    The model's custom parameters. These are arbitrary and provided by the user.

    Declaration
    [JsonPropertyName("custom")]
    public Dictionary<string, LdValue> Custom { get; set; }
    Property Value
    Type Description
    Dictionary<string, LdValue>
    | Edit this page View Source

    Name

    The model's name.

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Parameters

    The model's parameters. These are provided by LaunchDarkly.

    Declaration
    [JsonPropertyName("parameters")]
    public Dictionary<string, LdValue> Parameters { get; set; }
    Property Value
    Type Description
    Dictionary<string, LdValue>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX