Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

feat: check status of long running operation by its name #397

Merged
merged 1 commit into from May 6, 2020

Conversation

alexander-fenster
Copy link
Contributor

For each client method returning a long running operation, a separate method to check its status is added.

Added methods: checkBatchPredictProgress, checkCreateDatasetProgress, checkCreateModelProgress, checkDeleteDatasetProgress, checkDeleteModelProgress, checkDeployModelProgress, checkExportDataProgress, checkExportEvaluatedExamplesProgress, checkExportModelProgress, checkImportDataProgress, checkUndeployModelProgress.

For each client method returning a long running operation, a separate method to check its status is added.

Added methods: `checkBatchPredictProgress`, `checkCreateDatasetProgress`, `checkCreateModelProgress`, `checkDeleteDatasetProgress`, `checkDeleteModelProgress`, `checkDeployModelProgress`, `checkExportDataProgress`, `checkExportEvaluatedExamplesProgress`, `checkExportModelProgress`, `checkImportDataProgress`, `checkUndeployModelProgress`.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 6, 2020
@codecov
Copy link

codecov bot commented May 6, 2020

Codecov Report

Merging #397 into master will increase coverage by 0.68%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #397      +/-   ##
==========================================
+ Coverage   98.09%   98.77%   +0.68%     
==========================================
  Files           7        7              
  Lines        8934     9654     +720     
  Branches      335      375      +40     
==========================================
+ Hits         8764     9536     +772     
+ Misses        166      114      -52     
  Partials        4        4              
Impacted Files Coverage Δ
src/v1/auto_ml_client.ts 99.04% <100.00%> (+0.82%) ⬆️
src/v1/prediction_service_client.ts 97.36% <100.00%> (+0.20%) ⬆️
src/v1beta1/auto_ml_client.ts 99.17% <100.00%> (+0.80%) ⬆️
src/v1beta1/prediction_service_client.ts 97.64% <100.00%> (+0.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 35791ad...b0e9aff. Read the comment docs.

@alexander-fenster alexander-fenster added the automerge Merge the pull request once unit tests and other checks pass. label May 6, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 3edf825 into master May 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants