CustomVisionTrainingClientExtensions.CreateTag 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.
Create a tag for the project.
public static Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Tag CreateTag (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, string name, string description = default, string type = default);
static member CreateTag : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * string * string * string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Tag
<Extension()>
Public Function CreateTag (operations As ICustomVisionTrainingClient, projectId As Guid, name As String, Optional description As String = Nothing, Optional type As String = Nothing) As Tag
Parameters
- operations
- ICustomVisionTrainingClient
The operations group for this extension method.
- projectId
- Guid
The project id.
- name
- String
The tag name.
- description
- String
Optional description for the tag.
- type
- String
Optional type for the tag. Possible values include: 'Regular', 'Negative'
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET