Uses of Enum Class
com.google.genkit.ai.agent.SnapshotStatus
Packages that use SnapshotStatus
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.
-
Uses of SnapshotStatus in com.google.genkit.ai.agent
Methods in com.google.genkit.ai.agent that return SnapshotStatusModifier and TypeMethodDescriptionAttempts to abort a snapshot that is currently inPENDINGstate.AgentChat.abort()Aborts the latest pending snapshot for this chat.Attempts to abort a pending snapshot.static SnapshotStatusCreates a SnapshotStatus from a string value.static SnapshotStatusSnapshotStatus.fromValueOrCompleted(String value) Creates a SnapshotStatus from a string value, treating null or empty strings as COMPLETED.AgentAbortResponse.getStatus()Returns the resulting snapshot status.SessionSnapshot.getStatus()Returns the snapshot status.static SnapshotStatusReturns the enum constant of this class with the specified name.static SnapshotStatus[]SnapshotStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.genkit.ai.agent with parameters of type SnapshotStatusModifier and TypeMethodDescriptionvoidAgentAbortResponse.setStatus(SnapshotStatus status) Sets the resulting snapshot status.voidSessionSnapshot.setStatus(SnapshotStatus status) Sets the snapshot status.AgentAbortResponse.Builder.status(SnapshotStatus status) SessionSnapshot.Builder.status(SnapshotStatus status) -
Uses of SnapshotStatus in com.google.genkit.ai.agent.internal
Methods in com.google.genkit.ai.agent.internal that return SnapshotStatus -
Uses of SnapshotStatus in com.google.genkit.client
Methods in com.google.genkit.client that return SnapshotStatus