inputs is the example input payload (arbitrary JSON object).
public JsonValue _inputs()inputs is the example input payload (arbitrary JSON object).
This arbitrary value can be deserialized into a custom type using the convert method:
MyClass myObject = experimentRunCreateResponse.inputs().convert(MyClass.class);