Interface PredictionModelStatus


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

    • tenantId

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

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

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

      Gets 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.
    • message

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

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

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

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

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

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

      String modelVersion()
      Gets the modelVersion property: Version of the model.
      Returns:
      the modelVersion value.
    • innerModel

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