Interface ResultMetadata

All Known Subinterfaces:
AudioTranscriptionMetadata, ChatGenerationMetadata, ImageGenerationMetadata, ModerationGenerationMetadata
All Known Implementing Classes:
DefaultChatGenerationMetadata, EmbeddingResultMetadata

public interface ResultMetadata
Interface representing metadata associated with the results of an AI model. This interface focuses on providing additional context and insights into the results generated by AI models. It could include information like computation time, model version, or other relevant details that enhance understanding and management of AI model outputs in various applications.
Since:
0.8.0
Author:
Mark Pollack