outputs is the example reference-output payload (arbitrary JSON object).
public JsonValue _outputs()outputs is the example reference-output payload (arbitrary JSON object).
This arbitrary value can be deserialized into a custom type using the convert method:
MyClass myObject = experimentRunCreateResponse.outputs().convert(MyClass.class);