Class Provider
Represents the JSON serialization of a model provider.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai.DataModel
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public class Provider
Constructors
View SourceProvider()
Declaration
public Provider()
Properties
| Edit this page View SourceName
The provider's name.
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |