Share via


EmbeddingVector.VectorSpaceId Property

Definition

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

Guid

Platform::Guid

winrt::guid

The unique identifier of the vector space.

Applies to