KnowledgeBaseModel Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. KnowledgeBaseModel
- com.
Implements
public class KnowledgeBaseModel
implements JsonSerializable<KnowledgeBaseModel>
Specifies the connection parameters for the model to use for query planning.
Constructor Summary
| Constructor | Description |
|---|---|
| KnowledgeBaseModel() |
Creates an instance of Knowledge |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Knowledge |
fromJson(JsonReader jsonReader)
Reads an instance of Knowledge |
|
Knowledge |
getKind()
Get the kind property: The type of AI model. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
KnowledgeBaseModel
public KnowledgeBaseModel()
Creates an instance of KnowledgeBaseModel class.
Method Details
fromJson
public static KnowledgeBaseModel fromJson(JsonReader jsonReader)
Reads an instance of KnowledgeBaseModel from the JsonReader.
Parameters:
Returns:
Throws:
getKind
public KnowledgeBaseModelKind getKind()
Get the kind property: The type of AI model.
Returns: