com.indico.query

Project: indico-client-java
Java package: com.indico.query

Package-level type declarations

NameSummary
GetSubmissionclass GetSubmission(client: IndicoClient) : Query<Submission?, GetSubmissionGraphQL.Result>
Jobclass 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)) Job information
ListSubmissionsclass ListSubmissions(client: IndicoKtorClient) : Query<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Submission?>?, ListSubmissionsGraphQL.Result>
ListWorkflowsclass ListWorkflows(client: IndicoClient) : Query<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Workflow>?, ListWorkflowsGraphQL.Result>
ModelGroupQueryclass ModelGroupQuery(indicoClient: IndicoClient) : Query<ModelGroup?, ModelGroupGraphQL.Result>
Queryabstract class Query<T, R>(logger: Logger? = LogManager.getLogger(Query::class.java))
TrainingModelWithProgressQueryclass TrainingModelWithProgressQuery(client: IndicoClient) : Query<Model?, ModelGroupProgressGraphQLQuery.Result>