ApiDef.ArgOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
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.
|
Public Methods
public
abstract
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
abstract
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
abstract
String
getName
()
public
abstract
com.google.protobuf.ByteString
getNameBytes
()
public
abstract
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
abstract
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# ApiDef.ArgOrBuilder\n\npublic static interface **ApiDef.ArgOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [ApiDef.Arg](/jvm/api_docs/java/org/tensorflow/proto/framework/ApiDef.Arg), [ApiDef.Arg.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/ApiDef.Arg.Builder) |--------------------------------------------------------------------------------------------|---------------------------------------| | [ApiDef.Arg](/jvm/api_docs/java/org/tensorflow/proto/framework/ApiDef.Arg) | Protobuf type `tensorflow.ApiDef.Arg` | | [ApiDef.Arg.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/ApiDef.Arg.Builder) | Protobuf type `tensorflow.ApiDef.Arg` | |||\n\n### Public Methods\n\n|-----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getDescription](/jvm/api_docs/java/org/tensorflow/proto/framework/ApiDef.ArgOrBuilder#getDescription())() ``` Note: this will replace any inherited arg doc. ``` |\n| abstract com.google.protobuf.ByteString | [getDescriptionBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/ApiDef.ArgOrBuilder#getDescriptionBytes())() ``` Note: this will replace any inherited arg doc. ``` |\n| abstract String | [getName](/jvm/api_docs/java/org/tensorflow/proto/framework/ApiDef.ArgOrBuilder#getName())() `string name = 1;` |\n| abstract com.google.protobuf.ByteString | [getNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/ApiDef.ArgOrBuilder#getNameBytes())() `string name = 1;` |\n| abstract String | [getRenameTo](/jvm/api_docs/java/org/tensorflow/proto/framework/ApiDef.ArgOrBuilder#getRenameTo())() ``` Change the name used to access this arg in the API from what is used in the GraphDef. ``` |\n| abstract com.google.protobuf.ByteString | [getRenameToBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/ApiDef.ArgOrBuilder#getRenameToBytes())() ``` Change the name used to access this arg in the API from what is used in the GraphDef. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getDescription**\n()\n\n\u003cbr /\u003e\n\n```\n Note: this will replace any inherited arg doc. There is no\n current way of modifying arg descriptions (other than replacing\n them entirely) as can be done with op descriptions.\n \n```\n`string description = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getDescriptionBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Note: this will replace any inherited arg doc. There is no\n current way of modifying arg descriptions (other than replacing\n them entirely) as can be done with op descriptions.\n \n```\n`string description = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getName**\n()\n\n`string name = 1;` \n\n#### public abstract com.google.protobuf.ByteString\n**getNameBytes**\n()\n\n`string name = 1;` \n\n#### public abstract String\n**getRenameTo**\n()\n\n\u003cbr /\u003e\n\n```\n Change the name used to access this arg in the API from what\n is used in the GraphDef. Note that these names in `backticks`\n will also be replaced in the summary & description fields.\n \n```\n`string rename_to = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getRenameToBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Change the name used to access this arg in the API from what\n is used in the GraphDef. Note that these names in `backticks`\n will also be replaced in the summary & description fields.\n \n```\n`string rename_to = 2;`\n\n\u003cbr /\u003e"]]