OpenAIModelFeature 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.
Projects feature for OpenAI models.
public class OpenAIModelFeature : Azure.Projects.Core.AzureProjectFeature
type OpenAIModelFeature = class
inherit AzureProjectFeature
Public Class OpenAIModelFeature
Inherits AzureProjectFeature
- Inheritance
- Derived
Constructors
| Name | Description |
|---|---|
| OpenAIModelFeature(String, String, AIModelKind) |
Create a new OpenAI model feature. |
Properties
| Name | Description |
|---|---|
| Id | (Inherited from AzureProjectFeature) |
| Model |
The model name. |
| ModelVersion |
The model version. |
Methods
| Name | Description |
|---|---|
| CreateConnection(String) |
Creates client connection for the resource. |
| EmitConnection(ProjectInfrastructure, String, String) | (Inherited from AzureProjectFeature) |
| EmitConstructs(ProjectInfrastructure) |
Emit the resources. |
| EmitFeatures(ProjectInfrastructure) |
Emit the feature. |