Share via


AzureAIFoundryDeploymentResource Constructor

Definition

Initializes a new instance of the AzureAIFoundryDeploymentResource class.

public AzureAIFoundryDeploymentResource(string name, string modelName, string modelVersion, string format, Aspire.Hosting.Azure.AzureAIFoundryResource parent);
new Aspire.Hosting.Azure.AzureAIFoundryDeploymentResource : string * string * string * string * Aspire.Hosting.Azure.AzureAIFoundryResource -> Aspire.Hosting.Azure.AzureAIFoundryDeploymentResource
Public Sub New (name As String, modelName As String, modelVersion As String, format As String, parent As AzureAIFoundryResource)

Parameters

name
String

The name of the deployment.

modelName
String

The name of the model.

modelVersion
String

The version of the model.

format
String

The format of the model.

parent
AzureAIFoundryResource

The parent Azure AI Foundry resource.

Applies to