Freigeben über


AzureAIProjectsModelFactory.AIProjectDeployment(String, String) Method

Definition

Model Deployment Definition Please note this is the abstract base class. The derived classes available for instantiation are: ModelDeployment.

public static Azure.AI.Projects.AIProjectDeployment AIProjectDeployment(string type = default, string name = default);
static member AIProjectDeployment : string * string -> Azure.AI.Projects.AIProjectDeployment
Public Shared Function AIProjectDeployment (Optional type As String = Nothing, Optional name As String = Nothing) As AIProjectDeployment

Parameters

type
String

The type of the deployment.

name
String

Name of the deployment.

Returns

A new AIProjectDeployment instance for mocking.

Applies to