Uses of Class
com.cognite.client.dto.EntityMatchModel
-
Packages that use EntityMatchModel Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of EntityMatchModel in com.cognite.client
Methods in com.cognite.client that return types with arguments of type EntityMatchModel Modifier and Type Method Description List<EntityMatchModel>EntityMatching. 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 EntityMatchModel Modifier and Type Method Description EntityMatchModelEntityMatchModel.Builder. build()EntityMatchModelEntityMatchModel.Builder. buildPartial()static EntityMatchModelEntityMatchModel. getDefaultInstance()EntityMatchModelEntityMatchModel.Builder. getDefaultInstanceForType()EntityMatchModelEntityMatchModel. 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 EntityMatchModel Modifier and Type Method Description com.google.protobuf.Parser<EntityMatchModel>EntityMatchModel. getParserForType()static com.google.protobuf.Parser<EntityMatchModel>EntityMatchModel. parser()Methods in com.cognite.client.dto with parameters of type EntityMatchModel Modifier and Type Method Description EntityMatchModel.BuilderEntityMatchModel.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 EntityMatchModel Modifier and Type Method Description static EntityMatchModelEntityMatchingParser. parseEntityMatchModel(String json)
-