SupportedModels Class
- java.
lang. Object - com.
azure. ai. contentunderstanding. models. SupportedModels
- com.
Implements
public final class SupportedModels
implements JsonSerializable<SupportedModels>
Chat completion and embedding models supported by the analyzer.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Supported |
fromJson(JsonReader jsonReader)
Reads an instance of Supported |
| List<String> |
getCompletion()
Get the completion property: Chat completion models supported by the analyzer. |
| List<String> |
getEmbedding()
Get the embedding property: Embedding models supported by the analyzer. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static SupportedModels fromJson(JsonReader jsonReader)
Reads an instance of SupportedModels from the JsonReader.
Parameters:
Returns:
Throws:
getCompletion
public List<String> getCompletion()
Get the completion property: Chat completion models supported by the analyzer.
Returns:
getEmbedding
public List<String> getEmbedding()
Get the embedding property: Embedding models supported by the analyzer.
Returns: