You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using boto3 to connect bedrock-runtime and invoke model mistral.mistral-small-2402-v1:0 using start_async_invoke. However , the error message occur when i execute the code
ERROR:root:Failed to start async invoke: An error occurred (ValidationException) when calling the StartAsyncInvoke operation: The provided request is not valid ERROR:root:An error occurred: An error occurred (ValidationException) when calling the StartAsyncInvoke operation: The provided request is not valid
Select this option if this issue appears to be a regression.
Expected Behavior
Success Response from api
Current Behavior
INFO:botocore.credentials:Found credentials in shared credentials file: ~/.aws/credentials
ERROR:root:Failed to start async invoke: An error occurred (ValidationException) when calling the StartAsyncInvoke operation: The provided request is not valid
ERROR:root:An error occurred: An error occurred (ValidationException) when calling the StartAsyncInvoke operation: The provided request is not valid
Reproduction Steps
Replace s3_uri with your bucket in implementation above
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.35.91
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using boto3 to connect bedrock-runtime and invoke model mistral.mistral-small-2402-v1:0 using start_async_invoke. However , the error message occur when i execute the code
ERROR:root:Failed to start async invoke: An error occurred (ValidationException) when calling the StartAsyncInvoke operation: The provided request is not valid
ERROR:root:An error occurred: An error occurred (ValidationException) when calling the StartAsyncInvoke operation: The provided request is not valid
And this is my implementation:
Regression Issue
Expected Behavior
Success Response from api
Current Behavior
Reproduction Steps
Replace s3_uri with your bucket in implementation above
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.35.91
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: