Class MLModel
java.lang.Object
com.viam.sdk.core.resource.Resource
com.viam.sdk.core.service.Service
com.viam.sdk.core.service.mlmodel.MLModel
- Direct Known Subclasses:
MLModelRPCClient
-
Nested Class Summary
Nested classes/interfaces inherited from class com.viam.sdk.core.resource.Resource
Resource.Reconfigurable, Resource.Stoppable -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.google.protobuf.StructSend/Receive arbitrary commands to the Resourcestatic MLModelfromRobot(RobotClient robot, String name) abstract MetadatagetMetadata(Optional<com.google.protobuf.Struct> extra) infer(Map<String, ai.djl.ndarray.NDArray> inputTensors, ai.djl.ndarray.NDManager manager, Optional<com.google.protobuf.Struct> extra) static Common.ResourceNameMethods inherited from class com.viam.sdk.core.resource.Resource
close, createStatus, getName, getSubtype, named
-
Field Details
-
SUBTYPE
-
-
Constructor Details
-
MLModel
-
-
Method Details