VertexAIの「text-bison」をLambdaから呼んでみました
この記事では、VertexAI の AI モデル「text-bison」を AWS ラムダから呼び出してハッシュタグを作成する方法について説明します。 作成者は GCP コンソールからサービス アカウントを作成し、プログラムでサービス アカウントから認証情報を取得し、その認証情報を使用して GCP API を呼び出しました。 次に、作成者はコードを Lambda にアップロードし、正常にテストしました。This article describes how to call VertexAI's AI model "text-bison" from AWS lambda to create hashtags. The author created a service account from the GCP console, got the authentication information from the service account programmatically, and used the authentication information to call the GCP API. The author then uploaded the code to Lambda and tested it successfully.