Uses of Class
org.tensorflow.proto.FeatureLists.Builder
Packages that use FeatureLists.Builder
-
Uses of FeatureLists.Builder in org.tensorflow.proto
Subclasses with type arguments of type FeatureLists.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.FeatureListsMethods in org.tensorflow.proto that return FeatureLists.BuilderModifier and TypeMethodDescriptionFeatureLists.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) FeatureLists.Builder.clear()FeatureLists.Builder.clearFeatureList()FeatureLists.Builder.clearField(Descriptors.FieldDescriptor field) FeatureLists.Builder.clearOneof(Descriptors.OneofDescriptor oneof) FeatureLists.Builder.clone()SequenceExample.Builder.getFeatureListsBuilder().tensorflow.FeatureLists feature_lists = 2;FeatureLists.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) FeatureLists.Builder.mergeFrom(FeatureLists other) final FeatureLists.BuilderFeatureLists.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static FeatureLists.BuilderFeatureLists.newBuilder()static FeatureLists.BuilderFeatureLists.newBuilder(FeatureLists prototype) FeatureLists.newBuilderForType()protected FeatureLists.BuilderFeatureLists.newBuilderForType(GeneratedMessageV3.BuilderParent parent) FeatureLists.Builder.putAllFeatureList(Map<String, FeatureList> values) Map from feature name to feature list.FeatureLists.Builder.putFeatureList(String key, FeatureList value) Map from feature name to feature list.FeatureLists.Builder.removeFeatureList(String key) Map from feature name to feature list.FeatureLists.Builder.setField(Descriptors.FieldDescriptor field, Object value) FeatureLists.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final FeatureLists.BuilderFeatureLists.Builder.setUnknownFields(UnknownFieldSet unknownFields) FeatureLists.toBuilder()Methods in org.tensorflow.proto with parameters of type FeatureLists.BuilderModifier and TypeMethodDescriptionSequenceExample.Builder.setFeatureLists(FeatureLists.Builder builderForValue) .tensorflow.FeatureLists feature_lists = 2;