Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModelInfo

Package version

Train result of a model including status, errors and diagnose info for model and variables.

Hierarchy

  • ModelInfo

Index

Properties

Optional alignPolicy

alignPolicy: AlignPolicy

Optional diagnosticsInfo

diagnosticsInfo: DiagnosticsInfo

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

Optional displayName

displayName: undefined | string

An optional field. The name of the model whose maximum length is 24.

endTime

endTime: Date

A required field, indicating the end time of training data. Should be date-time.

Optional errors

errors: ErrorResponse[]

Error messages when failed to create a model. NOTE: This property will not be serialized. It can only be populated by the server.

Optional slidingWindow

slidingWindow: undefined | number

An optional field, indicating how many previous points will be used to compute the anomaly score of the subsequent point.

source

source: string

Source link to the input variables. Each variable should be a csv file with two columns, timestamp and value. By default, the file name of the variable will be used as its variable name.

startTime

startTime: Date

A required field, indicating the start time of training data. Should be date-time.

Optional status

status: ModelStatus

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

Generated using TypeDoc