CreateDetectAnomalyJobDetails¶
-
class
oci.ai_anomaly_detection.models.
CreateDetectAnomalyJobDetails
(**kwargs)¶ Bases:
object
Base class for the DetectAnomalies async call. It contains the identifier that is used for deciding what type of request this is.
Methods
__init__
(**kwargs)Initializes a new CreateDetectAnomalyJobDetails object with values from keyword arguments. Attributes
are_all_estimates_required
Gets the are_all_estimates_required of this CreateDetectAnomalyJobDetails. compartment_id
[Required] Gets the compartment_id of this CreateDetectAnomalyJobDetails. description
Gets the description of this CreateDetectAnomalyJobDetails. display_name
Gets the display_name of this CreateDetectAnomalyJobDetails. input_details
[Required] Gets the input_details of this CreateDetectAnomalyJobDetails. model_id
[Required] Gets the model_id of this CreateDetectAnomalyJobDetails. output_details
[Required] Gets the output_details of this CreateDetectAnomalyJobDetails. sensitivity
Gets the sensitivity of this CreateDetectAnomalyJobDetails. -
__init__
(**kwargs)¶ Initializes a new CreateDetectAnomalyJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateDetectAnomalyJobDetails.
- description (str) – The value to assign to the description property of this CreateDetectAnomalyJobDetails.
- display_name (str) – The value to assign to the display_name property of this CreateDetectAnomalyJobDetails.
- model_id (str) – The value to assign to the model_id property of this CreateDetectAnomalyJobDetails.
- sensitivity (float) – The value to assign to the sensitivity property of this CreateDetectAnomalyJobDetails.
- are_all_estimates_required (bool) – The value to assign to the are_all_estimates_required property of this CreateDetectAnomalyJobDetails.
- input_details (oci.ai_anomaly_detection.models.InputDetails) – The value to assign to the input_details property of this CreateDetectAnomalyJobDetails.
- output_details (oci.ai_anomaly_detection.models.OutputDetails) – The value to assign to the output_details property of this CreateDetectAnomalyJobDetails.
-
are_all_estimates_required
¶ Gets the are_all_estimates_required of this CreateDetectAnomalyJobDetails. Flag to enable the service to return estimates for all data points rather than just the anomalous data points.
Returns: The are_all_estimates_required of this CreateDetectAnomalyJobDetails. Return type: bool
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateDetectAnomalyJobDetails. The OCID of the compartment that starts the job.
Returns: The compartment_id of this CreateDetectAnomalyJobDetails. Return type: str
-
description
¶ Gets the description of this CreateDetectAnomalyJobDetails. A short description of the detect anomaly job.
Returns: The description of this CreateDetectAnomalyJobDetails. Return type: str
-
display_name
¶ Gets the display_name of this CreateDetectAnomalyJobDetails. Detect anomaly job display name.
Returns: The display_name of this CreateDetectAnomalyJobDetails. Return type: str
-
input_details
¶ [Required] Gets the input_details of this CreateDetectAnomalyJobDetails.
Returns: The input_details of this CreateDetectAnomalyJobDetails. Return type: oci.ai_anomaly_detection.models.InputDetails
-
model_id
¶ [Required] Gets the model_id of this CreateDetectAnomalyJobDetails. The OCID of the trained model.
Returns: The model_id of this CreateDetectAnomalyJobDetails. Return type: str
-
output_details
¶ [Required] Gets the output_details of this CreateDetectAnomalyJobDetails.
Returns: The output_details of this CreateDetectAnomalyJobDetails. Return type: oci.ai_anomaly_detection.models.OutputDetails
-
sensitivity
¶ Gets the sensitivity of this CreateDetectAnomalyJobDetails. The value that customer can adjust to control the sensitivity of anomaly detection
Returns: The sensitivity of this CreateDetectAnomalyJobDetails. Return type: float
-