PredictionModelStatus interface
The prediction model status.
Properties
message | The model status message. NOTE: This property will not be serialized. It can only be populated by the server. |
model |
Version of the model. NOTE: This property will not be serialized. It can only be populated by the server. |
prediction |
The prediction GUID ID. NOTE: This property will not be serialized. It can only be populated by the server. |
prediction |
The prediction name. NOTE: This property will not be serialized. It can only be populated by the server. |
signals |
The signals used. NOTE: This property will not be serialized. It can only be populated by the server. |
status | Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API. |
tenant |
The hub name. NOTE: This property will not be serialized. It can only be populated by the server. |
test |
Count of the test set. NOTE: This property will not be serialized. It can only be populated by the server. |
training |
The training accuracy. NOTE: This property will not be serialized. It can only be populated by the server. |
training |
Count of the training set. NOTE: This property will not be serialized. It can only be populated by the server. |
validation |
Count of the validation set. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
message
The model status message. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
modelVersion
Version of the model. NOTE: This property will not be serialized. It can only be populated by the server.
modelVersion?: string
Property Value
string
predictionGuidId
The prediction GUID ID. NOTE: This property will not be serialized. It can only be populated by the server.
predictionGuidId?: string
Property Value
string
predictionName
The prediction name. NOTE: This property will not be serialized. It can only be populated by the server.
predictionName?: string
Property Value
string
signalsUsed
The signals used. NOTE: This property will not be serialized. It can only be populated by the server.
signalsUsed?: number
Property Value
number
status
Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
status: string
Property Value
string
tenantId
The hub name. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
testSetCount
Count of the test set. NOTE: This property will not be serialized. It can only be populated by the server.
testSetCount?: number
Property Value
number
trainingAccuracy
The training accuracy. NOTE: This property will not be serialized. It can only be populated by the server.
trainingAccuracy?: number
Property Value
number
trainingSetCount
Count of the training set. NOTE: This property will not be serialized. It can only be populated by the server.
trainingSetCount?: number
Property Value
number
validationSetCount
Count of the validation set. NOTE: This property will not be serialized. It can only be populated by the server.
validationSetCount?: number
Property Value
number