public interface About
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<AboutV3> |
get() |
retrofit2.Call<AboutV3> |
get(java.lang.String _exclude_fields)
Return information about this H2O cluster.
|
@GET(value="/3/About") retrofit2.Call<AboutV3> get(@Field(value="_exclude_fields") java.lang.String _exclude_fields)
_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"@GET(value="/3/About") retrofit2.Call<AboutV3> get()