Uses of Class
com.cognite.client.dto.EntityMatchResult
-
Packages that use EntityMatchResult Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of EntityMatchResult in com.cognite.client
Methods in com.cognite.client that return types with arguments of type EntityMatchResult Modifier and Type Method Description List<EntityMatchResult>EntityMatching. predict(long modelId, List<Struct> sources, Collection<Struct> targets)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(long modelId, List<Struct> sources, Collection<Struct> targets, int numMatches)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(long modelId, List<Struct> sources, Collection<Struct> targets, int numMatches, double scoreThreshold)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(String modelExternalId, List<Struct> sources, Collection<Struct> targets)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(String modelExternalId, List<Struct> sources, Collection<Struct> targets, int numMatches)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(String modelExternalId, List<Struct> sources, Collection<Struct> targets, int numMatches, double scoreThreshold)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(Collection<Request> requests)Matches a set of source entities with a set of targets via a given matching model. -
Uses of EntityMatchResult in com.cognite.client.dto
Methods in com.cognite.client.dto that return EntityMatchResult Modifier and Type Method Description EntityMatchResultEntityMatchResult.Builder. build()EntityMatchResultEntityMatchResult.Builder. buildPartial()static EntityMatchResultEntityMatchResult. getDefaultInstance()EntityMatchResultEntityMatchResult.Builder. getDefaultInstanceForType()EntityMatchResultEntityMatchResult. getDefaultInstanceForType()static EntityMatchResultEntityMatchResult. parseDelimitedFrom(InputStream input)static EntityMatchResultEntityMatchResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMatchResultEntityMatchResult. parseFrom(byte[] data)static EntityMatchResultEntityMatchResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMatchResultEntityMatchResult. parseFrom(com.google.protobuf.ByteString data)static EntityMatchResultEntityMatchResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMatchResultEntityMatchResult. parseFrom(com.google.protobuf.CodedInputStream input)static EntityMatchResultEntityMatchResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMatchResultEntityMatchResult. parseFrom(InputStream input)static EntityMatchResultEntityMatchResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMatchResultEntityMatchResult. parseFrom(ByteBuffer data)static EntityMatchResultEntityMatchResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type EntityMatchResult Modifier and Type Method Description com.google.protobuf.Parser<EntityMatchResult>EntityMatchResult. getParserForType()static com.google.protobuf.Parser<EntityMatchResult>EntityMatchResult. parser()Methods in com.cognite.client.dto with parameters of type EntityMatchResult Modifier and Type Method Description EntityMatchResult.BuilderEntityMatchResult.Builder. mergeFrom(EntityMatchResult other)static EntityMatchResult.BuilderEntityMatchResult. newBuilder(EntityMatchResult prototype) -
Uses of EntityMatchResult in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return EntityMatchResult Modifier and Type Method Description static EntityMatchResultEntityMatchingParser. parseEntityMatchResult(String json)Parses an entity matching result json string into a typedEntityMatchResult.
-