Training Model With Progress Query
class TrainingModelWithProgressQuery(client: IndicoClient) : Query<Model?, ModelGroupProgressGraphQLQuery.Result>
Constructors
| TrainingModelWithProgressQuery | constructor(client: IndicoClient) |
Functions
| Name | Summary |
|---|---|
| id | fun id(id: Int): TrainingModelWithProgressQueryUse to query TrainingModelWithProgress by id |
| name | fun |
| query | open override fun query(): ModelQueries the server and returns Training Model |
| refresh | open override fun refresh(obj: Model?): Model? |
Updated 17 days ago
