CollectionDef.NodeListOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
getValue(int index)
repeated string value = 1;
|
abstract
com.google.protobuf.ByteString
|
|
abstract
int
|
|
abstract
List<String>
|
|
Public Methods
public
abstract
String
getValue
(int index)
repeated string value = 1;
public
abstract
com.google.protobuf.ByteString
getValueBytes
(int index)
repeated string value = 1;
public
abstract
int
getValueCount
()
repeated string value = 1;
public
abstract
List<String>
getValueList
()
repeated string value = 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,["# CollectionDef.NodeListOrBuilder\n\npublic static interface **CollectionDef.NodeListOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [CollectionDef.NodeList](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.NodeList), [CollectionDef.NodeList.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.NodeList.Builder) |--------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------| | [CollectionDef.NodeList](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.NodeList) | ``` NodeList is used for collecting nodes in graph. ``` | | [CollectionDef.NodeList.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.NodeList.Builder) | ``` NodeList is used for collecting nodes in graph. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getValue](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.NodeListOrBuilder#getValue(int))(int index) `repeated string value = 1;` |\n| abstract com.google.protobuf.ByteString | [getValueBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.NodeListOrBuilder#getValueBytes(int))(int index) `repeated string value = 1;` |\n| abstract int | [getValueCount](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.NodeListOrBuilder#getValueCount())() `repeated string value = 1;` |\n| abstract List\\\u003cString\\\u003e | [getValueList](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.NodeListOrBuilder#getValueList())() `repeated string value = 1;` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getValue**\n(int index)\n\n`repeated string value = 1;` \n\n#### public abstract com.google.protobuf.ByteString\n**getValueBytes**\n(int index)\n\n`repeated string value = 1;` \n\n#### public abstract int\n**getValueCount**\n()\n\n`repeated string value = 1;` \n\n#### public abstract List\\\u003cString\\\u003e\n**getValueList**\n()\n\n`repeated string value = 1;`"]]