Interface ResultMetadata

All Known Subinterfaces:
ChatGenerationMetadata, ImageGenerationMetadata, OpenAiAudioTranscriptionMetadata
All Known Implementing Classes:
EmbeddingResultMetadata, OpenAiImageGenerationMetadata, StabilityAiImageGenerationMetadata

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