Uses of Class
com.azure.ai.openai.models.PredictionContentType
Packages that use PredictionContentType
-
Uses of PredictionContentType in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as PredictionContentTypeModifier and TypeFieldDescriptionstatic final PredictionContentTypePredictionContentType.CONTENTPredicted content is of type content.Methods in com.azure.ai.openai.models that return PredictionContentTypeModifier and TypeMethodDescriptionstatic PredictionContentTypePredictionContentType.fromString(String name) Creates or finds a PredictionContentType from its string representation.PredictionContent.getType()Get the type property: The type of the predicted content you want to provide.Methods in com.azure.ai.openai.models that return types with arguments of type PredictionContentTypeModifier and TypeMethodDescriptionstatic Collection<PredictionContentType> PredictionContentType.values()Gets known PredictionContentType values.