ArmCustomerInsightsModelFactory.PredictionTrainingResults Method

Definition

Initializes a new instance of 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

Parameters

tenantId
Nullable<Guid>

The hub name.

scoreName
String

Score name.

predictionDistribution
PredictionDistributionDefinition

Prediction distribution.

canonicalProfiles
IEnumerable<CanonicalProfileDefinition>

Canonical profiles.

primaryProfileInstanceCount
Nullable<Int64>

Instance count of the primary profile.

Returns

A new PredictionTrainingResults instance for mocking.

Applies to