Package biopb.tensor

Class SerializedTensor.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
biopb.tensor.SerializedTensor.Builder
All Implemented Interfaces:
SerializedTensorOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
SerializedTensor

public static final class SerializedTensor.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder> implements SerializedTensorOrBuilder
 Serialized tensor for cross-process transfer.
 Contains connection info + chunk tickets for lazy reconstruction.
 
Protobuf type biopb.tensor.SerializedTensor
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • clear

      public SerializedTensor.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • getDefaultInstanceForType

      public SerializedTensor getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public SerializedTensor build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public SerializedTensor buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public SerializedTensor.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • setField

      public SerializedTensor.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • clearField

      public SerializedTensor.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • clearOneof

      public SerializedTensor.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • setRepeatedField

      public SerializedTensor.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • addRepeatedField

      public SerializedTensor.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • mergeFrom

      public SerializedTensor.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SerializedTensor.Builder>
    • mergeFrom

      public SerializedTensor.Builder mergeFrom(SerializedTensor other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • mergeFrom

      public SerializedTensor.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SerializedTensor.Builder>
      Throws:
      IOException
    • hasTensorDescriptor

      public boolean hasTensorDescriptor()
       Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)
       
      .biopb.tensor.TensorDescriptor tensor_descriptor = 1;
      Specified by:
      hasTensorDescriptor in interface SerializedTensorOrBuilder
      Returns:
      Whether the tensorDescriptor field is set.
    • getTensorDescriptor

      public TensorDescriptor getTensorDescriptor()
       Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)
       
      .biopb.tensor.TensorDescriptor tensor_descriptor = 1;
      Specified by:
      getTensorDescriptor in interface SerializedTensorOrBuilder
      Returns:
      The tensorDescriptor.
    • setTensorDescriptor

      public SerializedTensor.Builder setTensorDescriptor(TensorDescriptor value)
       Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)
       
      .biopb.tensor.TensorDescriptor tensor_descriptor = 1;
    • setTensorDescriptor

      public SerializedTensor.Builder setTensorDescriptor(TensorDescriptor.Builder builderForValue)
       Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)
       
      .biopb.tensor.TensorDescriptor tensor_descriptor = 1;
    • mergeTensorDescriptor

      public SerializedTensor.Builder mergeTensorDescriptor(TensorDescriptor value)
       Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)
       
      .biopb.tensor.TensorDescriptor tensor_descriptor = 1;
    • clearTensorDescriptor

      public SerializedTensor.Builder clearTensorDescriptor()
       Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)
       
      .biopb.tensor.TensorDescriptor tensor_descriptor = 1;
    • getTensorDescriptorBuilder

      public TensorDescriptor.Builder getTensorDescriptorBuilder()
       Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)
       
      .biopb.tensor.TensorDescriptor tensor_descriptor = 1;
    • getTensorDescriptorOrBuilder

      public TensorDescriptorOrBuilder getTensorDescriptorOrBuilder()
       Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)
       
      .biopb.tensor.TensorDescriptor tensor_descriptor = 1;
      Specified by:
      getTensorDescriptorOrBuilder in interface SerializedTensorOrBuilder
    • hasOriginalSliceHint

      public boolean hasOriginalSliceHint()
       Original user-requested slice_hint (before LCM alignment).
       Used for cropping after reconstruction.
       
      .biopb.tensor.SliceHint original_slice_hint = 2;
      Specified by:
      hasOriginalSliceHint in interface SerializedTensorOrBuilder
      Returns:
      Whether the originalSliceHint field is set.
    • getOriginalSliceHint

      public SliceHint getOriginalSliceHint()
       Original user-requested slice_hint (before LCM alignment).
       Used for cropping after reconstruction.
       
      .biopb.tensor.SliceHint original_slice_hint = 2;
      Specified by:
      getOriginalSliceHint in interface SerializedTensorOrBuilder
      Returns:
      The originalSliceHint.
    • setOriginalSliceHint

      public SerializedTensor.Builder setOriginalSliceHint(SliceHint value)
       Original user-requested slice_hint (before LCM alignment).
       Used for cropping after reconstruction.
       
      .biopb.tensor.SliceHint original_slice_hint = 2;
    • setOriginalSliceHint

      public SerializedTensor.Builder setOriginalSliceHint(SliceHint.Builder builderForValue)
       Original user-requested slice_hint (before LCM alignment).
       Used for cropping after reconstruction.
       
      .biopb.tensor.SliceHint original_slice_hint = 2;
    • mergeOriginalSliceHint

      public SerializedTensor.Builder mergeOriginalSliceHint(SliceHint value)
       Original user-requested slice_hint (before LCM alignment).
       Used for cropping after reconstruction.
       
      .biopb.tensor.SliceHint original_slice_hint = 2;
    • clearOriginalSliceHint

      public SerializedTensor.Builder clearOriginalSliceHint()
       Original user-requested slice_hint (before LCM alignment).
       Used for cropping after reconstruction.
       
      .biopb.tensor.SliceHint original_slice_hint = 2;
    • getOriginalSliceHintBuilder

      public SliceHint.Builder getOriginalSliceHintBuilder()
       Original user-requested slice_hint (before LCM alignment).
       Used for cropping after reconstruction.
       
      .biopb.tensor.SliceHint original_slice_hint = 2;
    • getOriginalSliceHintOrBuilder

      public SliceHintOrBuilder getOriginalSliceHintOrBuilder()
       Original user-requested slice_hint (before LCM alignment).
       Used for cropping after reconstruction.
       
      .biopb.tensor.SliceHint original_slice_hint = 2;
      Specified by:
      getOriginalSliceHintOrBuilder in interface SerializedTensorOrBuilder
    • getLocation

      public String getLocation()
       Flight server location URI (e.g., "grpc://localhost:8815")
       
      string location = 3;
      Specified by:
      getLocation in interface SerializedTensorOrBuilder
      Returns:
      The location.
    • getLocationBytes

      public com.google.protobuf.ByteString getLocationBytes()
       Flight server location URI (e.g., "grpc://localhost:8815")
       
      string location = 3;
      Specified by:
      getLocationBytes in interface SerializedTensorOrBuilder
      Returns:
      The bytes for location.
    • setLocation

      public SerializedTensor.Builder setLocation(String value)
       Flight server location URI (e.g., "grpc://localhost:8815")
       
      string location = 3;
      Parameters:
      value - The location to set.
      Returns:
      This builder for chaining.
    • clearLocation

      public SerializedTensor.Builder clearLocation()
       Flight server location URI (e.g., "grpc://localhost:8815")
       
      string location = 3;
      Returns:
      This builder for chaining.
    • setLocationBytes

      public SerializedTensor.Builder setLocationBytes(com.google.protobuf.ByteString value)
       Flight server location URI (e.g., "grpc://localhost:8815")
       
      string location = 3;
      Parameters:
      value - The bytes for location to set.
      Returns:
      This builder for chaining.
    • getAuthToken

      public String getAuthToken()
       Auth token (empty if no auth)
       
      string auth_token = 4;
      Specified by:
      getAuthToken in interface SerializedTensorOrBuilder
      Returns:
      The authToken.
    • getAuthTokenBytes

      public com.google.protobuf.ByteString getAuthTokenBytes()
       Auth token (empty if no auth)
       
      string auth_token = 4;
      Specified by:
      getAuthTokenBytes in interface SerializedTensorOrBuilder
      Returns:
      The bytes for authToken.
    • setAuthToken

      public SerializedTensor.Builder setAuthToken(String value)
       Auth token (empty if no auth)
       
      string auth_token = 4;
      Parameters:
      value - The authToken to set.
      Returns:
      This builder for chaining.
    • clearAuthToken

      public SerializedTensor.Builder clearAuthToken()
       Auth token (empty if no auth)
       
      string auth_token = 4;
      Returns:
      This builder for chaining.
    • setAuthTokenBytes

      public SerializedTensor.Builder setAuthTokenBytes(com.google.protobuf.ByteString value)
       Auth token (empty if no auth)
       
      string auth_token = 4;
      Parameters:
      value - The bytes for authToken to set.
      Returns:
      This builder for chaining.
    • getEndpointsList

      public List<SerializedEndpoint> getEndpointsList()
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
      Specified by:
      getEndpointsList in interface SerializedTensorOrBuilder
    • getEndpointsCount

      public int getEndpointsCount()
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
      Specified by:
      getEndpointsCount in interface SerializedTensorOrBuilder
    • getEndpoints

      public SerializedEndpoint getEndpoints(int index)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
      Specified by:
      getEndpoints in interface SerializedTensorOrBuilder
    • setEndpoints

      public SerializedTensor.Builder setEndpoints(int index, SerializedEndpoint value)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • setEndpoints

      public SerializedTensor.Builder setEndpoints(int index, SerializedEndpoint.Builder builderForValue)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • addEndpoints

      public SerializedTensor.Builder addEndpoints(SerializedEndpoint value)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • addEndpoints

      public SerializedTensor.Builder addEndpoints(int index, SerializedEndpoint value)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • addEndpoints

      public SerializedTensor.Builder addEndpoints(SerializedEndpoint.Builder builderForValue)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • addEndpoints

      public SerializedTensor.Builder addEndpoints(int index, SerializedEndpoint.Builder builderForValue)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • addAllEndpoints

      public SerializedTensor.Builder addAllEndpoints(Iterable<? extends SerializedEndpoint> values)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • clearEndpoints

      public SerializedTensor.Builder clearEndpoints()
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • removeEndpoints

      public SerializedTensor.Builder removeEndpoints(int index)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • getEndpointsBuilder

      public SerializedEndpoint.Builder getEndpointsBuilder(int index)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • getEndpointsOrBuilder

      public SerializedEndpointOrBuilder getEndpointsOrBuilder(int index)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
      Specified by:
      getEndpointsOrBuilder in interface SerializedTensorOrBuilder
    • getEndpointsOrBuilderList

      public List<? extends SerializedEndpointOrBuilder> getEndpointsOrBuilderList()
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
      Specified by:
      getEndpointsOrBuilderList in interface SerializedTensorOrBuilder
    • addEndpointsBuilder

      public SerializedEndpoint.Builder addEndpointsBuilder()
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • addEndpointsBuilder

      public SerializedEndpoint.Builder addEndpointsBuilder(int index)
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • getEndpointsBuilderList

      public List<SerializedEndpoint.Builder> getEndpointsBuilderList()
       Serialized flight endpoints. This is optional field. If not present, client
       Should call GetFlightInfo on the server to rebuild endpoint list.
       
      repeated .biopb.tensor.SerializedEndpoint endpoints = 5;
    • getSchemaMetadataCount

      public int getSchemaMetadataCount()
      Description copied from interface: SerializedTensorOrBuilder
       Schema metadata from GetFlightInfo for SHM transfer feature detection.
       Populated by get_tensor_pb() when schema has metadata.
       
      map<string, string> schema_metadata = 6;
      Specified by:
      getSchemaMetadataCount in interface SerializedTensorOrBuilder
    • containsSchemaMetadata

      public boolean containsSchemaMetadata(String key)
       Schema metadata from GetFlightInfo for SHM transfer feature detection.
       Populated by get_tensor_pb() when schema has metadata.
       
      map<string, string> schema_metadata = 6;
      Specified by:
      containsSchemaMetadata in interface SerializedTensorOrBuilder
    • getSchemaMetadata

      @Deprecated public Map<String,String> getSchemaMetadata()
      Deprecated.
      Specified by:
      getSchemaMetadata in interface SerializedTensorOrBuilder
    • getSchemaMetadataMap

      public Map<String,String> getSchemaMetadataMap()
       Schema metadata from GetFlightInfo for SHM transfer feature detection.
       Populated by get_tensor_pb() when schema has metadata.
       
      map<string, string> schema_metadata = 6;
      Specified by:
      getSchemaMetadataMap in interface SerializedTensorOrBuilder
    • getSchemaMetadataOrDefault

      public String getSchemaMetadataOrDefault(String key, String defaultValue)
       Schema metadata from GetFlightInfo for SHM transfer feature detection.
       Populated by get_tensor_pb() when schema has metadata.
       
      map<string, string> schema_metadata = 6;
      Specified by:
      getSchemaMetadataOrDefault in interface SerializedTensorOrBuilder
    • getSchemaMetadataOrThrow

      public String getSchemaMetadataOrThrow(String key)
       Schema metadata from GetFlightInfo for SHM transfer feature detection.
       Populated by get_tensor_pb() when schema has metadata.
       
      map<string, string> schema_metadata = 6;
      Specified by:
      getSchemaMetadataOrThrow in interface SerializedTensorOrBuilder
    • clearSchemaMetadata

      public SerializedTensor.Builder clearSchemaMetadata()
    • removeSchemaMetadata

      public SerializedTensor.Builder removeSchemaMetadata(String key)
       Schema metadata from GetFlightInfo for SHM transfer feature detection.
       Populated by get_tensor_pb() when schema has metadata.
       
      map<string, string> schema_metadata = 6;
    • getMutableSchemaMetadata

      @Deprecated public Map<String,String> getMutableSchemaMetadata()
      Deprecated.
      Use alternate mutation accessors instead.
    • putSchemaMetadata

      public SerializedTensor.Builder putSchemaMetadata(String key, String value)
       Schema metadata from GetFlightInfo for SHM transfer feature detection.
       Populated by get_tensor_pb() when schema has metadata.
       
      map<string, string> schema_metadata = 6;
    • putAllSchemaMetadata

      public SerializedTensor.Builder putAllSchemaMetadata(Map<String,String> values)
       Schema metadata from GetFlightInfo for SHM transfer feature detection.
       Populated by get_tensor_pb() when schema has metadata.
       
      map<string, string> schema_metadata = 6;
    • getDebugPickledArray

      public com.google.protobuf.ByteString getDebugPickledArray()
       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.
       
      bytes debug_pickled_array = 100;
      Specified by:
      getDebugPickledArray in interface SerializedTensorOrBuilder
      Returns:
      The debugPickledArray.
    • setDebugPickledArray

      public 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.
       
      bytes debug_pickled_array = 100;
      Parameters:
      value - The debugPickledArray to set.
      Returns:
      This builder for chaining.
    • clearDebugPickledArray

      public 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.
       
      bytes debug_pickled_array = 100;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final SerializedTensor.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>
    • mergeUnknownFields

      public final SerializedTensor.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SerializedTensor.Builder>