Packages

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Featurelist
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. val created: Option[String]
  7. val description: Option[String]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val features: Option[Seq[String]]
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. val id: Option[String]
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val isUserCreated: Option[String]
  14. val name: Option[String]
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val numModels: Option[Int]
  19. val projectId: Option[String]
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    Featurelist → AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped