GetPredictionModelStatusResult

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

Link copied to clipboard
constructor(message: String, modelVersion: String, predictionGuidId: String, predictionName: String, signalsUsed: Int, status: String, tenantId: String, testSetCount: Int, trainingAccuracy: Int, trainingSetCount: Int, validationSetCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The model status message.

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

Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.

Link copied to clipboard

The hub name.

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.