Uses of Interface
org.springframework.ai.model.ResultMetadata
Packages that use ResultMetadata
Package
Description
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.chat.metadata
Subinterfaces of ResultMetadata in org.springframework.ai.chat.metadataModifier and TypeInterfaceDescriptioninterface
Abstract Data Type (ADT) encapsulating information on the completion choices in the AI response. -
Uses of ResultMetadata in org.springframework.ai.embedding
Classes in org.springframework.ai.embedding that implement ResultMetadata -
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.openai.metadata
Classes in org.springframework.ai.openai.metadata that implement ResultMetadata -
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.