Uses of Class
com.cognite.client.dto.EntityMatchResult
Packages that use EntityMatchResult
-
Uses of EntityMatchResult in com.cognite.client
Methods in com.cognite.client that return types with arguments of type EntityMatchResultModifier and TypeMethodDescriptionEntityMatching.predict(long modelId, List<com.google.protobuf.Struct> sources, Collection<com.google.protobuf.Struct> targets) Matches a set of source entities with a set of targets via a given matching model.EntityMatching.predict(long modelId, List<com.google.protobuf.Struct> sources, Collection<com.google.protobuf.Struct> targets, int numMatches) Matches a set of source entities with a set of targets via a given matching model.EntityMatching.predict(long modelId, List<com.google.protobuf.Struct> sources, Collection<com.google.protobuf.Struct> targets, int numMatches, double scoreThreshold) Matches a set of source entities with a set of targets via a given matching model.EntityMatching.predict(String modelExternalId, List<com.google.protobuf.Struct> sources, Collection<com.google.protobuf.Struct> targets) Matches a set of source entities with a set of targets via a given matching model.EntityMatching.predict(String modelExternalId, List<com.google.protobuf.Struct> sources, Collection<com.google.protobuf.Struct> targets, int numMatches) Matches a set of source entities with a set of targets via a given matching model.EntityMatching.predict(String modelExternalId, List<com.google.protobuf.Struct> sources, Collection<com.google.protobuf.Struct> targets, int numMatches, double scoreThreshold) Matches a set of source entities with a set of targets via a given matching model.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 EntityMatchResultModifier and TypeMethodDescriptionEntityMatchResult.Builder.build()EntityMatchResult.Builder.buildPartial()static EntityMatchResultEntityMatchResult.getDefaultInstance()EntityMatchResult.Builder.getDefaultInstanceForType()EntityMatchResult.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 EntityMatchResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<EntityMatchResult>EntityMatchResult.getParserForType()static com.google.protobuf.Parser<EntityMatchResult>EntityMatchResult.parser()Methods in com.cognite.client.dto with parameters of type EntityMatchResultModifier and TypeMethodDescriptionEntityMatchResult.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 EntityMatchResultModifier and TypeMethodDescriptionstatic EntityMatchResultEntityMatchingParser.parseEntityMatchResult(String json) Parses an entity matching result json string into a typedEntityMatchResult.