Packages

object Project

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(url: URL, projectName: String)(implicit client: DataRobotClient): HttpResponse[String]

    create from url

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

    create from spark dataframe

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

    create from file

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

    create from id

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def createFromDataSource(dataSource: String, userName: String, password: String, projectName: Option[String] = None, maxWait: Int = 600000): Nothing

    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

    create from AiCatalog Dataset

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

    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

    Create a project from Spark DataFrame

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

    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]

    Delete a given project

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def get(projectId: String)(implicit client: DataRobotClient): Project

    Get a project

  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getProjects()(implicit client: DataRobotClient): List[Project]

    Get all projects

  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. var maxWait: Int
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val path: String
  28. def setMaxWait(x: Int): Unit
  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

    Start modeling with autopilot

  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. 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 AnyRef

Inherited from Any

Ungrouped