Class/Object

io.github.timsetsfire.datarobot

Featurelist

Related Docs: object Featurelist | package datarobot

Permalink

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])

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. val created: Option[String]

    Permalink

    (string) – (New in version v2.13) a timestamp string specifying when the featurelist was created

  7. val description: Option[String]

    Permalink

    (string) – (New in version v2.13) a user-friendly description of the fea- turelist, which can be updated by users

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. val features: Option[Seq[String]]

    Permalink

    (array) – a json array of names of features included in the featurelist

  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. val id: Option[String]

    Permalink

    (string) – the ID of the featurelist

  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val isUserCreated: Option[String]

    Permalink

    (boolean) – (New in version v2.13) whether the featurelist was cre- ated manually by a user or by DataRobot automation

  14. val name: Option[String]

    Permalink

    (string) – the name of the featurelist

  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. val numModels: Option[Int]

    Permalink

    (int) – (New in version v2.13) the number of models that currently use this featurelist.

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

  19. val projectId: Option[String]

    Permalink

    (string) – the ID of the project the featurelist belongs to

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    Featurelist → AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped