TupleValueOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
public
abstract
StructuredValue
getValues
(int index)
repeated .tensorflow.StructuredValue values = 1;
public
abstract
int
getValuesCount
()
repeated .tensorflow.StructuredValue values = 1;
public
abstract
List<StructuredValue>
getValuesList
()
repeated .tensorflow.StructuredValue values = 1;
repeated .tensorflow.StructuredValue values = 1;
public
abstract
List<? extends StructuredValueOrBuilder>
getValuesOrBuilderList
()
repeated .tensorflow.StructuredValue values = 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,["# TupleValueOrBuilder\n\npublic interface **TupleValueOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [TupleValue](/jvm/api_docs/java/org/tensorflow/proto/framework/TupleValue), [TupleValue.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/TupleValue.Builder) |--------------------------------------------------------------------------------------------|-------------------------------------| | [TupleValue](/jvm/api_docs/java/org/tensorflow/proto/framework/TupleValue) | ``` Represents a Python tuple. ``` | | [TupleValue.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/TupleValue.Builder) | ``` Represents a Python tuple. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [StructuredValue](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValue) | [getValues](/jvm/api_docs/java/org/tensorflow/proto/framework/TupleValueOrBuilder#getValues(int))(int index) `repeated .tensorflow.StructuredValue values = 1;` |\n| abstract int | [getValuesCount](/jvm/api_docs/java/org/tensorflow/proto/framework/TupleValueOrBuilder#getValuesCount())() `repeated .tensorflow.StructuredValue values = 1;` |\n| abstract List\\\u003c[StructuredValue](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValue)\\\u003e | [getValuesList](/jvm/api_docs/java/org/tensorflow/proto/framework/TupleValueOrBuilder#getValuesList())() `repeated .tensorflow.StructuredValue values = 1;` |\n| abstract [StructuredValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValueOrBuilder) | [getValuesOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/TupleValueOrBuilder#getValuesOrBuilder(int))(int index) `repeated .tensorflow.StructuredValue values = 1;` |\n| abstract List\\\u003c? extends [StructuredValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValueOrBuilder)\\\u003e | [getValuesOrBuilderList](/jvm/api_docs/java/org/tensorflow/proto/framework/TupleValueOrBuilder#getValuesOrBuilderList())() `repeated .tensorflow.StructuredValue values = 1;` |\n\nPublic Methods\n--------------\n\n#### public abstract [StructuredValue](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValue)\n**getValues**\n(int index)\n\n`repeated .tensorflow.StructuredValue values = 1;` \n\n#### public abstract int\n**getValuesCount**\n()\n\n`repeated .tensorflow.StructuredValue values = 1;` \n\n#### public abstract List\\\u003c[StructuredValue](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValue)\\\u003e\n**getValuesList**\n()\n\n`repeated .tensorflow.StructuredValue values = 1;` \n\n#### public abstract [StructuredValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValueOrBuilder)\n**getValuesOrBuilder**\n(int index)\n\n`repeated .tensorflow.StructuredValue values = 1;` \n\n#### public abstract List\\\u003c? extends [StructuredValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValueOrBuilder)\\\u003e\n**getValuesOrBuilderList**\n()\n\n`repeated .tensorflow.StructuredValue values = 1;`"]]