Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Additional configs for async function:


Name 

Meaning

capacitymax-concurrent-operations

The max number of async i/o operation that the async predict can trigger

timeout

The total time which can pass before the invocation (including retries) is considered timed out and task execution is failed

retry-strategy

FIXED_DELAY is for a retry after a fixed amount of time

retry-delay

The time to wait between retries for the FIXED_DELAY strategy.  Could be the base delay time for a (not yet proposed) exponential backoff.

max-attempts

The maximum number of attempts while retrying.

output-mode

Output mode for async operation. Can be ORDERED  (default) or ALLOW_UNORDERED .

async

Whether run async predict function or not. Default to false.

...