Package ai.runapi.flux2.resources
Class RemixImageResource
java.lang.Object
ai.runapi.flux2.resources.RemixImageResource
Remix Image operations.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemixImageResource(ai.runapi.core.http.HttpTransport transport, ai.runapi.core.ClientOptions options) Creates a resource bound to the supplied transport and client options. -
Method Summary
Modifier and TypeMethodDescriptionai.runapi.core.polling.TaskCreateResponsecreate(RemixImageParams params) Creates a remix image task.ai.runapi.core.polling.TaskCreateResponsecreate(RemixImageParams params, ai.runapi.core.RequestOptions options) Creates a remix image task with per-request options.Retrieves a remix image task by ID.Retrieves a remix image task by ID with per-request options.run(RemixImageParams params) Creates a remix image task and polls until it completes.run(RemixImageParams params, ai.runapi.core.RequestOptions options) Creates a remix image task with per-request options and polls until it completes.
-
Field Details
-
ENDPOINT
API endpoint path for remix image operations.- See Also:
-
-
Constructor Details
-
RemixImageResource
public RemixImageResource(ai.runapi.core.http.HttpTransport transport, ai.runapi.core.ClientOptions options) Creates a resource bound to the supplied transport and client options.
-
-
Method Details
-
create
Creates a remix image task. -
create
public ai.runapi.core.polling.TaskCreateResponse create(RemixImageParams params, ai.runapi.core.RequestOptions options) Creates a remix image task with per-request options. -
get
Retrieves a remix image task by ID. -
get
Retrieves a remix image task by ID with per-request options. -
run
Creates a remix image task and polls until it completes. -
run
public CompletedRemixImageResponse run(RemixImageParams params, ai.runapi.core.RequestOptions options) Creates a remix image task with per-request options and polls until it completes.
-