UpdateDetectAnomalyJobDetails¶
-
class
oci.ai_anomaly_detection.models.
UpdateDetectAnomalyJobDetails
(**kwargs)¶ Bases:
object
The information to be updated for the DetectAnomalyJob.
Methods
__init__
(**kwargs)Initializes a new UpdateDetectAnomalyJobDetails object with values from keyword arguments. Attributes
description
Gets the description of this UpdateDetectAnomalyJobDetails. display_name
Gets the display_name of this UpdateDetectAnomalyJobDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateDetectAnomalyJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateDetectAnomalyJobDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateDetectAnomalyJobDetails.
-
description
¶ Gets the description of this UpdateDetectAnomalyJobDetails. A short description of the detect anomaly job.
Returns: The description of this UpdateDetectAnomalyJobDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateDetectAnomalyJobDetails. Detect anomaly job display name.
Returns: The display_name of this UpdateDetectAnomalyJobDetails. Return type: str
-