case class Featurelist(id: Option[String], projectId: Option[String], name: Option[String], features: Option[Seq[String]], numModels: Option[Int], created: Option[String], isUserCreated: Option[String], description: Option[String]) extends Product with Serializable
featurelist
- id
(string) – the ID of the featurelist
- projectId
(string) – the ID of the project the featurelist belongs to
- name
(string) – the name of the featurelist
- features
(array) – a json array of names of features included in the featurelist
- numModels
(int) – (New in version v2.13) the number of models that currently use this featurelist. A model is considered to use a featurelist if it is used to train the model or as a monotonic constraint featurelist, or if the model is a blender with at least one component model using the featurelist.
- created
(string) – (New in version v2.13) a timestamp string specifying when the featurelist was created
- isUserCreated
(boolean) – (New in version v2.13) whether the featurelist was cre- ated manually by a user or by DataRobot automation
- description
(string) – (New in version v2.13) a user-friendly description of the fea- turelist, which can be updated by users
- Alphabetic
- By Inheritance
- Featurelist
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Featurelist(id: Option[String], projectId: Option[String], name: Option[String], features: Option[Seq[String]], numModels: Option[Int], created: Option[String], isUserCreated: Option[String], description: Option[String])
- id
(string) – the ID of the featurelist
- projectId
(string) – the ID of the project the featurelist belongs to
- name
(string) – the name of the featurelist
- features
(array) – a json array of names of features included in the featurelist
- numModels
(int) – (New in version v2.13) the number of models that currently use this featurelist. A model is considered to use a featurelist if it is used to train the model or as a monotonic constraint featurelist, or if the model is a blender with at least one component model using the featurelist.
- created
(string) – (New in version v2.13) a timestamp string specifying when the featurelist was created
- isUserCreated
(boolean) – (New in version v2.13) whether the featurelist was cre- ated manually by a user or by DataRobot automation
- description
(string) – (New in version v2.13) a user-friendly description of the fea- turelist, which can be updated by users
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val created: Option[String]
- val description: Option[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val features: Option[Seq[String]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val id: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isUserCreated: Option[String]
- val name: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val numModels: Option[Int]
- val projectId: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Featurelist → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated