public static interface Struct.ListValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Struct.StructuredValue |
getValues(int index)
repeated .tensorflow.StructuredValue values = 1; |
int |
getValuesCount()
repeated .tensorflow.StructuredValue values = 1; |
List<Struct.StructuredValue> |
getValuesList()
repeated .tensorflow.StructuredValue values = 1; |
Struct.StructuredValueOrBuilder |
getValuesOrBuilder(int index)
repeated .tensorflow.StructuredValue values = 1; |
List<? extends Struct.StructuredValueOrBuilder> |
getValuesOrBuilderList()
repeated .tensorflow.StructuredValue values = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Struct.StructuredValue> getValuesList()
repeated .tensorflow.StructuredValue values = 1;
Struct.StructuredValue getValues(int index)
repeated .tensorflow.StructuredValue values = 1;
int getValuesCount()
repeated .tensorflow.StructuredValue values = 1;
List<? extends Struct.StructuredValueOrBuilder> getValuesOrBuilderList()
repeated .tensorflow.StructuredValue values = 1;
Struct.StructuredValueOrBuilder getValuesOrBuilder(int index)
repeated .tensorflow.StructuredValue values = 1;
Copyright © 2015–2019. All rights reserved.