Clients/Java: Add a multi-task sample that runs two jobs at the same time.

This commit is contained in:
2023-04-24 22:42:45 -07:00
parent f61fe6a18f
commit 3fcd527ba1
3 changed files with 50 additions and 15 deletions

View File

@ -333,6 +333,9 @@ message GenerateImagesStreamUpdate {
GenerateImagesBatchCompletedUpdate batch_completed = 3;
}
/**
* The percentage of completion for the entire submitted job.
*/
float overall_percentage_complete = 4;
}