Uses of Class
com.cognite.client.dto.EntityMatchModel
Packages that use EntityMatchModel
-
Uses of EntityMatchModel in com.cognite.client
Methods in com.cognite.client that return types with arguments of type EntityMatchModelModifier and TypeMethodDescriptionEntityMatching.create(Collection<Request> requests) Train a model that predicts matches between entities (for example, time series names to asset names). -
Uses of EntityMatchModel in com.cognite.client.dto
Methods in com.cognite.client.dto that return EntityMatchModelModifier and TypeMethodDescriptionEntityMatchModel.Builder.build()EntityMatchModel.Builder.buildPartial()static EntityMatchModelEntityMatchModel.getDefaultInstance()EntityMatchModel.Builder.getDefaultInstanceForType()EntityMatchModel.getDefaultInstanceForType()static EntityMatchModelEntityMatchModel.parseDelimitedFrom(InputStream input) static EntityMatchModelEntityMatchModel.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityMatchModelEntityMatchModel.parseFrom(byte[] data) static EntityMatchModelEntityMatchModel.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityMatchModelEntityMatchModel.parseFrom(com.google.protobuf.ByteString data) static EntityMatchModelEntityMatchModel.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityMatchModelEntityMatchModel.parseFrom(com.google.protobuf.CodedInputStream input) static EntityMatchModelEntityMatchModel.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityMatchModelEntityMatchModel.parseFrom(InputStream input) static EntityMatchModelEntityMatchModel.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityMatchModelEntityMatchModel.parseFrom(ByteBuffer data) static EntityMatchModelEntityMatchModel.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type EntityMatchModelModifier and TypeMethodDescriptioncom.google.protobuf.Parser<EntityMatchModel>EntityMatchModel.getParserForType()static com.google.protobuf.Parser<EntityMatchModel>EntityMatchModel.parser()Methods in com.cognite.client.dto with parameters of type EntityMatchModelModifier and TypeMethodDescriptionEntityMatchModel.Builder.mergeFrom(EntityMatchModel other) static EntityMatchModel.BuilderEntityMatchModel.newBuilder(EntityMatchModel prototype) -
Uses of EntityMatchModel in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return EntityMatchModelModifier and TypeMethodDescriptionstatic EntityMatchModelEntityMatchingParser.parseEntityMatchModel(String json)