VectorSearchVectorizer Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. VectorSearchVectorizer
- com.
Implements
public class VectorSearchVectorizer
implements JsonSerializable<VectorSearchVectorizer>
Specifies the vectorization method to be used during query time.
Constructor Summary
Constructor | Description |
---|---|
VectorSearchVectorizer(String vectorizerName) |
Creates an instance of Vector |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Vector |
fromJson(JsonReader jsonReader)
Reads an instance of Vector |
Vector |
getKind()
Get the kind property: The name of the kind of vectorization method being configured for use with vector search. |
String |
getVectorizerName()
Get the vectorizer |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
VectorSearchVectorizer
public VectorSearchVectorizer(String vectorizerName)
Creates an instance of VectorSearchVectorizer class.
Parameters:
Method Details
fromJson
public static VectorSearchVectorizer fromJson(JsonReader jsonReader)
Reads an instance of VectorSearchVectorizer from the JsonReader.
Parameters:
Returns:
Throws:
getKind
public VectorSearchVectorizerKind getKind()
Get the kind property: The name of the kind of vectorization method being configured for use with vector search.
Returns:
getVectorizerName
public String getVectorizerName()
Get the vectorizerName property: The name to associate with this particular vectorization method.
Returns:
toJson
Applies to
Azure SDK for Java