PredictionModelStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The prediction model status.
public class PredictionModelStatus
type PredictionModelStatus = class
Public Class PredictionModelStatus
- Inheritance
-
PredictionModelStatus
Constructors
PredictionModelStatus(PredictionModelLifeCycle) |
Initializes a new instance of PredictionModelStatus. |
Properties
Message |
The model status message. |
ModelVersion |
Version of the model. |
PredictionGuidId |
The prediction GUID ID. |
PredictionName |
The prediction name. |
SignalsUsed |
The signals used. |
Status |
Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API. |
TenantId |
The hub name. |
TestSetCount |
Count of the test set. |
TrainingAccuracy |
The training accuracy. |
TrainingSetCount |
Count of the training set. |
ValidationSetCount |
Count of the validation set. |
Applies to
Azure SDK for .NET