Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InlineDetectAnomaliesRequest

This is the specialised JSON format that is accepted as training data, with an additional field for 'requestType'. This is a required field used deciding whether it is an inline request or contains embedded data.

Properties

data

data: Array<DataItem>

Array containing data.

modelId

modelId: string

The OCID of the trained model.

Const requestType

requestType: string = "INLINE"

Optional sensitivity

sensitivity: undefined | number

Sensitivity of the algorithm to detect anomalies - higher the value, more anomalies get flagged. The value estimated during training is used by default. You can choose to provide a custom value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

signalNames

signalNames: Array<string>

List of signal names.

Methods

getDeserializedJsonObj

getJsonObj