Uses of Interface
org.springframework.ai.image.observation.ImageModelObservationConvention
Packages that use ImageModelObservationConvention
Package
Description
Provides classes for observing image data.
-
Uses of ImageModelObservationConvention in org.springframework.ai.image.observation
Classes in org.springframework.ai.image.observation that implement ImageModelObservationConventionModifier and TypeClassDescriptionclass
Default conventions to populate observations for image model operations. -
Uses of ImageModelObservationConvention in org.springframework.ai.openai
Methods in org.springframework.ai.openai with parameters of type ImageModelObservationConventionModifier and TypeMethodDescriptionvoid
OpenAiImageModel.setObservationConvention
(ImageModelObservationConvention observationConvention) Use the provided convention for reporting observation data -
Uses of ImageModelObservationConvention in org.springframework.ai.qianfan
Methods in org.springframework.ai.qianfan with parameters of type ImageModelObservationConventionModifier and TypeMethodDescriptionvoid
QianFanImageModel.setObservationConvention
(ImageModelObservationConvention observationConvention)