AsyncInvokeOutputDataConfig
module-attribute
¶
AsyncInvokeOutputDataConfig = Union[AsyncInvokeOutputDataConfigS3OutputDataConfig | AsyncInvokeOutputDataConfigUnknown]
Asynchronous invocation output data settings.
Union Members¶
AsyncInvokeOutputDataConfigS3OutputDataConfig
dataclass
¶
A storage location for the output data in an S3 bucket
Source code in src/aws_sdk_bedrock_runtime/models.py
370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 | |
AsyncInvokeOutputDataConfigUnknown
dataclass
¶
Represents an unknown variant.
If you receive this value, you will need to update your library to receive the parsed value.
This value may not be deliberately sent.
Source code in src/aws_sdk_bedrock_runtime/models.py
390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 | |