MAASModelConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MaaS model configuration. The API version would be selected by the service for querying the model.
public class MAASModelConfig : Azure.AI.Projects.TargetModelConfig, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MAASModelConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MAASModelConfig>
type MAASModelConfig = class
inherit TargetModelConfig
interface IJsonModel<MAASModelConfig>
interface IPersistableModel<MAASModelConfig>
Public Class MAASModelConfig
Inherits TargetModelConfig
Implements IJsonModel(Of MAASModelConfig), IPersistableModel(Of MAASModelConfig)
- Inheritance
- Implements
Constructors
MAASModelConfig(String, String) |
Initializes a new instance of MAASModelConfig. |
Properties
ApiKey |
API Key for MAAS model. |
AzureEndpoint |
Endpoint targetURI for MAAS model. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |