ApiDef.ArgOrBuilder

publiczny interfejs statyczny ApiDef.ArgOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
pobierz opis ()
 Note: this will replace any inherited arg doc.
streszczenie com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited arg doc.
abstrakcyjny ciąg
pobierz nazwę ()
string name = 1;
streszczenie com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
abstrakcyjny ciąg
getRenameTo ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.
streszczenie com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.

Metody publiczne

publiczna abstrakcja String getDescription ()

 Note: this will replace any inherited arg doc. There is no
 current way of modifying arg descriptions (other than replacing
 them entirely) as can be done with op descriptions.
 
string description = 3;

publiczne streszczenie com.google.protobuf.ByteString getDescriptionBytes ()

 Note: this will replace any inherited arg doc. There is no
 current way of modifying arg descriptions (other than replacing
 them entirely) as can be done with op descriptions.
 
string description = 3;

publiczna abstrakcja String getName ()

string name = 1;

publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()

string name = 1;

publiczny ciąg abstrakcyjny getRenameTo ()

 Change the name used to access this arg in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

publiczne streszczenie com.google.protobuf.ByteString getRenameToBytes ()

 Change the name used to access this arg in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;