次の方法で共有


TrainingParameters コンストラクター

定義

オーバーロード

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

TrainingParameters()

ソース:
TrainingParameters.cs
ソース:
TrainingParameters.cs
public TrainingParameters ();
Public Sub New ()

適用対象

TrainingParameters(IList<Guid>)

ソース:
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)

パラメーター

selectedTags
IList<Guid>

適用対象

TrainingParameters(IList<Guid>, CustomBaseModelInfo)

ソース:
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)

パラメーター

selectedTags
IList<Guid>
customBaseModelInfo
CustomBaseModelInfo

適用対象