Uses of Enum Class
org.tavall.gemini.clients.response.enums.ResponseStatus
Packages that use ResponseStatus
Package
Description
-
Uses of ResponseStatus in org.tavall.gemini.clients.response.enums
Subclasses with type arguments of type ResponseStatus in org.tavall.gemini.clients.response.enumsMethods in org.tavall.gemini.clients.response.enums that return ResponseStatusModifier and TypeMethodDescriptionstatic ResponseStatusReturns the enum constant of this class with the specified name.static ResponseStatus[]ResponseStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ResponseStatus in org.tavall.gemini.clients.response.metadata
Methods in org.tavall.gemini.clients.response.metadata that return ResponseStatusModifier and TypeMethodDescriptionClientResponseMetadata.responseStatus()Returns the value of theresponseStatusrecord component.Constructors in org.tavall.gemini.clients.response.metadata with parameters of type ResponseStatusModifierConstructorDescriptionClientResponseMetadata(GeminiModel modelUsed, int totalTokenCount, Duration latency, ResponseStatus responseStatus) Creates an instance of aClientResponseMetadatarecord class. -
Uses of ResponseStatus in org.tavall.gemini.token
Methods in org.tavall.gemini.token with parameters of type ResponseStatusModifier and TypeMethodDescriptionstatic ClientResponseMetadataClientResponseVisualizer.buildMetadata(Object response, GeminiModel model, Duration latency, ResponseStatus status)