com.indico.query
//indico-client-java/com.indico.query
# Package-level declarations
## Types
| Name | Summary |
| ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GetSubmission | \[jvm]<br>class GetSubmission(client: IndicoClient) : Query<Submission?, GetSubmissionGraphQL.Result> |
| Job | \[jvm]<br>class Job(indicoClient: IndicoClient, errors: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?, val id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))<br>Job information |
| ListSubmissions | \[jvm]<br>class ListSubmissions(client: IndicoKtorClient) : Query<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Submission?>?, ListSubmissionsGraphQL.Result> |
| ListWorkflows | \[jvm]<br>class ListWorkflows(client: IndicoClient) : Query<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Workflow>?, ListWorkflowsGraphQL.Result> |
| ModelGroupQuery | \[jvm]<br>class ModelGroupQuery(indicoClient: IndicoClient) : Query<ModelGroup?, ModelGroupGraphQL.Result> |
| Query | \[jvm]<br>abstract class Query<T, R>(logger: Logger? = LogManager.getLogger(Query::class.java)) |
| TrainingModelWithProgressQuery | \[jvm]<br>class TrainingModelWithProgressQuery(client: IndicoClient) : Query<Model?, ModelGroupProgressGraphQLQuery.Result> |
Updated 4 days ago