public interface modelsinfo
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ModelsInfoV4> |
modelsInfo() |
retrofit2.Call<ModelsInfoV4> |
modelsInfo(java.lang.String __schema)
Return basic information about all models available to train.
|
@GET(value="/4/modelsinfo") retrofit2.Call<ModelsInfoV4> modelsInfo(@Field(value="__schema") java.lang.String __schema)
__schema - Url describing the schema of the current object.@GET(value="/4/modelsinfo") retrofit2.Call<ModelsInfoV4> modelsInfo()