Registry / cloud / go-ai
library0.18.0gogounverified

Google Cloud AI provides Go client libraries for Google Cloud AI services.

go get cloud.google.com/go/ai
INSTALL
IMPORT
SIG · GO-AI
G
go-ai
cloudgov0.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ai
cloud.google.com/go/ai

Create a Google Cloud AI client

package main import ( "context" "fmt" ai "cloud.google.com/go/ai" ) func main() { ctx := context.Background() client, err := ai.NewClient(ctx) if err != nil { fmt.Println(err) return } defer client.Close() fmt.Println("AI client created") }
Debug
Known issues
gotchaRequires Google Cloud authentication setup
fix
Set up application default credentials or provide a service account key
affects: >=0.0.0
Upgrade
Version history
0.18.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
go-ai — go get go-ai · libregistry