Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model | |
com.oracle.bmc.aianomalydetection.requests |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedDetectAnomaliesRequest
The request body when the user selects to provide byte data in detect call which is Base64
encoded.
|
class |
InlineDetectAnomaliesRequest
This is the specialised JSON format that is accepted as training data, with an additional field
for ‘requestType’.
|
Modifier and Type | Method and Description |
---|---|
DetectAnomaliesDetails |
DetectAnomaliesRequest.getBody$()
Alternative accessor for the body parameter.
|
DetectAnomaliesDetails |
DetectAnomaliesRequest.getDetectAnomaliesDetails()
The input is either: - JSON object in the request.
|
Modifier and Type | Method and Description |
---|---|
DetectAnomaliesRequest.Builder |
DetectAnomaliesRequest.Builder.body$(DetectAnomaliesDetails body)
Alternative setter for the body parameter.
|
DetectAnomaliesRequest.Builder |
DetectAnomaliesRequest.Builder.detectAnomaliesDetails(DetectAnomaliesDetails detectAnomaliesDetails)
The input is either: - JSON object in the request.
|
Copyright © 2016–2024. All rights reserved.