Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model |
Modifier and Type | Class and Description |
---|---|
class |
InlineInputJobDetails
This is the specialized JSON format with an additional field for ‘locationType’.
|
class |
ObjectListInputJobDetails
A list of object locations in Object Storage.
|
Modifier and Type | Method and Description |
---|---|
InputJobDetails |
DetectAnomalyJob.getInputDetails() |
Modifier and Type | Method and Description |
---|---|
DetectAnomalyJob.Builder |
DetectAnomalyJob.Builder.inputDetails(InputJobDetails inputDetails) |
Constructor and Description |
---|
DetectAnomalyJob(String id,
String compartmentId,
String displayName,
String description,
String modelId,
String projectId,
Float sensitivity,
Boolean areAllEstimatesRequired,
InputJobDetails inputDetails,
OutputJobDetails outputDetails,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
DetectAnomalyJob.LifecycleState lifecycleState,
String lifecycleStateDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Object> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.