ArmCognitiveServicesModelFactory.CognitiveServicesModel 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.
Initializes a new instance of CognitiveServicesModel.
public static Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesModel CognitiveServicesModel(Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountModel model = default, string kind = default, string skuName = default, string description = default);
static member CognitiveServicesModel : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountModel * string * string * string -> Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesModel
Public Shared Function CognitiveServicesModel (Optional model As CognitiveServicesAccountModel = Nothing, Optional kind As String = Nothing, Optional skuName As String = Nothing, Optional description As String = Nothing) As CognitiveServicesModel
Parameters
Cognitive Services account Model.
- kind
- String
The kind (type) of cognitive service account.
- skuName
- String
The name of SKU.
- description
- String
The description of the model.
Returns
A new CognitiveServicesModel instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET