EnrichmentJobCollection

class oci.generative_ai_data.models.EnrichmentJobCollection(**kwargs)

Bases: object

Object representing list of EnrichmentJobSummaries.

Methods

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

Attributes

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

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

Parameters:items (list[oci.generative_ai_data.models.EnrichmentJobSummary]) – The value to assign to the items property of this EnrichmentJobCollection.
items

[Required] Gets the items of this EnrichmentJobCollection. List of EnrichmentJobSummary objects.

Returns:The items of this EnrichmentJobCollection.
Return type:list[oci.generative_ai_data.models.EnrichmentJobSummary]