-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create BedrockRuntime client with InvokeModel operation #1849
base: master
Are you sure you want to change the base?
Conversation
I just finished writing tests and fixed what needed to be fixed, however I have a failing test on a generated code (src/Service/BedrockRuntime/src/Result/InvokeModelResponse.php), because the generated code assigns a null value on a property that should not be null. Because I am not allowed to modify generated code, I don't know what to do to fix this test. Any help would be appreciated. Thanks! |
src/Service/BedrockRuntime/tests/Integration/BedrockRuntimeClientTest.php
Outdated
Show resolved
Hide resolved
@jderusse Do you need me to do anything else on the PR for it to be merged? |
This PR implements a Bedrock Runtime client with InvokeModel operation. Work is still in progress as tests are not implemented yet. This PR is just to check that I'm going in the right direction, and that the base codes for client, operation and other configurations are correct.