AsyncInvokeSummary
A summary of an asynchronous invocation.
Contents
- invocationArn
-
The invocation's ARN.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:async-invoke/[a-z0-9]{12}$
Required: Yes
- modelArn
-
The invoked model's ARN.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^arn:[a-z0-9\-]+:bedrock:[a-z0-9\-]*:[0-9]*:(provisioned-model|foundation-model)/.+$
Required: Yes
- outputDataConfig
-
The invocation's output data settings.
Type: AsyncInvokeOutputDataConfig object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- submitTime
-
When the invocation was submitted.
Type: Timestamp
Required: Yes
- clientRequestToken
-
The invocation's idempotency token.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[!-~]*$
Required: No
- endTime
-
When the invocation ended.
Type: Timestamp
Required: No
- failureMessage
-
An error message.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Required: No
- lastModifiedTime
-
When the invocation was last modified.
Type: Timestamp
Required: No
- status
-
The invocation's status.
Type: String
Valid Values:
InProgress | Completed | Failed
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: