Uses of Enum
uno.anahata.ai.tools.JobInfo.JobStatus
Packages that use JobInfo.JobStatus
Package
Description
Provides the core framework for defining and managing local tools (functions) that the AI model can execute.
-
Uses of JobInfo.JobStatus in uno.anahata.ai.tools
Subclasses with type arguments of type JobInfo.JobStatus in uno.anahata.ai.toolsModifier and TypeClassDescriptionstatic enumDefines the possible states of a background job.Methods in uno.anahata.ai.tools that return JobInfo.JobStatusModifier and TypeMethodDescriptionstatic JobInfo.JobStatusReturns the enum constant of this type with the specified name.static JobInfo.JobStatus[]JobInfo.JobStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.
