Uses of Class
biopb.tensor.TensorReadOption.Builder
Packages that use TensorReadOption.Builder
-
Uses of TensorReadOption.Builder in biopb.tensor
Methods in biopb.tensor that return TensorReadOption.BuilderModifier and TypeMethodDescriptionTensorReadOption.Builder.addAllScaleHint(Iterable<? extends Long> values) Per-dimension integer downsampling factors.TensorReadOption.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TensorReadOption.Builder.addScaleHint(long value) Per-dimension integer downsampling factors.TensorReadOption.Builder.clear()TensorReadOption.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TensorReadOption.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TensorReadOption.Builder.clearReductionMethod()Dynamic reduction/downsampling method: "nearest", "area", or "precompute" (serve a native on-disk pyramid level).TensorReadOption.Builder.clearScaleHint()Per-dimension integer downsampling factors.TensorReadOption.Builder.clearSliceHint()Optional sub-region to readTensorReadOption.Builder.clearTensorId()Which tensor to read -- normally the globally-unique array_id (see the tensor identity policy at the top of this file); the same value as TensorDescriptor.array_id.TensorReadOption.Builder.clearWithMetadata()If true, server populates metadata_json with wrapped metadata.TensorReadOption.Builder.clone()FlightCmd.Builder.getTensorReadBuilder().biopb.tensor.TensorReadOption tensor_read = 2;TensorReadOption.Builder.mergeFrom(TensorReadOption other) TensorReadOption.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TensorReadOption.Builder.mergeFrom(com.google.protobuf.Message other) TensorReadOption.Builder.mergeSliceHint(SliceHint value) Optional sub-region to readfinal TensorReadOption.BuilderTensorReadOption.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TensorReadOption.BuilderTensorReadOption.newBuilder()static TensorReadOption.BuilderTensorReadOption.newBuilder(TensorReadOption prototype) TensorReadOption.newBuilderForType()protected TensorReadOption.BuilderTensorReadOption.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TensorReadOption.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TensorReadOption.Builder.setReductionMethod(String value) Dynamic reduction/downsampling method: "nearest", "area", or "precompute" (serve a native on-disk pyramid level).TensorReadOption.Builder.setReductionMethodBytes(com.google.protobuf.ByteString value) Dynamic reduction/downsampling method: "nearest", "area", or "precompute" (serve a native on-disk pyramid level).TensorReadOption.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TensorReadOption.Builder.setScaleHint(int index, long value) Per-dimension integer downsampling factors.TensorReadOption.Builder.setSliceHint(SliceHint value) Optional sub-region to readTensorReadOption.Builder.setSliceHint(SliceHint.Builder builderForValue) Optional sub-region to readTensorReadOption.Builder.setTensorId(String value) Which tensor to read -- normally the globally-unique array_id (see the tensor identity policy at the top of this file); the same value as TensorDescriptor.array_id.TensorReadOption.Builder.setTensorIdBytes(com.google.protobuf.ByteString value) Which tensor to read -- normally the globally-unique array_id (see the tensor identity policy at the top of this file); the same value as TensorDescriptor.array_id.final TensorReadOption.BuilderTensorReadOption.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TensorReadOption.Builder.setWithMetadata(boolean value) If true, server populates metadata_json with wrapped metadata.TensorReadOption.toBuilder()Methods in biopb.tensor with parameters of type TensorReadOption.BuilderModifier and TypeMethodDescriptionFlightCmd.Builder.setTensorRead(TensorReadOption.Builder builderForValue) .biopb.tensor.TensorReadOption tensor_read = 2;