Class ImageOperationStatus

java.lang.Object
com.azure.ai.openai.models.ImageOperationStatus

public final class ImageOperationStatus extends Object
Provides status details for long running operations.
  • Method Details

    • getId

      public String getId()
      Get the id property: The unique ID of the operation.
      Returns:
      the id value.
    • getStatus

      public State getStatus()
      Get the status property: The status of the operation.
      Returns:
      the status value.