Freigeben über


ArmCustomerInsightsModelFactory.PredictionTrainingResults Methode

Definition

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

tenantId
Nullable<Guid>

Der Hubname.

scoreName
String

Scorename.

predictionDistribution
PredictionDistributionDefinition

Vorhersageverteilung.

canonicalProfiles
IEnumerable<CanonicalProfileDefinition>

Kanonische Profile.

primaryProfileInstanceCount
Nullable<Int64>

Instanzanzahl des primären Profils.

Gibt zurück

Eine neue PredictionTrainingResults instance zum Simulieren.

Gilt für: