LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class Provider

    Represents the JSON serialization of a model provider.

    Inheritance
    object
    Provider
    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 Provider

    Constructors

    View Source

    Provider()

    Declaration
    public Provider()

    Properties

    | Edit this page View Source

    Name

    The provider's name.

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX