Share via


OpenAIModelFeature Class

Definition

Projects feature for OpenAI models.

public class OpenAIModelFeature : Azure.Projects.Core.AzureProjectFeature
type OpenAIModelFeature = class
    inherit AzureProjectFeature
Public Class OpenAIModelFeature
Inherits AzureProjectFeature
Inheritance
OpenAIModelFeature
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.

Applies to