PredictionTrainingResults Interface

public interface PredictionTrainingResults

An immutable client-side representation of PredictionTrainingResults.

Method Summary

Modifier and Type Method and Description
abstract List<CanonicalProfileDefinition> canonicalProfiles()

Gets the canonicalProfiles property: Canonical profiles.

abstract PredictionTrainingResultsInner innerModel()

Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.PredictionTrainingResultsInner object.

abstract PredictionDistributionDefinition predictionDistribution()

Gets the predictionDistribution property: Prediction distribution.

abstract Long primaryProfileInstanceCount()

Gets the primaryProfileInstanceCount property: Instance count of the primary profile.

abstract String scoreName()

Gets the scoreName property: Score name.

abstract String tenantId()

Gets the tenantId property: The hub name.

Method Details

canonicalProfiles

public abstract List canonicalProfiles()

Gets the canonicalProfiles property: Canonical profiles.

Returns:

the canonicalProfiles value.

innerModel

public abstract PredictionTrainingResultsInner innerModel()

Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.PredictionTrainingResultsInner object.

Returns:

the inner object.

predictionDistribution

public abstract PredictionDistributionDefinition predictionDistribution()

Gets the predictionDistribution property: Prediction distribution.

Returns:

the predictionDistribution value.

primaryProfileInstanceCount

public abstract Long primaryProfileInstanceCount()

Gets the primaryProfileInstanceCount property: Instance count of the primary profile.

Returns:

the primaryProfileInstanceCount value.

scoreName

public abstract String scoreName()

Gets the scoreName property: Score name.

Returns:

the scoreName value.

tenantId

public abstract String tenantId()

Gets the tenantId property: The hub name.

Returns:

the tenantId value.

Applies to