Package com.viam.sdk.core.resource
Class Model
java.lang.Object
com.viam.sdk.core.resource.Model
Represents a specific model within a family of models
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Model
-
Model
Create a Model from its string representation (namespace:family:name)- Parameters:
string
- The Model as a string
-
Model
Create a Model from its string representation (namespace:family:name)- Parameters:
model
- The Model as a stringignoreErrors
- If namespace or family are not found in the string, default to empty string rather than throw an exception.
-
-
Method Details