An R interface to Vertex AI
Vertex AI REST API documentation here
Status: This is experimental and not recommended for production use yet
To install the latest, potentially unstable version directly from GitHub:
if(!require("remotes")){
install.packages("remotes")
}
remotes::install_github("justinjm/googleCloudVertexAIR")