Class VectorStoreConnectorCollection
Results of a VectorStoreConnector search. Contains VectorStoreConnectorSummary items.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class VectorStoreConnectorCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<VectorStoreConnectorSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<VectorStoreConnectorSummary> | List of VectorStoreConnector objects. |
Remarks
Required