パブリック静的最終クラスApiDef.Arg.Builder
Protobuf 型tensorflow.ApiDef.Arg
パブリックメソッド
| ApiDef.Arg.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
| ApiDef.Arg | 建てる() |
| ApiDef.Arg | buildPartial () |
| ApiDef.Arg.Builder | クリア() |
| ApiDef.Arg.Builder | クリア説明() Note: this will replace any inherited arg doc. |
| ApiDef.Arg.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
| ApiDef.Arg.Builder | クリアネーム() string name = 1; |
| ApiDef.Arg.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| ApiDef.Arg.Builder | ClearRenameTo () Change the name used to access this arg in the API from what is used in the GraphDef. |
| ApiDef.Arg.Builder | クローン() |
| ApiDef.Arg | |
| 弦 | get説明() Note: this will replace any inherited arg doc. |
| com.google.protobuf.ByteString | getDescriptionBytes () Note: this will replace any inherited arg doc. |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getName () string name = 1; |
| com.google.protobuf.ByteString | getNameBytes () string name = 1; |
| 弦 | getRenameTo () Change the name used to access this arg in the API from what is used in the GraphDef. |
| com.google.protobuf.ByteString | getRenameToBytes () Change the name used to access this arg in the API from what is used in the GraphDef. |
| 最終ブール値 | |
| ApiDef.Arg.Builder | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| ApiDef.Arg.Builder | mergeFrom (com.google.protobuf.Message other) |
| 最終的なApiDef.Arg.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
| ApiDef.Arg.Builder | setDescription (文字列値) Note: this will replace any inherited arg doc. |
| ApiDef.Arg.Builder | setDescriptionBytes (com.google.protobuf.ByteString 値) Note: this will replace any inherited arg doc. |
| ApiDef.Arg.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
| ApiDef.Arg.Builder | setName (文字列値) string name = 1; |
| ApiDef.Arg.Builder | setNameBytes (com.google.protobuf.ByteString 値) string name = 1; |
| ApiDef.Arg.Builder | setRenameTo (文字列値) Change the name used to access this arg in the API from what is used in the GraphDef. |
| ApiDef.Arg.Builder | setRenameToBytes (com.google.protobuf.ByteString 値) Change the name used to access this arg in the API from what is used in the GraphDef. |
| ApiDef.Arg.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
| 最終的なApiDef.Arg.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public ApiDef.Arg.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public ApiDef.Arg.Builder clearDescription ()
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; public ApiDef.Arg.Builder clearRenameTo ()
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; public 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; public 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; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getName ()
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
string name = 1;
public String 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; public 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; パブリック最終ブール値isInitialized ()
public ApiDef.Arg.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public Final ApiDef.Arg.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public ApiDef.Arg.Builder setDescription (文字列値)
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; public ApiDef.Arg.Builder setDescriptionBytes (com.google.protobuf.ByteString 値)
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; public ApiDef.Arg.Builder setRenameTo (文字列値)
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; public ApiDef.Arg.Builder setRenameToBytes (com.google.protobuf.ByteString 値)
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;