Skip to content

justinjm/googleCloudVertexAIR

Repository files navigation

googleCloudVertexAIR

Lifecycle: experimental

An R interface to Vertex AI

Vertex AI REST API documentation here

Status: This is experimental and not recommended for production use yet

Installation

CRAN (production)

This package is not yet available on CRAN.

GitHub (development)

To install the latest, potentially unstable version directly from GitHub:

if(!require("remotes")){
    install.packages("remotes")
}
remotes::install_github("justinjm/googleCloudVertexAIR")

Getting Started

Please see the package site here for more information and examples.

Function Reference Diagram

Here's a visualization of the package's function and how they work together:

Releases

No releases published

Languages