Uses of Class
biopb.tensor.SerializedTensor.Builder
Packages that use SerializedTensor.Builder
-
Uses of SerializedTensor.Builder in biopb.image
Methods in biopb.image that return SerializedTensor.BuilderModifier and TypeMethodDescriptionImageData.Builder.getLazyDataBuilder()Lazy tensor reference for larger-than-memory datasetsMethods in biopb.image with parameters of type SerializedTensor.BuilderModifier and TypeMethodDescriptionImageData.Builder.setLazyData(SerializedTensor.Builder builderForValue) Lazy tensor reference for larger-than-memory datasets -
Uses of SerializedTensor.Builder in biopb.tensor
Methods in biopb.tensor that return SerializedTensor.BuilderModifier and TypeMethodDescriptionSerializedTensor.Builder.addAllEndpoints(Iterable<? extends SerializedEndpoint> values) Serialized flight endpoints.SerializedTensor.Builder.addEndpoints(int index, SerializedEndpoint value) Serialized flight endpoints.SerializedTensor.Builder.addEndpoints(int index, SerializedEndpoint.Builder builderForValue) Serialized flight endpoints.SerializedTensor.Builder.addEndpoints(SerializedEndpoint value) Serialized flight endpoints.SerializedTensor.Builder.addEndpoints(SerializedEndpoint.Builder builderForValue) Serialized flight endpoints.SerializedTensor.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SerializedTensor.Builder.clear()SerializedTensor.Builder.clearAuthToken()Auth token (empty if no auth)SerializedTensor.Builder.clearDebugPickledArray()A python-only debugging field carrying pickeled stream of da.array, allowing integration tests to bypass the Flight server and directly reconstruct the tensor on the client side.SerializedTensor.Builder.clearEndpoints()Serialized flight endpoints.SerializedTensor.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SerializedTensor.Builder.clearLocation()Flight server location URI (e.g., "grpc://localhost:8815")SerializedTensor.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SerializedTensor.Builder.clearOriginalSliceHint()Original user-requested slice_hint (before LCM alignment).SerializedTensor.Builder.clearSchemaMetadata()SerializedTensor.Builder.clearTensorDescriptor()Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)SerializedTensor.Builder.clone()SerializedTensor.Builder.mergeFrom(SerializedTensor other) SerializedTensor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SerializedTensor.Builder.mergeFrom(com.google.protobuf.Message other) SerializedTensor.Builder.mergeOriginalSliceHint(SliceHint value) Original user-requested slice_hint (before LCM alignment).SerializedTensor.Builder.mergeTensorDescriptor(TensorDescriptor value) Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)final SerializedTensor.BuilderSerializedTensor.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static SerializedTensor.BuilderSerializedTensor.newBuilder()static SerializedTensor.BuilderSerializedTensor.newBuilder(SerializedTensor prototype) SerializedTensor.newBuilderForType()protected SerializedTensor.BuilderSerializedTensor.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SerializedTensor.Builder.putAllSchemaMetadata(Map<String, String> values) Schema metadata from GetFlightInfo for SHM transfer feature detection.SerializedTensor.Builder.putSchemaMetadata(String key, String value) Schema metadata from GetFlightInfo for SHM transfer feature detection.SerializedTensor.Builder.removeEndpoints(int index) Serialized flight endpoints.SerializedTensor.Builder.removeSchemaMetadata(String key) Schema metadata from GetFlightInfo for SHM transfer feature detection.SerializedTensor.Builder.setAuthToken(String value) Auth token (empty if no auth)SerializedTensor.Builder.setAuthTokenBytes(com.google.protobuf.ByteString value) Auth token (empty if no auth)SerializedTensor.Builder.setDebugPickledArray(com.google.protobuf.ByteString value) A python-only debugging field carrying pickeled stream of da.array, allowing integration tests to bypass the Flight server and directly reconstruct the tensor on the client side.SerializedTensor.Builder.setEndpoints(int index, SerializedEndpoint value) Serialized flight endpoints.SerializedTensor.Builder.setEndpoints(int index, SerializedEndpoint.Builder builderForValue) Serialized flight endpoints.SerializedTensor.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SerializedTensor.Builder.setLocation(String value) Flight server location URI (e.g., "grpc://localhost:8815")SerializedTensor.Builder.setLocationBytes(com.google.protobuf.ByteString value) Flight server location URI (e.g., "grpc://localhost:8815")SerializedTensor.Builder.setOriginalSliceHint(SliceHint value) Original user-requested slice_hint (before LCM alignment).SerializedTensor.Builder.setOriginalSliceHint(SliceHint.Builder builderForValue) Original user-requested slice_hint (before LCM alignment).SerializedTensor.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SerializedTensor.Builder.setTensorDescriptor(TensorDescriptor value) Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)SerializedTensor.Builder.setTensorDescriptor(TensorDescriptor.Builder builderForValue) Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)final SerializedTensor.BuilderSerializedTensor.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SerializedTensor.toBuilder()