Vertex AI の Gemini API で生成 AI を使ってみる: チャレンジラボ のレビュー
17969 件のレビュー
Vishwakarma Akash Deep · 1年以上前にレビュー済み
Aireddy Surender · 1年以上前にレビュー済み
Sawicki Maciej · 1年以上前にレビュー済み
Senzel Dennis · 1年以上前にレビュー済み
Vishwakarma Akash Deep · 1年以上前にレビュー済み
Vishwakarma Akash Deep · 1年以上前にレビュー済み
Pece Anthony · 1年以上前にレビュー済み
Ilyat Jordan · 1年以上前にレビュー済み
Kurniawan Ferry Yun · 1年以上前にレビュー済み
Sugiharto Tomy Ivan · 1年以上前にレビュー済み
Hernando David · 1年以上前にレビュー済み
Benedict S. Shaun · 1年以上前にレビュー済み
Ramadhan Muhamad Anggara · 1年以上前にレビュー済み
BISWAL ANKIT · 1年以上前にレビュー済み
Rajendran Sreenivasan · 1年以上前にレビュー済み
face : Permission denied while accessing input file. Learn more about providing the appropriate credentials
Noor Muhammad Nadeem · 1年以上前にレビュー済み
ffgffdg
Subbian DIVYA · 1年以上前にレビュー済み
Miranda Felipe · 1年以上前にレビュー済み
Singh Sanjana · 1年以上前にレビュー済み
David Tzoc Pedro · 1年以上前にレビュー済み
Agarwal Surabhi · 1年以上前にレビュー済み
Gupta Anuj · 1年以上前にレビュー済み
Gupta Anuj · 1年以上前にレビュー済み
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 · 1年以上前にレビュー済み
seth saket · 1年以上前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。