Gemini Enterprise Agent Platform の Gemini API を使用してアプリを開発する のレビュー

11917 件のレビュー

Poh Aik Ong · 2年以上前にレビュー済み

Hong Han Tan · 2年以上前にレビュー済み

There is an issue with t he lab - duplicatewidgetID

Mah Abram · 2年以上前にレビュー済み

Cheong Yeat Fai · 2年以上前にレビュー済み

Tan Kennedy · 2年以上前にレビュー済み

Chong Jack Pang · 2年以上前にレビュー済み

broken task8

Wong Nicholas · 2年以上前にレビュー済み

X Nathan · 2年以上前にレビュー済み

BADRUL MUNIR NIK · 2年以上前にレビュー済み

Some of the tasks need to take several time of reloads to update the task progress when I have actually completed.

Chew Chai Syuen · 2年以上前にレビュー済み

I cannot score full mark because there is a bug. I have already developed the ER diagram in one of the task, however it did not score me!

Goh Joanne · 2年以上前にレビュー済み

Woo Zhenghan · 2年以上前にレビュー済み

Chanthiran Thayalen · 2年以上前にレビュー済み

Raemos Misha · 2年以上前にレビュー済み

Zi Xuan Tan · 2年以上前にレビュー済み

Mohammad Rahimi Muhammad Aiman · 2年以上前にレビュー済み

Boo Xiao Ting · 2年以上前にレビュー済み

BIN MOHAMMAD KHOZAINI MUHAMMAD AFIQ AHNAF · 2年以上前にレビュー済み

Ng Ching Wei · 2年以上前にレビュー済み

Terrible labs with bugs

GOH JIN DI · 2年以上前にレビュー済み

Chong Jack Pang · 2年以上前にレビュー済み

Chan Hua Jian · 2年以上前にレビュー済み

Irsyad Anwar · 2年以上前にレビュー済み

Chua Victor · 2年以上前にレビュー済み

There is an indentation error and incomplete code snippet in Task 13. The corrected version as follows: cat >> ~/gemini-app/app_tab4.py <<EOF with video_geoloc: video_geolocation_uri = "gs://cloud-training/OCBL447/gemini-app/videos/bus.mp4" video_geolocation_url = "https://storage.googleapis.com/"+video_geolocation_uri.split("gs://")[1] video_geolocation_vid = Part.from_uri(video_geolocation_uri, mime_type="video/mp4") st.video(video_geolocation_url) st.markdown("""Answer the following questions from the video: - What is this video about? - How do you know which city it is? - What street is this? - What is the nearest intersection? """) prompt = """Answer the following questions using the video only: What is this video about? How do you know which city it is? What street is this? What is the nearest intersection? Answer the following questions using a table format with the questions and answers as columns. """ tab1, tab2 = st.tabs(["Response", "Prompt"]) video_geolocation_description = st.button("Generate", key="video_geolocation_description") with tab1: if video_geolocation_description and prompt: with st.spinner("Generating location information"): response = get_gemini_pro_vision_response(multimodal_model_pro, [prompt, video_geolocation_vid]) st.markdown(response) logging.info(response) with tab2: st.write("Prompt used:") st.write(prompt,"\n","{video_data}") EOF

Chan Yan Bin · 2年以上前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。