SemanticStoreCollection

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

Bases: object

Results of a SemanticStore list. Contains SemanticStoreSummary items and other information such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this SemanticStoreCollection. List of SemanticStores.

Returns:The items of this SemanticStoreCollection.
Return type:list[oci.generative_ai.models.SemanticStoreSummary]