Skip to content

Commit 56518f1

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: Fix type hints for Prediction.predictions.
PiperOrigin-RevId: 529522434
1 parent b0a7dd3 commit 56518f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class Prediction(NamedTuple):
147147
of elements as instances to be explained. Default is None.
148148
"""
149149

150-
predictions: List[Dict[str, Any]]
150+
predictions: List[Any]
151151
deployed_model_id: str
152152
model_version_id: Optional[str] = None
153153
model_resource_name: Optional[str] = None

0 commit comments

Comments
 (0)