object Project
Factory for io.github.timsetsfire.datarobot.Project instances.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Project
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
apply(url: URL, projectName: String)(implicit client: DataRobotClient): HttpResponse[String]
create from url
-
def
apply(df: DataFrame, projectName: String)(implicit client: DataRobotClient): Project
create from spark dataframe
-
def
apply(file: File, projectName: String)(implicit client: DataRobotClient): Project
create from file
-
def
apply(projectId: String)(implicit client: DataRobotClient): Project
create from id
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
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
-
def
createFromFile(file: String, projectName: Option[String] = None, maxWait: Int = 600000)(implicit client: DataRobotClient): Project
create from AiCatalog Dataset
-
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
-
def
createFromSparkDf(df: DataFrame, projectName: Option[String] = None, maxWait: Int = 600000)(implicit client: DataRobotClient): Project
Create a project from Spark DataFrame
-
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)
-
def
delete(projectId: String)(implicit client: DataRobotClient): HttpResponse[String]
Delete a given project
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
get(projectId: String)(implicit client: DataRobotClient): Project
Get a project
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getProjects()(implicit client: DataRobotClient): List[Project]
Get all projects
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var maxWait: Int
-
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 path: String
- def setMaxWait(x: Int): Unit
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- 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