Class PredictionModelStatusInner

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

public final class PredictionModelStatusInner extends Object
The prediction model status.
  • Constructor Details

    • PredictionModelStatusInner

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

    • tenantId

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

      public String predictionName()
      Get the predictionName property: The prediction name.
      Returns:
      the predictionName value.
    • predictionGuidId

      public String predictionGuidId()
      Get the predictionGuidId property: The prediction GUID ID.
      Returns:
      the predictionGuidId value.
    • status

      public PredictionModelLifeCycle status()
      Get the status property: Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
      Returns:
      the status value.
    • withStatus

      Set the status property: Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
      Parameters:
      status - the status value to set.
      Returns:
      the PredictionModelStatusInner object itself.
    • message

      public String message()
      Get the message property: The model status message.
      Returns:
      the message value.
    • trainingSetCount

      public Integer trainingSetCount()
      Get the trainingSetCount property: Count of the training set.
      Returns:
      the trainingSetCount value.
    • testSetCount

      public Integer testSetCount()
      Get the testSetCount property: Count of the test set.
      Returns:
      the testSetCount value.
    • validationSetCount

      public Integer validationSetCount()
      Get the validationSetCount property: Count of the validation set.
      Returns:
      the validationSetCount value.
    • trainingAccuracy

      public BigDecimal trainingAccuracy()
      Get the trainingAccuracy property: The training accuracy.
      Returns:
      the trainingAccuracy value.
    • signalsUsed

      public Integer signalsUsed()
      Get the signalsUsed property: The signals used.
      Returns:
      the signalsUsed value.
    • modelVersion

      public String modelVersion()
      Get the modelVersion property: Version of the model.
      Returns:
      the modelVersion value.
    • validate

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