yurynino / web-adiutor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VertexAI Python git


Logo

VertexAI Documentation

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

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

About


Languages

Language:Python 83.2%Language:Dockerfile 16.8%