vertexai

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2026 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSessionService

func NewSessionService(ctx context.Context, cfg VertexAIServiceConfig, opts ...option.ClientOption) (session.Service, error)

NewSessionService returns VertextAiSessionService implementation.

Types

type VertexAIServiceConfig

type VertexAIServiceConfig struct {
	// ProjectID with VertexAI API enabled.
	ProjectID string
	// Location where the reasoningEngine is running.
	Location string
	// ReasoningEngine is the runtime in the agent engine which will store the
	// sessions.
	// Optimal way is to create reasoningEngine per app.
	// For example, a reasoningEngine can be created via the Vertex AI REST
	// API's 'projects.locations.reasoningEngines.create' method.
	ReasoningEngine string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL