Skip to content

Commit

Permalink
fix: incorrect uri for IOD yaml (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferlitsch committed Dec 7, 2021
1 parent 67450d0 commit e108ef8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,7 @@ def predict_image_object_detection_sample(
)
print("response")
print(" deployed_model_id:", response.deployed_model_id)
# See gs://google-cloud-aiplatform/schema/predict/prediction/image_object_detection.yaml for the format of the predictions.
# See gs://google-cloud-aiplatform/schema/predict/prediction/image_object_detection_1.0.0.yaml for the format of the predictions.
predictions = response.predictions
for prediction in predictions:
print(" prediction:", dict(prediction))
Expand Down

0 comments on commit e108ef8

Please sign in to comment.