Skip to content

Commit e108ef8

Browse files
fix: incorrect uri for IOD yaml (#889)
1 parent 67450d0 commit e108ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/prediction_service/predict_image_object_detection_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def predict_image_object_detection_sample(
5252
)
5353
print("response")
5454
print(" deployed_model_id:", response.deployed_model_id)
55-
# See gs://google-cloud-aiplatform/schema/predict/prediction/image_object_detection.yaml for the format of the predictions.
55+
# See gs://google-cloud-aiplatform/schema/predict/prediction/image_object_detection_1.0.0.yaml for the format of the predictions.
5656
predictions = response.predictions
5757
for prediction in predictions:
5858
print(" prediction:", dict(prediction))

0 commit comments

Comments
 (0)