manifest is the serialized configuration of the traced component (for example the model
parameters, prompt template, or pipeline definition), when recorded.
public JsonValue _manifest()manifest is the serialized configuration of the traced component (for example the model
parameters, prompt template, or pipeline definition), when recorded.
This arbitrary value can be deserialized into a custom type using the convert method:
MyClass myObject = queryRunResponse.manifest().convert(MyClass.class);