get_async_invoke¶
Operation¶
get_async_invoke
async
¶
get_async_invoke(input: GetAsyncInvokeInput, plugins: list[Plugin] | None = None) -> GetAsyncInvokeOutput
Retrieve information about an asynchronous invocation.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetAsyncInvokeInput
|
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 |
|---|---|
GetAsyncInvokeOutput
|
An instance of |
Input¶
GetAsyncInvokeInput
dataclass
¶
Output¶
GetAsyncInvokeOutput
dataclass
¶
Dataclass for GetAsyncInvokeOutput structure.
Attributes¶
client_request_token
class-attribute
instance-attribute
¶
client_request_token: str | None = None
The invocation's idempotency token.
end_time
class-attribute
instance-attribute
¶
end_time: datetime | None = None
When the invocation ended.
failure_message
class-attribute
instance-attribute
¶
failure_message: str | None = field(repr=False, default=None)
An error message.
last_modified_time
class-attribute
instance-attribute
¶
last_modified_time: datetime | None = None
The invocation's last modified time.
output_data_config
instance-attribute
¶
output_data_config: AsyncInvokeOutputDataConfig
Output data settings.