Package ai.fal.client

Class Output<T>

java.lang.Object
ai.fal.client.Output<T>
Type Parameters:
T - the type of the data in the output

public class Output<T> extends Object
Represents the output of a request. It contains the data and the requestId.
  • Constructor Details

    • Output

      public Output(@Nonnull T data, @Nonnull String requestId)
  • Method Details

    • getData

      @Nonnull public T getData()
    • getRequestId

      @Nonnull public String getRequestId()