RemoteModelSource
Stay organized with collections
Save and categorize content based on your preferences.
Spark icon
Page Summary
-
RemoteModelSource is an abstract class indicating where a model is hosted remotely.
-
The public methods for RemoteModelSource include equals, hashCode, and toString.
-
RemoteModelSource inherits standard methods from the java.lang.Object class.
public abstract class RemoteModelSource extends Object
A model source indicating where the model is hosted remotely.
Public Method Summary
int
hashCode ()
Returns a hash code value for the object.
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.