关于“使用 Vertex AI 中的 Gemini API 探索生成式 AI:实验室挑战赛”的评价
17960 条评价
Vladimir V. · 已于 over 1 year前审核
Abhishek R. · 已于 over 1 year前审核
Andrii G. · 已于 over 1 year前审核
.
Azimullah S. · 已于 over 1 year前审核
Azimullah S. · 已于 over 1 year前审核
Hemant M. · 已于 over 1 year前审核
srn N. · 已于 over 1 year前审核
Hiroto K. · 已于 over 1 year前审核
Dheerendra k. · 已于 over 1 year前审核
I got what i did wrong now :)
Elisey Y. · 已于 over 1 year前审核
It did not let me complete the lab, but i did all the steps. The code from the final step: # Task 4.2 Generate a video description # In this cell, update the prompt to ask Gemini to describe the video URL referenced. # You can use the documentation at the following link to assist. # https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/sdk-for-gemini/gemini-sdk-overview-reference#generate-content-from-video # # Video URI: gs://github-repo/img/gemini/multimodality_usecases_overview/mediterraneansea.mp4 # prompt = """ What is shown in this video? Where should I go to see it? What are the top 5 places in the world that look like this? """ video = Part.from_uri( uri="gs://github-repo/img/gemini/multimodality_usecases_overview/mediterraneansea.mp4", mime_type="video/mp4", ) contents = [prompt, video] responses = model.generate_content(contents, stream=True) print("-------Prompt--------") print_multimodal_prompt(contents) for response in responses: print(response)
Elisey Y. · 已于 over 1 year前审核
Shiv D. · 已于 over 1 year前审核
Nudurupati J. · 已于 over 1 year前审核
raj G. · 已于 over 1 year前审核
Vinoth K. · 已于 over 1 year前审核
Done
Normandy O. · 已于 over 1 year前审核
Done
Normandy O. · 已于 over 1 year前审核
Krishna K. · 已于 over 1 year前审核
Ma. Jasmin R. · 已于 over 1 year前审核
Cyndi N. · 已于 over 1 year前审核
Asfar S. · 已于 over 1 year前审核
Maksym A. · 已于 over 1 year前审核
Berke A. · 已于 over 1 year前审核
Elvira G. · 已于 over 1 year前审核
Elvira G. · 已于 over 1 year前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。