Class PredictionTrainingResultsInner

java.lang.Object
com.azure.resourcemanager.customerinsights.fluent.models.PredictionTrainingResultsInner

public final class PredictionTrainingResultsInner extends Object
The training results of the prediction.
  • Constructor Details

    • PredictionTrainingResultsInner

      public PredictionTrainingResultsInner()
      Creates an instance of PredictionTrainingResultsInner class.
  • Method Details

    • tenantId

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

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

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

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

      public Long primaryProfileInstanceCount()
      Get the primaryProfileInstanceCount property: Instance count of the primary profile.
      Returns:
      the primaryProfileInstanceCount value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.