Get Prediction Model Status Result
data class GetPredictionModelStatusResult(val message: String, val modelVersion: String, val predictionGuidId: String, val predictionName: String, val signalsUsed: Int, val status: String, val tenantId: String, val testSetCount: Int, val trainingAccuracy: Int, val trainingSetCount: Int, val validationSetCount: Int)
The prediction model status.
Constructors
Properties
Link copied to clipboard
Version of the model.
Link copied to clipboard
The prediction GUID ID.
Link copied to clipboard
The prediction name.
Link copied to clipboard
The signals used.
Link copied to clipboard
Count of the test set.
Link copied to clipboard
The training accuracy.
Link copied to clipboard
Count of the training set.
Link copied to clipboard
Count of the validation set.