-
Notifications
You must be signed in to change notification settings - Fork 385
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
doc(aiplatform): add Vertex AI samples #14703
Conversation
Here is the summary of changes. You are about to add 3 region tags.
This comment is generated by snippet-bot.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14703 +/- ##
==========================================
- Coverage 93.62% 93.61% -0.01%
==========================================
Files 2320 2320
Lines 207187 207187
==========================================
- Hits 193971 193963 -8
- Misses 13216 13224 +8 ☔ View full report in Codecov by Sentry. |
void GeminiGenerateWithImage(std::vector<std::string> const& argv) { | ||
if (argv.size() != 6) { | ||
throw google::cloud::testing_util::Usage( | ||
"gemini-generate-from-text-input <project> <location> <model-name> " |
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.
gemini-generate-with-image
void GeminiVideoWithAudio(std::vector<std::string> const& argv) { | ||
if (argv.size() != 6) { | ||
throw google::cloud::testing_util::Usage( | ||
"gemini-generate-from-text-input <project> <location> <model-name> " |
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.
gemini-video-with-audio
"What's in this photo?", "image/png", | ||
"gs://generativeai-downloads/images/scones.jpg"}); |
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 am going to guess: scones
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.
Reviewable status: 0 of 4 files reviewed, 3 unresolved discussions (waiting on @dbolduc)
google/cloud/aiplatform/samples/samples.cc
line 63 at r2 (raw file):
Previously, dbolduc (Darren Bolduc) wrote…
gemini-generate-with-image
Done.
google/cloud/aiplatform/samples/samples.cc
line 108 at r2 (raw file):
Previously, dbolduc (Darren Bolduc) wrote…
gemini-video-with-audio
Done.
google/cloud/aiplatform/samples/samples.cc
line 162 at r2 (raw file):
Previously, dbolduc (Darren Bolduc) wrote…
I am going to guess: scones
The photo shows a table setting with a white tablecloth, blueberry scones, a bowl of blueberries, two cups of coffee, and pink peonies. The spoon says "Let's Jam".
This change is