Domain Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Domain() |
Initialise une nouvelle instance de la classe Domain. |
Domain(Guid, String, String, Boolean, Boolean) | |
Domain(Guid, String, String, Boolean, Boolean, IList<String>, ModelInformation) |
Domain()
Domain(Guid, String, String, Boolean, Boolean)
- Source:
- Domain.cs
public Domain (Guid id = default, string name = default, string type = default, bool exportable = false, bool enabled = false);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Domain : Guid * string * string * bool * bool -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Domain
Public Sub New (Optional id As Guid = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional exportable As Boolean = false, Optional enabled As Boolean = false)
Paramètres
- id
- Guid
- name
- String
- type
- String
- exportable
- Boolean
- enabled
- Boolean
S’applique à
Domain(Guid, String, String, Boolean, Boolean, IList<String>, ModelInformation)
- Source:
- Domain.cs
public Domain (Guid id = default, string name = default, string type = default, bool exportable = false, bool enabled = false, System.Collections.Generic.IList<string> exportablePlatforms = default, Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ModelInformation modelInformation = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Domain : Guid * string * string * bool * bool * System.Collections.Generic.IList<string> * Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ModelInformation -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Domain
Public Sub New (Optional id As Guid = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional exportable As Boolean = false, Optional enabled As Boolean = false, Optional exportablePlatforms As IList(Of String) = Nothing, Optional modelInformation As ModelInformation = Nothing)
Paramètres
- id
- Guid
- name
- String
- type
- String
- exportable
- Boolean
- enabled
- Boolean
- modelInformation
- ModelInformation
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET