Compartir a través de


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.

modelVersion

Version of the model. NOTE: This property will not be serialized. It can only be populated by the server.

predictionGuidId

The prediction GUID ID. NOTE: This property will not be serialized. It can only be populated by the server.

predictionName

The prediction name. NOTE: This property will not be serialized. It can only be populated by the server.

signalsUsed

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.

tenantId

The hub name. NOTE: This property will not be serialized. It can only be populated by the server.

testSetCount

Count of the test set. NOTE: This property will not be serialized. It can only be populated by the server.

trainingAccuracy

The training accuracy. NOTE: This property will not be serialized. It can only be populated by the server.

trainingSetCount

Count of the training set. NOTE: This property will not be serialized. It can only be populated by the server.

validationSetCount

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