EmbeddingVector.ModelSignature 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.
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.