GenerativeAiProjectCollection

class oci.generative_ai.models.GenerativeAiProjectCollection(**kwargs)

Bases: object

Results of a GenerativeAiProject search. Contains GenerativeAiProjectSummary items and other information such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this GenerativeAiProjectCollection. List of GenerativeAiProjects.

Returns:The items of this GenerativeAiProjectCollection.
Return type:list[oci.generative_ai.models.GenerativeAiProjectSummary]