metadata is arbitrary user-defined JSON metadata on the example.
public JsonValue _metadata()metadata is arbitrary user-defined JSON metadata on the example.
This arbitrary value can be deserialized into a custom type using the convert method:
MyClass myObject = experimentRunCreateResponse.metadata().convert(MyClass.class);