Uses of Enum Class
dev.langchain4j.model.batch.BatchState
Packages that use BatchState
-
Uses of BatchState in dev.langchain4j.model.batch
Subclasses with type arguments of type BatchState in dev.langchain4j.model.batchMethods in dev.langchain4j.model.batch that return BatchStateModifier and TypeMethodDescriptionBatchResponse.state()Returns the current state of the batch job.static BatchStateReturns the enum constant of this class with the specified name.static BatchState[]BatchState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.batch with parameters of type BatchStateModifier and TypeMethodDescriptionBatchResponse.Builder.state(BatchState state) Sets the current state of the batch job.