Package ai.fal.client

Class RunOptions<O>

java.lang.Object
ai.fal.client.RunOptions<O>
All Implemented Interfaces:
ApiOptions<O>

public class RunOptions<O> extends Object implements ApiOptions<O>
  • Constructor Details

    • RunOptions

      public RunOptions()
  • Method Details

    • withInput

      public static <O> RunOptions<O> withInput(@Nonnull Object input, @Nonnull Class<O> resultType)
    • withInput

      public static RunOptions<com.google.gson.JsonObject> withInput(@Nonnull Object input)