This repository constains .proto
messages definitions that are commonly used in
hydro-serving
Some Tensorflow proto
messages were extracted from main repo and slightly modified to satisfy our needs.
Run
make [language]
to run codegen for specified languages. If language
is omitted, then it builds bindings
for every supported language.
Create a file gradle.properties
in java-package
with the following content:
signing.keyId=PublicKeyShortId
signing.password=KeyPassword
signing.secretKeyRingFile=PathToPrivateKeyring
ossrhUsername=JiraUsername
ossrhPassword=JiraPassword