VectorStoreConnectorCollection

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

Bases: object

Results of a VectorStoreConnector search. Contains VectorStoreConnectorSummary items.

Methods

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

Attributes

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

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

[Required] Gets the items of this VectorStoreConnectorCollection. List of VectorStoreConnector objects.

Returns:The items of this VectorStoreConnectorCollection.
Return type:list[oci.generative_ai.models.VectorStoreConnectorSummary]