Uses of Class
com.yahoo.document.datatypes.TensorFieldValue
Packages that use TensorFieldValue
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of TensorFieldValue in com.yahoo.document
Methods in com.yahoo.document that return types with arguments of type TensorFieldValueModifier and TypeMethodDescriptionClass<? extends TensorFieldValue>TensorDataType.getValueClass() -
Uses of TensorFieldValue in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type TensorFieldValueModifier and TypeMethodDescriptionstatic voidJsonSerializationHelper.serializeTensorField(com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, TensorFieldValue value, boolean shortForm, boolean directValues) static voidJsonSerializationHelper.serializeTensorField(com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, TensorFieldValue value, com.yahoo.tensor.serialization.JsonFormat.EncodeOptions tensorOptions) voidJsonWriter.write(com.yahoo.vespa.objects.FieldBase field, TensorFieldValue value) -
Uses of TensorFieldValue in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type TensorFieldValueModifier and TypeMethodDescriptionvoidFieldReader.read(com.yahoo.vespa.objects.FieldBase field, TensorFieldValue value) Read in the value of the given tensor field.voidVespaDocumentDeserializer6.read(com.yahoo.vespa.objects.FieldBase field, TensorFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.voidFieldWriter.write(com.yahoo.vespa.objects.FieldBase field, TensorFieldValue value) Writes the value of a tensor field.voidVespaDocumentSerializer6.write(com.yahoo.vespa.objects.FieldBase field, TensorFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TensorFieldValue in com.yahoo.document.update
Fields in com.yahoo.document.update declared as TensorFieldValueMethods in com.yahoo.document.update that return TensorFieldValueModifier and TypeMethodDescriptionTensorAddUpdate.getValue()TensorModifyUpdate.getValue()TensorRemoveUpdate.getValue()Methods in com.yahoo.document.update with parameters of type TensorFieldValueModifier and TypeMethodDescriptionvoidTensorAddUpdate.setValue(TensorFieldValue value) voidTensorModifyUpdate.setValue(TensorFieldValue value) voidTensorRemoveUpdate.setValue(TensorFieldValue value) Constructors in com.yahoo.document.update with parameters of type TensorFieldValueModifierConstructorDescriptionTensorAddUpdate(TensorFieldValue tensor) TensorModifyUpdate(TensorModifyUpdate.Operation operation, TensorFieldValue tensor) TensorModifyUpdate(TensorModifyUpdate.Operation operation, TensorFieldValue tensor, boolean createNonExistingCells) -
Uses of TensorFieldValue in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type TensorFieldValueModifier and TypeMethodDescriptionvoidVespaXMLFieldReader.read(com.yahoo.vespa.objects.FieldBase field, TensorFieldValue value)