DataIngestionJobCollection

class oci.generative_ai_agent.models.DataIngestionJobCollection(**kwargs)

Bases: object

DataIngestionJobCollection

Results of a data ingestion job search. Contains both DataIngestionJobSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this DataIngestionJobCollection. List of data ingestion jobs.

Returns:The items of this DataIngestionJobCollection.
Return type:list[oci.generative_ai_agent.models.DataIngestionJobSummary]