Skip to content

Commit cf5b99f

Browse files
crwilcoxJustinBeckwith
authored andcommitted
docs: Add a comment to hint at format of payload for prediction. (#93)
1 parent 8ba967d commit cf5b99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-automl/src/v1beta1/prediction_service_client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class PredictionServiceClient {
221221
* });
222222
*
223223
* const formattedName = client.modelPath('[PROJECT]', '[LOCATION]', '[MODEL]');
224-
* const payload = {};
224+
* const payload = {}; // This object has the same structure as ExamplePayload
225225
* const request = {
226226
* name: formattedName,
227227
* payload: payload,

0 commit comments

Comments
 (0)