Package ai.runapi.wan.resources
Interface AnimateResource
public interface AnimateResource
Animation operations.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionai.runapi.core.polling.TaskCreateResponsecreate(AnimateParams params) Creates an animation task.ai.runapi.core.polling.TaskCreateResponsecreate(AnimateParams params, ai.runapi.core.RequestOptions options) Creates an animation task with per-request options.Retrieves an animation task by ID.Retrieves an animation task by ID with per-request options.run(AnimateParams params) Creates an animation task and polls until it completes.run(AnimateParams params, ai.runapi.core.RequestOptions options) Creates an animation task with per-request options and polls until it completes.
-
Field Details
-
ENDPOINT
API endpoint path for animation tasks.- See Also:
-
-
Method Details
-
create
Creates an animation task. -
create
ai.runapi.core.polling.TaskCreateResponse create(AnimateParams params, ai.runapi.core.RequestOptions options) Creates an animation task with per-request options. -
get
Retrieves an animation task by ID. -
get
Retrieves an animation task by ID with per-request options. -
run
Creates an animation task and polls until it completes. -
run
Creates an animation task with per-request options and polls until it completes.
-