-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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(genai): update batchprediction package #12778
base: main
Are you sure you want to change the base?
feat(genai): update batchprediction package #12778
Conversation
|
||
# Example response: | ||
# Job output location: gs://your-bucket/gen-ai-batch-prediction/prediction-model-year-month-day-hour:minute:second.12345 | ||
# View Batch Prediction Job: https://console.cloud.google.com/ai/platform/locations/us-central1/batch-predictions/12345678?project=projectid |
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.
Minor nit. Where is the output for Line 45
's print statement.
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.
In Example response, just the print
statement's response is enough :)
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. Thank you for your work @CadillacBurgess1 👍
@CadillacBurgess1 Why is this sample being changed to use the |
Hi. We had a request to update this. @CadillacBurgess1 is working on re-confirmation. More details @ b/377035286 |
Description
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
nox -s py-3.9
(see Test Environment Setup)nox -s lint
(see Test Environment Setup)