TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
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
int
|
getNodeId()
An index into `TrackableObjectGraph.nodes`, indicating the object
being referenced.
|
Public Methods
public
abstract
String
getLocalName
()
A user-provided name for the edge.
string local_name = 2;
public
abstract
com.google.protobuf.ByteString
getLocalNameBytes
()
A user-provided name for the edge.
string local_name = 2;
public
abstract
int
getNodeId
()
An index into `TrackableObjectGraph.nodes`, indicating the object
being referenced.
int32 node_id = 1;
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,["# TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder\n\npublic static interface **TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [TrackableObjectGraph.TrackableObject.ObjectReference](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.ObjectReference), [TrackableObjectGraph.TrackableObject.ObjectReference.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.ObjectReference.Builder) |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------| | [TrackableObjectGraph.TrackableObject.ObjectReference](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.ObjectReference) | Protobuf type `tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference` | | [TrackableObjectGraph.TrackableObject.ObjectReference.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.ObjectReference.Builder) | Protobuf type `tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference` | |||\n\n### Public Methods\n\n|-----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getLocalName](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder#getLocalName())() ``` A user-provided name for the edge. ``` |\n| abstract com.google.protobuf.ByteString | [getLocalNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder#getLocalNameBytes())() ``` A user-provided name for the edge. ``` |\n| abstract int | [getNodeId](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder#getNodeId())() ``` An index into `TrackableObjectGraph.nodes`, indicating the object being referenced. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getLocalName**\n()\n\n\u003cbr /\u003e\n\n```\n A user-provided name for the edge.\n \n```\n`string local_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getLocalNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n A user-provided name for the edge.\n \n```\n`string local_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getNodeId**\n()\n\n\u003cbr /\u003e\n\n```\n An index into `TrackableObjectGraph.nodes`, indicating the object\n being referenced.\n \n```\n`int32 node_id = 1;`\n\n\u003cbr /\u003e"]]