DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
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 |
async | Whether run async predict function or not. Default to false. |
...