ProjectCollection

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

Bases: object

The results of a project search.

Methods

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

Attributes

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

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

[Required] Gets the items of this ProjectCollection. List of projects.

Returns:The items of this ProjectCollection.
Return type:list[oci.ai_vision.models.ProjectSummary]