For AI agents: visit https://developer.indicodata.ai/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
class ModelGroupPredict(indicoClient: IndicoKtorClient) : Mutation<Job?, PredictModelGraphQL.Result>
| |
|---|
| ModelGroupPredict | constructor(indicoClient: IndicoKtorClient) |
| Name | Summary |
|---|
| data | fun data(data: List<String?>): ModelGroupPredictData to predict |
| execute | open override fun execute(): Job?Executes request and returns job |
| modelGroup | fun modelGroup(modelGroup: ModelGroup): ModelGroupPredictUse to predict ModelGroup |
| modelId | fun modelId(modelId: Int): ModelGroupPredictUse to predict ModelGroup by id |