Class ImageModelObservationContext.Builder
java.lang.Object
org.springframework.ai.image.observation.ImageModelObservationContext.Builder
- Enclosing class:
- ImageModelObservationContext
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
imagePrompt
(ImagePrompt imagePrompt) requestOptions
(ImageOptions requestOptions) Deprecated, for removal: This API element is subject to removal in a future version.ImageOptions are passed in the ImagePrompt object and should not be set separately anymore.
-
Method Details
-
imagePrompt
-
provider
-
requestOptions
@Deprecated(forRemoval=true) public ImageModelObservationContext.Builder requestOptions(ImageOptions requestOptions) Deprecated, for removal: This API element is subject to removal in a future version.ImageOptions are passed in the ImagePrompt object and should not be set separately anymore. -
build
-