AzureAIProjectsModelFactory.TargetConfig(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.
Abstract class for target configuration. Please note this is the abstract base class. The derived classes available for instantiation are: AzureOpenAIModelConfiguration.
public static Azure.AI.Projects.Evaluation.TargetConfig TargetConfig(string type = default);
static member TargetConfig : string -> Azure.AI.Projects.Evaluation.TargetConfig
Public Shared Function TargetConfig (Optional type As String = Nothing) As TargetConfig
Parameters
- type
- String
Type of the model configuration.
Returns
A new TargetConfig instance for mocking.