Share via


EmbeddingVector.ModelSignature Property

Definition

Returns the model signature of this embedding vector, which is an arbitrary string to distinguish between embedding vectors generated by different models.

public string ModelSignature { [Android.Runtime.Register("getModelSignature", "()Ljava/lang/String;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getModelSignature", "()Ljava/lang/String;", "", ApiSince=36)>]
member this.ModelSignature : string

Property Value

Attributes

Remarks

Returns the model signature of this embedding vector, which is an arbitrary string to distinguish between embedding vectors generated by different models.

Java documentation for android.app.appsearch.EmbeddingVector.getModelSignature().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to