Skip to content

Commit

Permalink
docs: Add a comment to hint at format of payload for prediction. (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored and JustinBeckwith committed Dec 4, 2018
1 parent 8ba967d commit cf5b99f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class PredictionServiceClient {
* });
*
* const formattedName = client.modelPath('[PROJECT]', '[LOCATION]', '[MODEL]');
* const payload = {};
* const payload = {}; // This object has the same structure as ExamplePayload
* const request = {
* name: formattedName,
* payload: payload,
Expand Down

0 comments on commit cf5b99f

Please sign in to comment.