Uses of Class
com.azure.ai.openai.models.PredictionContent
Packages that use PredictionContent
-
Uses of PredictionContent in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return PredictionContentModifier and TypeMethodDescriptionstatic PredictionContentPredictionContent.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PredictionContent from the JsonReader.ChatCompletionsOptions.getPrediction()Get the prediction property: Configuration for a Predicted Output, which can greatly improve response times when large parts of the model response are known ahead of time.Methods in com.azure.ai.openai.models with parameters of type PredictionContentModifier and TypeMethodDescriptionChatCompletionsOptions.setPrediction(PredictionContent prediction) Set the prediction property: Configuration for a Predicted Output, which can greatly improve response times when large parts of the model response are known ahead of time.