Uses of Class
com.azure.ai.inference.models.StreamingChatChoiceUpdate
Packages that use StreamingChatChoiceUpdate
-
Uses of StreamingChatChoiceUpdate in com.azure.ai.inference.models
Methods in com.azure.ai.inference.models that return StreamingChatChoiceUpdateModifier and TypeMethodDescriptionstatic StreamingChatChoiceUpdate
StreamingChatChoiceUpdate.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StreamingChatChoiceUpdate from the JsonReader.StreamingChatCompletionsUpdate.getChoice()
Get the choice property: The chat choice associated with this completion response.Methods in com.azure.ai.inference.models that return types with arguments of type StreamingChatChoiceUpdateModifier and TypeMethodDescriptionStreamingChatCompletionsUpdate.getChoices()
Get the choices property: An update to the collection of completion choices associated with this completions response.