-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add wait_for_resource_creation to BatchPredictionJob and unblock async creation when model is pending creation. #660
Conversation
gcs_destination_prefix='gs://path/to/by/batch_prediction/results/' | ||
) | ||
|
||
You can also create a batch prediction job asynchronously by including the `sync=False` argument: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this line be part of the code block?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not intended to be in the code block.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant to say that it might be better to move it after the .. code-block:: Python
line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Which bug is this for?
Thanks Ivan! I updated the PR with the ticket references. |
b/182384043
Fixes #636