Interface PredictionTrainingResults


public interface PredictionTrainingResults
An immutable client-side representation of PredictionTrainingResults.
  • Method Details

    • tenantId

      String tenantId()
      Gets the tenantId property: The hub name.
      Returns:
      the tenantId value.
    • scoreName

      String scoreName()
      Gets the scoreName property: Score name.
      Returns:
      the scoreName value.
    • predictionDistribution

      PredictionDistributionDefinition predictionDistribution()
      Gets the predictionDistribution property: Prediction distribution.
      Returns:
      the predictionDistribution value.
    • canonicalProfiles

      List<CanonicalProfileDefinition> canonicalProfiles()
      Gets the canonicalProfiles property: Canonical profiles.
      Returns:
      the canonicalProfiles value.
    • primaryProfileInstanceCount

      Long primaryProfileInstanceCount()
      Gets the primaryProfileInstanceCount property: Instance count of the primary profile.
      Returns:
      the primaryProfileInstanceCount value.
    • innerModel

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