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 |
Source code in src/aws_sdk_bedrock_runtime/client.py
397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 | |
Input¶
GetAsyncInvokeInput
dataclass
¶
Dataclass for GetAsyncInvokeInput structure.
Source code in src/aws_sdk_bedrock_runtime/models.py
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 | |
Output¶
GetAsyncInvokeOutput
dataclass
¶
Dataclass for GetAsyncInvokeOutput structure.
Source code in src/aws_sdk_bedrock_runtime/models.py
461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 | |
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.