EmbeddingVector.VectorSpaceId Property
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.
Gets the unique identifier of the vector space associated with the EmbeddingVector.
public:
property Platform::Guid VectorSpaceId { Platform::Guid get(); };
winrt::guid VectorSpaceId();
public Guid VectorSpaceId { get; }
var guid = embeddingVector.vectorSpaceId;
Public ReadOnly Property VectorSpaceId As Guid
Property Value
The unique identifier of the vector space.