ApiDef.ArgOrBuilder

genel statik arayüz ApiDef.ArgOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getDescription ()
 Note: this will replace any inherited arg doc.
abstract com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited arg doc.
soyut Dize
getName ()
string name = 1;
abstract com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
soyut Dize
getRenameTo ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.
abstract com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.

Genel Yöntemler

genel özet 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;

genel özet 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;

genel özet Dize getName ()

string name = 1;

genel özet com.google.protobuf.ByteString getNameBytes ()

string name = 1;

genel özet Dize 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;

genel özet 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;