interfaz estática pública ApiDef.ArgOrBuilder
Subclases indirectas conocidas |
Métodos públicos
cadena abstracta | obtener descripción () Note: this will replace any inherited arg doc. |
resumen com.google.protobuf.ByteString | obtenerDescripciónBytes () Note: this will replace any inherited arg doc. |
cadena abstracta | obtenerNombre () string name = 1; |
resumen com.google.protobuf.ByteString | getNombreBytes () string name = 1; |
cadena abstracta | getRenameTo () Change the name used to access this arg in the API from what is used in the GraphDef. |
resumen com.google.protobuf.ByteString | getRenameToBytes () Change the name used to access this arg in the API from what is used in the GraphDef. |
Métodos públicos
Cadena abstracta pública 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;
resumen público 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;
Cadena abstracta pública getName ()
string name = 1;
resumen público com.google.protobuf.ByteString getNameBytes ()
string name = 1;
Cadena abstracta pública 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;
resumen público 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;