Uses of Class
com.oracle.bmc.aianomalydetection.model.DetectAnomalyJob.LifecycleState
-
Packages that use DetectAnomalyJob.LifecycleState Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.model com.oracle.bmc.aianomalydetection.requests -
-
Uses of DetectAnomalyJob.LifecycleState in com.oracle.bmc.aianomalydetection
-
Uses of DetectAnomalyJob.LifecycleState in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return DetectAnomalyJob.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type DetectAnomalyJob.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.aianomalydetection.model with parameters of type DetectAnomalyJob.LifecycleState Constructor 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. -
Uses of DetectAnomalyJob.LifecycleState in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return DetectAnomalyJob.LifecycleState Modifier and Type Method Description DetectAnomalyJob.LifecycleState
ListDetectAnomalyJobsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.aianomalydetection.requests with parameters of type DetectAnomalyJob.LifecycleState Modifier and Type Method Description ListDetectAnomalyJobsRequest.Builder
ListDetectAnomalyJobsRequest.Builder. lifecycleState(DetectAnomalyJob.LifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-