TrainingParameters Constructors
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.
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
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
- customBaseModelInfo
- CustomBaseModelInfo
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET