VectorStoreObject Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The VectorStore_object.
public readonly struct VectorStoreObject : IEquatable<Azure.AI.Projects.VectorStoreObject>
type VectorStoreObject = struct
Public Structure VectorStoreObject
Implements IEquatable(Of VectorStoreObject)
- Inheritance
-
VectorStoreObject
- Implements
Constructors
VectorStoreObject(String) |
Initializes a new instance of VectorStoreObject. |
Properties
VectorStore |
vector_store. |
Methods
Equals(VectorStoreObject) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VectorStoreObject, VectorStoreObject) |
Determines if two VectorStoreObject values are the same. |
Implicit(String to VectorStoreObject) |
Converts a String to a VectorStoreObject. |
Inequality(VectorStoreObject, VectorStoreObject) |
Determines if two VectorStoreObject values are not the same. |
Applies to
Azure SDK for .NET