Closed Valeriy-Burlaka closed 1 month ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Here is the summary of changes.
This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run
label or use the checkbox below:
The py-3.11
build fails on CI because of a "...service out of capacity" error in a different test file:
=================================== FAILURES ===================================
_________________________ test_config_response_schema __________________________
Traceback (most recent call last):
File "/workspace/generative_ai/.nox/py-3-11/lib/python3.11/site-packages/google/api_core/grpc_helpers.py", line 76, in error_remapped_callable
return callable_(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspace/generative_ai/.nox/py-3-11/lib/python3.11/site-packages/grpc/_channel.py", line 1181, in __call__
return _end_unary_response_blocking(state, call, False, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspace/generative_ai/.nox/py-3-11/lib/python3.11/site-packages/grpc/_channel.py", line 1006, in _end_unary_response_blocking
raise _InactiveRpcError(state) # pytype: disable=not-instantiable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.RESOURCE_EXHAUSTED
details = "Unable to submit request because the service is temporarily out of capacity. Try again later."
debug_error_string = "UNKNOWN:Error received from peer ipv4:173.194.202.95:443 {grpc_message:"Unable to submit request because the service is temporarily out of capacity. Try again later.", grpc_status:8, created_time:"2024-09-26T16:15:43.406844736+00:00"}"
>
Description
Adds a sample for the "Get rouge score" section of the
model-reference/evaluation
Vertex AI page.Checklist
nox -s py-3.8
&&nox -s py-3.11
nox -s lint