Uses of Enum Class
dev.langchain4j.model.googleai.BatchRequestResponse.BatchJobState
Packages that use BatchRequestResponse.BatchJobState
-
Uses of BatchRequestResponse.BatchJobState in dev.langchain4j.model.googleai
Subclasses with type arguments of type BatchRequestResponse.BatchJobState in dev.langchain4j.model.googleaiModifier and TypeClassDescriptionstatic enumRepresents the possible states of a batch job.Methods in dev.langchain4j.model.googleai that return BatchRequestResponse.BatchJobStateModifier and TypeMethodDescriptionBatchRequestResponse.BatchError.state()Returns the value of thestaterecord component.BatchRequestResponse.BatchIncomplete.state()Returns the value of thestaterecord component.Returns the enum constant of this class with the specified name.static BatchRequestResponse.BatchJobState[]BatchRequestResponse.BatchJobState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.langchain4j.model.googleai with parameters of type BatchRequestResponse.BatchJobStateModifierConstructorDescriptionBatchError(BatchRequestResponse.BatchName batchName, int code, String message, BatchRequestResponse.BatchJobState state, List<Map<String, Object>> details) Creates an instance of aBatchErrorrecord class.BatchIncomplete(BatchRequestResponse.BatchName batchName, BatchRequestResponse.BatchJobState state) Creates an instance of aBatchIncompleterecord class.