Compartilhar via


VectorStoreObject Struct

Definition

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