Uses of Interface
org.springframework.ai.model.ModelResult
Packages that use ModelResult
Package
Description
Provides the API for embedding observations.
Provides a set of interfaces and classes for a generic API designed to interact with
various AI models.
-
Uses of ModelResult in org.springframework.ai.audio.transcription
Classes in org.springframework.ai.audio.transcription that implement ModelResultModifier and TypeClassDescriptionclass
Represents a response returned by the AI. -
Uses of ModelResult in org.springframework.ai.chat.model
Classes in org.springframework.ai.chat.model that implement ModelResult -
Uses of ModelResult in org.springframework.ai.embedding
Classes in org.springframework.ai.embedding that implement ModelResult -
Uses of ModelResult in org.springframework.ai.image
Classes in org.springframework.ai.image that implement ModelResult -
Uses of ModelResult in org.springframework.ai.model
Classes in org.springframework.ai.model with type parameters of type ModelResultModifier and TypeInterfaceDescriptioninterface
ModelResponse<T extends ModelResult<?>>
Interface representing the response received from an AI model. -
Uses of ModelResult in org.springframework.ai.moderation
Classes in org.springframework.ai.moderation that implement ModelResultModifier and TypeClassDescriptionclass
The Generation class represents a response from a moderation process. -
Uses of ModelResult in org.springframework.ai.openai.audio.speech
Classes in org.springframework.ai.openai.audio.speech that implement ModelResultModifier and TypeClassDescriptionclass
The Speech class represents the result of speech synthesis from an AI model.