Class InsertExperimentEvent.Metadata

  • All Implemented Interfaces:

    
    public final class InsertExperimentEvent.Metadata
    
                        

    A dictionary with additional data about the test example, model outputs, or just about anything else that's relevant, that you can use to help find and analyze examples later. For example, you could log the prompt, example's id, or anything else that would be useful to slice/dice later. The values in metadata can be any JSON-serializable type, but its keys must be strings