DetectAnomalyJobCollection

class oci.ai_anomaly_detection.models.DetectAnomalyJobCollection(**kwargs)

Bases: object

A collection of anomaly jobs. Each item is a DetectAnomalyJob summary object.

Methods

__init__(**kwargs) Initializes a new DetectAnomalyJobCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this DetectAnomalyJobCollection.
__init__(**kwargs)

Initializes a new DetectAnomalyJobCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.ai_anomaly_detection.models.DetectAnomalyJobSummary]) – The value to assign to the items property of this DetectAnomalyJobCollection.
items

[Required] Gets the items of this DetectAnomalyJobCollection. List of Anomaly Detection jobs.

Returns:The items of this DetectAnomalyJobCollection.
Return type:list[oci.ai_anomaly_detection.models.DetectAnomalyJobSummary]