Compartilhar via


Domain Construtores

Definição

Sobrecargas

Domain()

Inicializa uma nova instância da classe Domain.

Domain(Guid, String, String, Boolean, Boolean)
Domain(Guid, String, String, Boolean, Boolean, IList<String>, ModelInformation)

Domain()

Origem:
Domain.cs
Origem:
Domain.cs

Inicializa uma nova instância da classe Domain.

public Domain ();
Public Sub New ()

Aplica-se a

Domain(Guid, String, String, Boolean, Boolean)

Origem:
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)

Parâmetros

id
Guid
name
String
type
String
exportable
Boolean
enabled
Boolean

Aplica-se a

Domain(Guid, String, String, Boolean, Boolean, IList<String>, ModelInformation)

Origem:
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)

Parâmetros

id
Guid
name
String
type
String
exportable
Boolean
enabled
Boolean
exportablePlatforms
IList<String>
modelInformation
ModelInformation

Aplica-se a