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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal com.google.protobuf.Struct
Send/Receive arbitrary commands to the Resourcestatic MLModel
fromRobot
(RobotClient robot, String name) abstract Metadata
getMetadata
(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.ResourceName
Methods inherited from class com.viam.sdk.core.resource.Resource
close, createStatus, getName, getSubtype, named
-
Field Details
-
SUBTYPE
-
-
Constructor Details
-
MLModel
-
-
Method Details