Skip to content

Commit c6efd17

Browse files
sararobcopybara-github
authored andcommitted
chore: GenAI SDK client - remove unused evals method
PiperOrigin-RevId: 832294300
1 parent e9d9c31 commit c6efd17

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

vertexai/_genai/evals.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -882,13 +882,6 @@ def _get_evaluation_item(
882882
self._api_client._verify_response(return_value)
883883
return return_value
884884

885-
def run(self) -> types.EvaluateInstancesResponse:
886-
"""Evaluates an instance of a model.
887-
888-
This should eventually call _evaluate_instances()
889-
"""
890-
raise NotImplementedError()
891-
892885
def evaluate_instances(
893886
self,
894887
*,

0 commit comments

Comments
 (0)