Package com.datarobot.model
Class Feature
- java.lang.Object
-
- com.datarobot.model.Feature
-
public class Feature extends java.lang.ObjectA reference to aFeatureon the DataRobot server. Client code that uses the DataRobot AI API package generally should not construct these objects directly, they should be instantiated by AI API Client methods. This object may be out of sync with the DataRobot sever, for example, if multiple processes or users have permission to modify or delete it on the server.
-
-
Constructor Summary
Constructors Constructor Description Feature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)internaljava.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()internaljava.lang.StringgetName()Get the name of thisFeaturejava.lang.StringgetType()Get the type of thisFeatureinthashCode()internalvoidsetAdditionalProperty(java.lang.String name, java.lang.Object value)internaljava.lang.StringtoString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Get the name of thisFeature- Returns:
- The name of this feature
-
getType
public java.lang.String getType()
Get the type of thisFeature- Returns:
- The type of this feature
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
internal
-
setAdditionalProperty
public void setAdditionalProperty(java.lang.String name, java.lang.Object value)internal
-
hashCode
public int hashCode()
internal- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
internal- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-