Object/Class

io.github.timsetsfire.datarobot

Project

Related Docs: class Project | package datarobot

Permalink

object Project

Factory for io.github.timsetsfire.datarobot.Project instances.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Project
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def apply(url: URL, projectName: String)(implicit client: DataRobotClient): HttpResponse[String]

    Permalink

    create from url

  5. def apply(df: DataFrame, projectName: String)(implicit client: DataRobotClient): Project

    Permalink

    create from spark dataframe

  6. def apply(file: File, projectName: String)(implicit client: DataRobotClient): Project

    Permalink

    create from file

  7. def apply(projectId: String)(implicit client: DataRobotClient): Project

    Permalink

    create from id

  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. def createFromDataSource(dataSource: String, userName: String, password: String, projectName: Option[String] = None, maxWait: Int = 600000): Nothing

    Permalink

    Create project from HDFS

    Create project from HDFS

    To do

    implement this

  11. def createFromFile(file: String, projectName: Option[String] = None, maxWait: Int = 600000)(implicit client: DataRobotClient): Project

    Permalink

    create from AiCatalog Dataset

  12. def createFromHDFS(url: String, port: String = null.asInstanceOf[String], projectName: Option[String] = None, maxWait: Int = 600000): Nothing

    Permalink

    Create project from HDFS

    Create project from HDFS

    To do

    implement this

  13. def createFromSparkDf(df: DataFrame, projectName: Option[String] = None, maxWait: Int = 600000)(implicit client: DataRobotClient): Project

    Permalink

    Create a project from Spark DataFrame

  14. def createFromURL(url: String, projectName: Option[String] = None)(implicit client: DataRobotClient): HttpResponse[String]

    Permalink

    Create project from URL (e.g.

    Create project from URL (e.g. csv in S3 bucket)

  15. def delete(projectId: String)(implicit client: DataRobotClient): HttpResponse[String]

    Permalink

    Delete a given project

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

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def get(projectId: String)(implicit client: DataRobotClient): Project

    Permalink

    Get a project

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def getProjects()(implicit client: DataRobotClient): List[Project]

    Permalink

    Get all projects

  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. var maxWait: Int

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. val path: String

    Permalink
  28. def setMaxWait(x: Int): Unit

    Permalink
  29. def start(sourceData: String, target: String, projectName: Option[String] = None, workerCount: Option[Int] = None, metric: Option[enums.AccuracyMetric.Value] = None, autoPilotOn: Boolean = true, blueprintThreshold: Option[Int] = Some(1), partitioningMethod: Option[PartitioningMethod] = None, positiveClass: Option[String] = None, targetType: Option[enums.TargetType.Value] = None, mode: String = "autopilot", maxWait: Int = 600000)(implicit client: DataRobotClient): Project

    Permalink

    Start modeling with autopilot

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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 AnyRef

Inherited from Any

Ungrouped