ArmCustomerInsightsModelFactory.PredictionTrainingResults Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von PredictionTrainingResults.
public static Azure.ResourceManager.CustomerInsights.Models.PredictionTrainingResults PredictionTrainingResults(Guid? tenantId = default, string scoreName = default, Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinition predictionDistribution = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.CanonicalProfileDefinition> canonicalProfiles = default, long? primaryProfileInstanceCount = default);
static member PredictionTrainingResults : Nullable<Guid> * string * Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinition * seq<Azure.ResourceManager.CustomerInsights.Models.CanonicalProfileDefinition> * Nullable<int64> -> Azure.ResourceManager.CustomerInsights.Models.PredictionTrainingResults
Public Shared Function PredictionTrainingResults (Optional tenantId As Nullable(Of Guid) = Nothing, Optional scoreName As String = Nothing, Optional predictionDistribution As PredictionDistributionDefinition = Nothing, Optional canonicalProfiles As IEnumerable(Of CanonicalProfileDefinition) = Nothing, Optional primaryProfileInstanceCount As Nullable(Of Long) = Nothing) As PredictionTrainingResults
Parameter
- scoreName
- String
Scorename.
- predictionDistribution
- PredictionDistributionDefinition
Vorhersageverteilung.
- canonicalProfiles
- IEnumerable<CanonicalProfileDefinition>
Kanonische Profile.
Gibt zurück
Eine neue PredictionTrainingResults instance zum Simulieren.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET