Uses of Class
com.oracle.bmc.aianomalydetection.model.OutputDetails
-
Packages that use OutputDetails Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of OutputDetails in com.oracle.bmc.aianomalydetection.model
Subclasses of OutputDetails in com.oracle.bmc.aianomalydetection.model Modifier and Type Class Description class
ObjectStoreOutputDetails
OCI Object Storage Location.Methods in com.oracle.bmc.aianomalydetection.model that return OutputDetails Modifier and Type Method Description OutputDetails
CreateDetectAnomalyJobDetails. getOutputDetails()
Methods in com.oracle.bmc.aianomalydetection.model with parameters of type OutputDetails Modifier and Type Method Description CreateDetectAnomalyJobDetails.Builder
CreateDetectAnomalyJobDetails.Builder. outputDetails(OutputDetails outputDetails)
Constructors in com.oracle.bmc.aianomalydetection.model with parameters of type OutputDetails Constructor Description CreateDetectAnomalyJobDetails(String compartmentId, String description, String displayName, String modelId, Float sensitivity, Boolean areAllEstimatesRequired, InputDetails inputDetails, OutputDetails outputDetails)
Deprecated.
-