Skip to content

Commit

Permalink
fix: Fix type hints for Prediction.predictions.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 529522434
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed May 4, 2023
1 parent b0a7dd3 commit 56518f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class Prediction(NamedTuple):
of elements as instances to be explained. Default is None.
"""

predictions: List[Dict[str, Any]]
predictions: List[Any]
deployed_model_id: str
model_version_id: Optional[str] = None
model_resource_name: Optional[str] = None
Expand Down

0 comments on commit 56518f1

Please sign in to comment.