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 TypeInterfaceDescriptioninterfaceMetadata associated with an audio transcription result. -
Uses of ResultMetadata in org.springframework.ai.chat.metadata
Subinterfaces of ResultMetadata in org.springframework.ai.chat.metadataModifier and TypeInterfaceDescriptioninterfaceRepresents 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 TypeClassDescriptionclassMetadata 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 TypeInterfaceDescriptioninterfaceAn interface that represents metadata associated with the results of a moderation generation process.