AzureAIProjectsModelFactory.AIProjectDeployment(String, String) Method
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.
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.