Package ai.fal.client

Interface ApiOptions<O>

All Known Implementing Classes:
QueueResultOptions, QueueStatusOptions, QueueSubmitOptions, QueueSubscribeOptions, RunOptions, SubscribeOptions

public interface ApiOptions<O>
  • Method Details

    • getInput

      Object getInput()
    • getHttpMethod

      String getHttpMethod()
    • getResultType

      Class<O> getResultType()