Skip to content

Commit

Permalink
model.py fromVertexAi: Add GRPC payload formats to the paylaodFormat …
Browse files Browse the repository at this point in the history
…documentation.

PiperOrigin-RevId: 682375728
  • Loading branch information
schwehr authored and Google Earth Engine Authors committed Oct 4, 2024
1 parent f2e8070 commit 4ef76e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/ee/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ def fromVertexAi(
maxPayloadBytes: The prediction payload size limit in bytes. Defaults to
1.5MB (1500000 bytes.)
payloadFormat: The payload format of entries in prediction requests and
responses. One of: ['SERIALIZED_TF_TENSORS, 'RAW_JSON', 'ND_ARRAYS'].
responses. One of: ['SERIALIZED_TF_TENSORS, 'RAW_JSON', 'ND_ARRAYS',
'GRPC_TF_TENSORS', 'GRPC_SERIALIZED_TF_TENSORS', 'GRPC_TF_EXAMPLES'].
Defaults to 'SERIALIZED_TF_TENSORS'.
Returns:
Expand Down

0 comments on commit 4ef76e6

Please sign in to comment.