We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67450d0 commit e108ef8Copy full SHA for e108ef8
samples/snippets/prediction_service/predict_image_object_detection_sample.py
@@ -52,7 +52,7 @@ def predict_image_object_detection_sample(
52
)
53
print("response")
54
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.
+ # See gs://google-cloud-aiplatform/schema/predict/prediction/image_object_detection_1.0.0.yaml for the format of the predictions.
56
predictions = response.predictions
57
for prediction in predictions:
58
print(" prediction:", dict(prediction))
0 commit comments