AI-generated Key Takeaways
-
RemoteModelSource
is an abstract class used to define the location of a remotely hosted machine learning model. -
It provides methods for determining equality (
equals
), generating a hash code (hashCode
), and providing a string representation (toString
). -
Developers should extend this class to create specific implementations for their remote model sources.
A model source indicating where the model is hosted remotely.
Public Method Summary
boolean | |
int |
hashCode()
Returns a hash code value for the object.
|
String |
toString()
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
Indicates whether some other object is "equal to" this one.
public int hashCode ()
Returns a hash code value for the object.