Prompt Design in Vertex AI: Challenge Lab Reviews

Prompt Design in Vertex AI: Challenge Lab Reviews

48715 reviews

anjali s. · Reviewed 5 days ago

Muhammad Afzal S. · Reviewed 5 days ago

MRUDULA G. · Reviewed 5 days ago

Saurabh M. · Reviewed 5 days ago

Sandip M. · Reviewed 5 days ago

Tarun .. · Reviewed 5 days ago

Arish R. · Reviewed 5 days ago

very slow

Mani V. · Reviewed 5 days ago

Nice one

Akhil G. · Reviewed 5 days ago

Sai S. · Reviewed 5 days ago

pooja T. · Reviewed 5 days ago

Альтаир А. · Reviewed 5 days ago

IT WAS AMAZING.

Priya M. · Reviewed 5 days ago

Harshitha P. · Reviewed 5 days ago

Vinay S. · Reviewed 5 days ago

Ananthi V. · Reviewed 5 days ago

RAJA K. · Reviewed 5 days ago

nice

22501A05G8 S. · Reviewed 5 days ago

Alex I. · Reviewed 5 days ago

Ravi G. · Reviewed 5 days ago

Julia W. · Reviewed 5 days ago

I have tried to complete Lab 4 as instructed. However, the system did not accept my result, even though the output on Jupyter Notebook met the requirements. Below is the code and the AI-generated output that I created. Please review and help me pass this test. Thank you. ***My code: from vertexai.preview.generative_models import GenerativeModel model = GenerativeModel("gemini-1.5-pro") prompt = """ Cymbal Direct is partnering with an outdoor gear retailer. They're launching a new line of products designed to encourage young people to explore the outdoors. Help them create catchy taglines for this product line. Ensure that the tagline includes the keyword "nature." input: <Write a tagline for a durable backpack designed for hikers that makes them feel prepared. Consider styles like minimalist.> output: <Built for the Journey: Your Adventure Essentials in Nature.> input: <Write a tagline for a weather-resistant tent designed for young adventurers, focusing on portability and ease of setup.> output: <Ready in Minutes, Protected for Days: Your Shelter in the Heart of Nature.> input: <Write a slogan for a backpack designed for athletes. The slogan should evoke a sense of durability> output: """ responses = model.generate_content( prompt, generation_config={ "temperature": 1, "max_output_tokens": 2048, "top_p": 1.0, "top_k": 40, }, stream=True ) for response in responses: print(response.text) AI output: Built to Endure, Crafted to Perform: Conquer Any Terrain with Nature on Your Back.>

Thien Tam P. · Reviewed 5 days ago

Karthi K. · Reviewed 5 days ago

Daniela E. · Reviewed 5 days ago

Shobit S. · Reviewed 5 days ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.