Patch Protobuf JSON Encoder / Decoder with all desired Feast types.
()
| 250 | |
| 251 | |
| 252 | def patch(): |
| 253 | """Patch Protobuf JSON Encoder / Decoder with all desired Feast types.""" |
| 254 | _patch_feast_value_json_encoding() |
| 255 | _patch_feast_repeated_value_json_encoding() |
| 256 | _patch_feast_feature_list_json_encoding() |