Uses of Record Class
com.google.adk.flows.llmflows.ResumabilityConfig
Packages that use ResumabilityConfig
-
Uses of ResumabilityConfig in com.google.adk.agents
Methods in com.google.adk.agents with parameters of type ResumabilityConfigModifier and TypeMethodDescriptionInvocationContext.Builder.resumabilityConfig(ResumabilityConfig resumabilityConfig) Sets the resumability configuration for the current agent run. -
Uses of ResumabilityConfig in com.google.adk.runner
Methods in com.google.adk.runner with parameters of type ResumabilityConfigModifier and TypeMethodDescriptionRunner.Builder.resumabilityConfig(ResumabilityConfig resumabilityConfig) Constructors in com.google.adk.runner with parameters of type ResumabilityConfigModifierConstructorDescriptionRunner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService, List<BasePlugin> plugins, ResumabilityConfig resumabilityConfig) Deprecated.protectedRunner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService, List<BasePlugin> plugins, ResumabilityConfig resumabilityConfig, EventsCompactionConfig eventsCompactionConfig) Deprecated.UseRunner.Builderinstead.
Runner.Builderinstead.