Uses of Class
biopb.tensor.TensorDescriptor.Builder
Packages that use TensorDescriptor.Builder
-
Uses of TensorDescriptor.Builder in biopb.tensor
Methods in biopb.tensor that return TensorDescriptor.BuilderModifier and TypeMethodDescriptionTensorDescriptor.Builder.addAllChunkShape(Iterable<? extends Long> values) Nominal chunk size per dimension (actual may vary for edge chunks)TensorDescriptor.Builder.addAllDimLabels(Iterable<String> values) Maps dimension index to semantic label (e.g., ["z", "y", "x"])TensorDescriptor.Builder.addAllPhysicalScale(Iterable<? extends Double> values) Per-dimension physical pixel size, aligned 1:1 with dim_labels/shape (same length and order).TensorDescriptor.Builder.addAllPhysicalUnit(Iterable<String> values) Per-dimension unit string for physical_scale (e.g.TensorDescriptor.Builder.addAllPyramid(Iterable<? extends PyramidLevel> values) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.addAllScaleHint(Iterable<? extends Long> values) Per-dimension integer downsampling factors for virtual/scaled reads.TensorDescriptor.Builder.addAllShape(Iterable<? extends Long> values) Full array shape (per dimension)TensorDescriptor.Builder.addChunkShape(long value) Nominal chunk size per dimension (actual may vary for edge chunks)TensorDescriptor.Builder.addDimLabels(String value) Maps dimension index to semantic label (e.g., ["z", "y", "x"])TensorDescriptor.Builder.addDimLabelsBytes(com.google.protobuf.ByteString value) Maps dimension index to semantic label (e.g., ["z", "y", "x"])TensorDescriptor.Builder.addPhysicalScale(double value) Per-dimension physical pixel size, aligned 1:1 with dim_labels/shape (same length and order).TensorDescriptor.Builder.addPhysicalUnit(String value) Per-dimension unit string for physical_scale (e.g.TensorDescriptor.Builder.addPhysicalUnitBytes(com.google.protobuf.ByteString value) Per-dimension unit string for physical_scale (e.g.TensorDescriptor.Builder.addPyramid(int index, PyramidLevel value) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.addPyramid(int index, PyramidLevel.Builder builderForValue) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.addPyramid(PyramidLevel value) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.addPyramid(PyramidLevel.Builder builderForValue) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TensorDescriptor.Builder.addScaleHint(long value) Per-dimension integer downsampling factors for virtual/scaled reads.TensorDescriptor.Builder.addShape(long value) Full array shape (per dimension)DataSourceDescriptor.Builder.addTensorsBuilder()All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)DataSourceDescriptor.Builder.addTensorsBuilder(int index) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)TensorDescriptor.Builder.clear()TensorDescriptor.Builder.clearArrayId()Globally-unique tensor identifier and primary key (see the tensor identity policy above).TensorDescriptor.Builder.clearChunkShape()Nominal chunk size per dimension (actual may vary for edge chunks)TensorDescriptor.Builder.clearDimLabels()Maps dimension index to semantic label (e.g., ["z", "y", "x"])TensorDescriptor.Builder.clearDtype()Element dtype (numpy-style, e.g., "uint8", "float32", "float64")TensorDescriptor.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TensorDescriptor.Builder.clearMetadataJson()Opaque JSON metadata compatible with OME-NGFF (.zattrs schema).TensorDescriptor.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TensorDescriptor.Builder.clearPhysicalScale()Per-dimension physical pixel size, aligned 1:1 with dim_labels/shape (same length and order).TensorDescriptor.Builder.clearPhysicalUnit()Per-dimension unit string for physical_scale (e.g.TensorDescriptor.Builder.clearPyramid()Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.clearReductionMethod()Dynamic reduction/downsampling method for scaled reads: "nearest", "area", or "precompute" (serve a native on-disk pyramid level).TensorDescriptor.Builder.clearScaleHint()Per-dimension integer downsampling factors for virtual/scaled reads.TensorDescriptor.Builder.clearShape()Full array shape (per dimension)TensorDescriptor.Builder.clearSliceHint()Optional slice hint - if provided, GetFlightInfo returns only chunks covering this range.TensorDescriptor.Builder.clone()SerializedTensor.Builder.getTensorDescriptorBuilder()Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)DataSourceDescriptor.Builder.getTensorsBuilder(int index) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)TensorDescriptor.Builder.mergeFrom(TensorDescriptor other) TensorDescriptor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TensorDescriptor.Builder.mergeFrom(com.google.protobuf.Message other) TensorDescriptor.Builder.mergeSliceHint(SliceHint value) Optional slice hint - if provided, GetFlightInfo returns only chunks covering this range.final TensorDescriptor.BuilderTensorDescriptor.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TensorDescriptor.BuilderTensorDescriptor.newBuilder()static TensorDescriptor.BuilderTensorDescriptor.newBuilder(TensorDescriptor prototype) TensorDescriptor.newBuilderForType()protected TensorDescriptor.BuilderTensorDescriptor.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TensorDescriptor.Builder.removePyramid(int index) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.setArrayId(String value) Globally-unique tensor identifier and primary key (see the tensor identity policy above).TensorDescriptor.Builder.setArrayIdBytes(com.google.protobuf.ByteString value) Globally-unique tensor identifier and primary key (see the tensor identity policy above).TensorDescriptor.Builder.setChunkShape(int index, long value) Nominal chunk size per dimension (actual may vary for edge chunks)TensorDescriptor.Builder.setDimLabels(int index, String value) Maps dimension index to semantic label (e.g., ["z", "y", "x"])Element dtype (numpy-style, e.g., "uint8", "float32", "float64")TensorDescriptor.Builder.setDtypeBytes(com.google.protobuf.ByteString value) Element dtype (numpy-style, e.g., "uint8", "float32", "float64")TensorDescriptor.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TensorDescriptor.Builder.setMetadataJson(String value) Opaque JSON metadata compatible with OME-NGFF (.zattrs schema).TensorDescriptor.Builder.setMetadataJsonBytes(com.google.protobuf.ByteString value) Opaque JSON metadata compatible with OME-NGFF (.zattrs schema).TensorDescriptor.Builder.setPhysicalScale(int index, double value) Per-dimension physical pixel size, aligned 1:1 with dim_labels/shape (same length and order).TensorDescriptor.Builder.setPhysicalUnit(int index, String value) Per-dimension unit string for physical_scale (e.g.TensorDescriptor.Builder.setPyramid(int index, PyramidLevel value) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.setPyramid(int index, PyramidLevel.Builder builderForValue) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.setReductionMethod(String value) Dynamic reduction/downsampling method for scaled reads: "nearest", "area", or "precompute" (serve a native on-disk pyramid level).TensorDescriptor.Builder.setReductionMethodBytes(com.google.protobuf.ByteString value) Dynamic reduction/downsampling method for scaled reads: "nearest", "area", or "precompute" (serve a native on-disk pyramid level).TensorDescriptor.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TensorDescriptor.Builder.setScaleHint(int index, long value) Per-dimension integer downsampling factors for virtual/scaled reads.TensorDescriptor.Builder.setShape(int index, long value) Full array shape (per dimension)TensorDescriptor.Builder.setSliceHint(SliceHint value) Optional slice hint - if provided, GetFlightInfo returns only chunks covering this range.TensorDescriptor.Builder.setSliceHint(SliceHint.Builder builderForValue) Optional slice hint - if provided, GetFlightInfo returns only chunks covering this range.final TensorDescriptor.BuilderTensorDescriptor.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TensorDescriptor.toBuilder()Methods in biopb.tensor that return types with arguments of type TensorDescriptor.BuilderModifier and TypeMethodDescriptionDataSourceDescriptor.Builder.getTensorsBuilderList()All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)Methods in biopb.tensor with parameters of type TensorDescriptor.BuilderModifier and TypeMethodDescriptionDataSourceDescriptor.Builder.addTensors(int index, TensorDescriptor.Builder builderForValue) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)DataSourceDescriptor.Builder.addTensors(TensorDescriptor.Builder builderForValue) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)SerializedTensor.Builder.setTensorDescriptor(TensorDescriptor.Builder builderForValue) Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)DataSourceDescriptor.Builder.setTensors(int index, TensorDescriptor.Builder builderForValue) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)