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