VertexAI Python git


Logo

VertexAI Documentation

Explore the comprehensive documentation on Google Cloud Vertex AI service at the official reference of Google Cloud.

[![Click here to read](https://img.shields.io/badge/Click_here_to_read-blue?style=plastic&labelColor=white&color=blue&logoWidth=20&logo=GoogleCloud&logoColor=blue)](https://cloud.google.com/vertex-ai)

Inputs

Name Type Description
project String ID of the Google Cloud project in which you use VertexAI
region String Name of the Google Cloud region in which you use VertexAI
picture String URL where you can find the architecture picture

Outputs

Name Description
gcloud-commands The gcloud list commands to implement the architecture picture

Example

Send a post with the project ID, the region and the gcs path picture.

POST /echo/post/json HTTP/1.1
Host: https://container-ai-arch-lzmkizmaoq-uc.a.run.app
Accept: application/json
Content-Type: application/json
{
    "project": "",
    "region": "",
    "picture": "",
}

Authors