Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedInputDetails
The request body when byte data is provided in detect call, which is Base64 encoded.
|
class |
InlineInputDetails
This is the specialized JSON format that is accepted as training data, with an additional field
for ‘requestType’.
|
class |
ObjectListInputDetails
A list of object locations in Object Storage.
|
Modifier and Type | Method and Description |
---|---|
InputDetails |
CreateDetectAnomalyJobDetails.getInputDetails() |
Modifier and Type | Method and Description |
---|---|
CreateDetectAnomalyJobDetails.Builder |
CreateDetectAnomalyJobDetails.Builder.inputDetails(InputDetails inputDetails) |
Constructor and Description |
---|
CreateDetectAnomalyJobDetails(String compartmentId,
String description,
String displayName,
String modelId,
Float sensitivity,
Boolean areAllEstimatesRequired,
InputDetails inputDetails,
OutputDetails outputDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.