Uses of Class
com.google.genkit.ai.agent.GetSnapshotOptions
Packages that use GetSnapshotOptions
Package
Description
This package provides types for the Genkit agents feature, including enums and models for agent
state snapshots, agent execution lifecycle, and agent-related operations.
DynamoDB-backed agent session persistence.
Azure Cosmos DB-backed agent session persistence.
Firestore-backed session store for Genkit agents.
MongoDB-backed agent session persistence.
PostgreSQL-backed agent session persistence.
-
Uses of GetSnapshotOptions in com.google.genkit.ai.agent
Methods in com.google.genkit.ai.agent that return GetSnapshotOptionsModifier and TypeMethodDescriptionGetSnapshotOptions.Builder.build()Builds a newGetSnapshotOptions.Methods in com.google.genkit.ai.agent with parameters of type GetSnapshotOptionsModifier and TypeMethodDescriptionFileSessionStore.getSnapshot(GetSnapshotOptions opts) Retrieves a session snapshot.InMemorySessionStore.getSnapshot(GetSnapshotOptions opts) Retrieves a session snapshot.SnapshotReader.getSnapshot(GetSnapshotOptions opts) Retrieves a session snapshot. -
Uses of GetSnapshotOptions in com.google.genkit.plugins.awsbedrock.session
Methods in com.google.genkit.plugins.awsbedrock.session with parameters of type GetSnapshotOptionsModifier and TypeMethodDescriptionDynamoDbSessionStore.getSnapshot(GetSnapshotOptions opts) Retrieves a session snapshot. -
Uses of GetSnapshotOptions in com.google.genkit.plugins.azurefoundry.session
Methods in com.google.genkit.plugins.azurefoundry.session with parameters of type GetSnapshotOptionsModifier and TypeMethodDescriptionCosmosSessionStore.getSnapshot(GetSnapshotOptions opts) Retrieves a session snapshot. -
Uses of GetSnapshotOptions in com.google.genkit.plugins.firebase.session
Methods in com.google.genkit.plugins.firebase.session with parameters of type GetSnapshotOptionsModifier and TypeMethodDescriptionFirestoreSessionStore.getSnapshot(GetSnapshotOptions opts) Retrieves a session snapshot. -
Uses of GetSnapshotOptions in com.google.genkit.plugins.mongodb.session
Methods in com.google.genkit.plugins.mongodb.session with parameters of type GetSnapshotOptionsModifier and TypeMethodDescriptionMongoSessionStore.getSnapshot(GetSnapshotOptions opts) Retrieves a session snapshot. -
Uses of GetSnapshotOptions in com.google.genkit.plugins.postgresql.session
Methods in com.google.genkit.plugins.postgresql.session with parameters of type GetSnapshotOptionsModifier and TypeMethodDescriptionPostgresSessionStore.getSnapshot(GetSnapshotOptions opts) Retrieves a session snapshot.