Uses of Class
com.azure.ai.openai.models.State
Packages that use State
-
Uses of State in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as StateModifier and TypeFieldDescriptionstatic final StateState.CANCELEDThe operation has been canceled and is incomplete.static final StateState.DELETEDThe entity has been deleted but may still be referenced by other entities predating the deletion.static final StateState.FAILEDThe operation has completed processing with a failure and cannot be further consumed.static final StateState.NOT_RUNNINGThe operation was created and is queued to be processed in the future.static final StateState.RUNNINGThe operation has started to be processed.static final StateState.SUCCEEDEDThe operation has successfully be processed and is ready for consumption.Methods in com.azure.ai.openai.models that return StateModifier and TypeMethodDescriptionstatic StateState.fromString(String name) Creates or finds a State from its string representation.ImageOperationStatus.getStatus()Get the status property: The status of the operation.Methods in com.azure.ai.openai.models that return types with arguments of type StateModifier and TypeMethodDescriptionstatic Collection<State>State.values()Gets known State values.