TrainingParameters Constructors

Definition

Overloads

TrainingParameters()
TrainingParameters(IList<Guid>)
TrainingParameters(IList<Guid>, CustomBaseModelInfo)

TrainingParameters()

Source:
TrainingParameters.cs
Source:
TrainingParameters.cs
public TrainingParameters ();
Public Sub New ()

Applies to

TrainingParameters(IList<Guid>)

Source:
TrainingParameters.cs
public TrainingParameters (System.Collections.Generic.IList<Guid> selectedTags = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.TrainingParameters : System.Collections.Generic.IList<Guid> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.TrainingParameters
Public Sub New (Optional selectedTags As IList(Of Guid) = Nothing)

Parameters

selectedTags
IList<Guid>

Applies to

TrainingParameters(IList<Guid>, CustomBaseModelInfo)

Source:
TrainingParameters.cs
public TrainingParameters (System.Collections.Generic.IList<Guid> selectedTags = default, Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.CustomBaseModelInfo customBaseModelInfo = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.TrainingParameters : System.Collections.Generic.IList<Guid> * Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.CustomBaseModelInfo -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.TrainingParameters
Public Sub New (Optional selectedTags As IList(Of Guid) = Nothing, Optional customBaseModelInfo As CustomBaseModelInfo = Nothing)

Parameters

selectedTags
IList<Guid>
customBaseModelInfo
CustomBaseModelInfo

Applies to