Uses of Interface
org.springframework.ai.model.ResultMetadata
Packages that use ResultMetadata
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 ResultMetadata in org.springframework.ai.audio.transcription
Subinterfaces of ResultMetadata in org.springframework.ai.audio.transcriptionModifier and TypeInterfaceDescriptioninterface
Metadata associated with an audio transcription result. -
Uses of ResultMetadata in org.springframework.ai.azure.openai.metadata
Classes in org.springframework.ai.azure.openai.metadata that implement ResultMetadataModifier and TypeClassDescriptionclass
Represents the metadata for image generation using Azure OpenAI. -
Uses of ResultMetadata in org.springframework.ai.chat.metadata
Subinterfaces of ResultMetadata in org.springframework.ai.chat.metadataModifier and TypeInterfaceDescriptioninterface
Represents the metadata associated with the generation of a chat response.Classes in org.springframework.ai.chat.metadata that implement ResultMetadata -
Uses of ResultMetadata in org.springframework.ai.embedding
Classes in org.springframework.ai.embedding that implement ResultMetadataModifier and TypeClassDescriptionclass
Metadata associated with the embedding result. -
Uses of ResultMetadata in org.springframework.ai.image
Subinterfaces of ResultMetadata in org.springframework.ai.image -
Uses of ResultMetadata in org.springframework.ai.model
Methods in org.springframework.ai.model that return ResultMetadataModifier and TypeMethodDescriptionModelResult.getMetadata()
Retrieves the metadata associated with the result of an AI model. -
Uses of ResultMetadata in org.springframework.ai.moderation
Subinterfaces of ResultMetadata in org.springframework.ai.moderationModifier and TypeInterfaceDescriptioninterface
An interface that represents metadata associated with the results of a moderation generation process. -
Uses of ResultMetadata in org.springframework.ai.openai.metadata
Classes in org.springframework.ai.openai.metadata that implement ResultMetadataModifier and TypeClassDescriptionclass
class
-
Uses of ResultMetadata in org.springframework.ai.openai.metadata.audio
Subinterfaces of ResultMetadata in org.springframework.ai.openai.metadata.audio -
Uses of ResultMetadata in org.springframework.ai.stabilityai
Classes in org.springframework.ai.stabilityai that implement ResultMetadataModifier and TypeClassDescriptionclass
Represents metadata associated with the image generation process in the StabilityAI framework.