stop_model_invocation_job¶
Operation¶
stop_model_invocation_job
async
¶
stop_model_invocation_job(input: StopModelInvocationJobInput, plugins: list[Plugin] | None = None) -> StopModelInvocationJobOutput
Stops a batch inference job. You're only charged for tokens that were already processed. For more information, see Stop a batch inference job.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
StopModelInvocationJobInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
StopModelInvocationJobOutput
|
An instance of |
Input¶
StopModelInvocationJobInput
dataclass
¶
Output¶
StopModelInvocationJobOutput
dataclass
¶
Dataclass for StopModelInvocationJobOutput structure.