EmbeddingGeneratorMetadata Class

Definition

Provides metadata about an IEmbeddingGenerator<TInput,TEmbedding>.

public ref class EmbeddingGeneratorMetadata
public class EmbeddingGeneratorMetadata
type EmbeddingGeneratorMetadata = class
Public Class EmbeddingGeneratorMetadata
Inheritance
EmbeddingGeneratorMetadata

Constructors

EmbeddingGeneratorMetadata(String, Uri, String, Nullable<Int32>)

Initializes a new instance of the EmbeddingGeneratorMetadata class.

Properties

Dimensions

Gets the number of dimensions in the embeddings produced by this instance.

ModelId

Gets the id of the model used by this embedding generation provider.

ProviderName

Gets the name of the embedding generation provider.

ProviderUri

Gets the URL for accessing the embedding generation provider.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to