Uses of Class
com.azure.ai.openai.models.BatchStatus
Packages that use BatchStatus
-
Uses of BatchStatus in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as BatchStatusModifier and TypeFieldDescriptionstatic final BatchStatusBatchStatus.CANCELLEDThe batch was cancelled.static final BatchStatusBatchStatus.CANCELLINGCancellation of the batch has been initiated.static final BatchStatusBatchStatus.COMPLETEDThe batch has been completed and the results are ready.static final BatchStatusBatchStatus.EXPIREDThe batch was not able to complete within the 24-hour time window.static final BatchStatusBatchStatus.FAILEDThe input file has failed the validation process.static final BatchStatusBatchStatus.FINALIZINGThe batch has completed and the results are being prepared.static final BatchStatusBatchStatus.IN_PROGRESSThe input file was successfully validated and the batch is currently being executed.static final BatchStatusBatchStatus.VALIDATINGThe input file is being validated before the batch can begin.Methods in com.azure.ai.openai.models that return BatchStatusModifier and TypeMethodDescriptionstatic BatchStatusBatchStatus.fromString(String name) Creates or finds a BatchStatus from its string representation.Batch.getStatus()Get the status property: The current status of the batch.Methods in com.azure.ai.openai.models that return types with arguments of type BatchStatusModifier and TypeMethodDescriptionstatic Collection<BatchStatus> BatchStatus.values()Gets known BatchStatus values.