Explore Generative AI with the Vertex AI Gemini API: チャレンジラボ のレビュー
2817 件のレビュー
Vishwakarma Akash Deep · 4ヶ月前にレビュー済み
Pece Anthony · 4ヶ月前にレビュー済み
Ilyat Jordan · 4ヶ月前にレビュー済み
Kurniawan Ferry Yun · 4ヶ月前にレビュー済み
Sugiharto Tomy Ivan · 4ヶ月前にレビュー済み
Hernando David · 4ヶ月前にレビュー済み
Benedict S. Shaun · 4ヶ月前にレビュー済み
Ramadhan Muhamad Anggara · 4ヶ月前にレビュー済み
BISWAL ANKIT · 4ヶ月前にレビュー済み
Mukhit Abdul · 4ヶ月前にレビュー済み
Rajendran Sreenivasan · 4ヶ月前にレビュー済み
face : Permission denied while accessing input file. Learn more about providing the appropriate credentials
Noor Muhammad Nadeem · 5ヶ月前にレビュー済み
ffgffdg
Subbian DIVYA · 5ヶ月前にレビュー済み
Miranda Felipe · 5ヶ月前にレビュー済み
Singh Sanjana · 5ヶ月前にレビュー済み
David Tzoc Pedro · 5ヶ月前にレビュー済み
Agarwal Surabhi · 5ヶ月前にレビュー済み
Gupta Anuj · 5ヶ月前にレビュー済み
Gupta Anuj · 5ヶ月前にレビュー済み
I keep getting a 500 for Task 3.2 # Task 3.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 = [video, prompt] responses = multimodal_model.generate_content(contents, stream=True) print("-------Prompt--------") print_multimodal_prompt(contents) print("\n-------Response--------") for response in responses: print(response.text, end="")
McCrady Daniel · 5ヶ月前にレビュー済み
seth saket · 5ヶ月前にレビュー済み
Subbian DIVYA · 5ヶ月前にレビュー済み
Issues with access permissions to the bucket with video
Biskupski Andrzej · 5ヶ月前にレビュー済み
Kannan Nithya · 5ヶ月前にレビュー済み
This lab is broken (getting internal errors for task3 ) task 2 completed and I can see the results and it is not considering it correct. I know what I've done is correct because the results are verbatim in the previous two labs intro_multimodal_use_cases.ipynb and the Function calling lab intro_function_calling.ipynb Fix this pls!
Youssef Anthony · 5ヶ月前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。