ProjectCollection¶
-
class
oci.ai_language.models.
ProjectCollection
(**kwargs)¶ Bases:
object
Results of a Project List. Contains ProjectSummary items.
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_language.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_language.models.ProjectSummary]
-