Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PredictionModelStatus

Package version

interface

An interface representing PredictionModelStatus. The prediction model status.

Hierarchy

  • PredictionModelStatus

Index

Properties

Optional message

message: undefined | string
member

{string} [message] The model status message. NOTE: This property will not be serialized. It can only be populated by the server.

Optional modelVersion

modelVersion: undefined | string
member

{string} [modelVersion] Version of the model. NOTE: This property will not be serialized. It can only be populated by the server.

Optional predictionGuidId

predictionGuidId: undefined | string
member

{string} [predictionGuidId] The prediction GUID ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional predictionName

predictionName: undefined | string
member

{string} [predictionName] The prediction name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional signalsUsed

signalsUsed: undefined | number
member

{number} [signalsUsed] The singnas used. NOTE: This property will not be serialized. It can only be populated by the server.

status

member

{PredictionModelLifeCycle} status Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API. Possible values include: 'New', 'Provisioning', 'ProvisioningFailed', 'PendingDiscovering', 'Discovering', 'PendingFeaturing', 'Featuring', 'FeaturingFailed', 'PendingTraining', 'Training', 'TrainingFailed', 'Evaluating', 'EvaluatingFailed', 'PendingModelConfirmation', 'Active', 'Deleted', 'HumanIntervention', 'Failed'

Optional tenantId

tenantId: undefined | string
member

{string} [tenantId] The hub name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional testSetCount

testSetCount: undefined | number
member

{number} [testSetCount] Count of the test set. NOTE: This property will not be serialized. It can only be populated by the server.

Optional trainingAccuracy

trainingAccuracy: undefined | number
member

{number} [trainingAccuracy] The training accuracy. NOTE: This property will not be serialized. It can only be populated by the server.

Optional trainingSetCount

trainingSetCount: undefined | number
member

{number} [trainingSetCount] Count of the training set. NOTE: This property will not be serialized. It can only be populated by the server.

Optional validationSetCount

validationSetCount: undefined | number
member

{number} [validationSetCount] Count of the validation set. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc