Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace EmbeddedDetectAnomaliesRequest

The request body when the user selects to provide byte data in detect call which is Base64 encoded. The default type of the data is CSV and can be JSON by setting the 'contentType'.

Properties

content

content: string

Optional contentType

contentType: ContentType

modelId

modelId: string

The OCID of the trained model.

Const requestType

requestType: string = "BASE64_ENCODED"

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.

Methods

getDeserializedJsonObj

getJsonObj