Package | Description |
---|---|
com.oracle.bmc.aianomalydetection | |
com.oracle.bmc.aianomalydetection.model | |
com.oracle.bmc.aianomalydetection.requests |
Modifier and Type | Method and Description |
---|---|
static DetectAnomalyJob.LifecycleState |
DetectAnomalyJob.LifecycleState.create(String key) |
DetectAnomalyJob.LifecycleState |
DetectAnomalyJob.getLifecycleState()
The current state of the batch document job.
|
DetectAnomalyJob.LifecycleState |
DetectAnomalyJobSummary.getLifecycleState()
The current state of the batch document job.
|
static DetectAnomalyJob.LifecycleState |
DetectAnomalyJob.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectAnomalyJob.LifecycleState[] |
DetectAnomalyJob.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DetectAnomalyJob.Builder |
DetectAnomalyJob.Builder.lifecycleState(DetectAnomalyJob.LifecycleState lifecycleState)
The current state of the batch document job.
|
DetectAnomalyJobSummary.Builder |
DetectAnomalyJobSummary.Builder.lifecycleState(DetectAnomalyJob.LifecycleState lifecycleState)
The current state of the batch document job.
|
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.
|
DetectAnomalyJobSummary(String id,
String compartmentId,
String displayName,
String description,
String modelId,
String projectId,
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.
|
Modifier and Type | Method and Description |
---|---|
DetectAnomalyJob.LifecycleState |
ListDetectAnomalyJobsRequest.getLifecycleState()
Filter results by the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDetectAnomalyJobsRequest.Builder |
ListDetectAnomalyJobsRequest.Builder.lifecycleState(DetectAnomalyJob.LifecycleState lifecycleState)
Filter results by the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.