StreamJobCollection

class oci.ai_vision.models.StreamJobCollection(**kwargs)

Bases: object

The results of a stream job search.

Methods

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

Attributes

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

Initializes a new StreamJobCollection 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_vision.models.StreamJobSummary]) – The value to assign to the items property of this StreamJobCollection.
items

[Required] Gets the items of this StreamJobCollection. List of stream jobs.

Returns:The items of this StreamJobCollection.
Return type:list[oci.ai_vision.models.StreamJobSummary]