class ModelJob extends Job
ModelJob
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ModelJob
- Job
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ModelJob(status: String, isBlocked: Boolean, processes: Array[String], projectId: String, samplePct: Option[Float] = None, modelType: String, featurelistId: String, modelCategory: String, blueprintId: String, id: String)
- status
(string) – the status of the job - will be either ‘queue’, ‘inprogress’, ‘error’, ‘ABORTED’, or ‘COMPLETED’.
- isBlocked
(boolean) – True if a job is waiting for its dependencies to be resolved first.
- processes
(array) – a json array of processes the modeling job includes
- projectId
(string) – the project the job is running within
- samplePct
(float) – the percentage of the dataset the job is using
- modelType
(string) – the type of model used by the job
- featurelistId
(string) – the featurelist the model is using
- modelCategory
(string)–indicates the type of model used by the job- either ‘prime’ for DataRobot Prime models, ‘blend’ for blender models, or ‘model’ for other cases
- blueprintId
(string) – the blueprint used by the model - note that this is not an ObjectId
- id
(string) – the job id
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blueprintId: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def delete()(implicit client: DataRobotClient): HttpResponse[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val featurelistId: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getResultWhenComplete(maxWait: Int = 600000)(implicit client: DataRobotClient): AnyRef
- Definition Classes
- Job
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
id: String
- Definition Classes
- Job
-
val
isBlocked: Boolean
- Definition Classes
- Job
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
jobType: enums.JobType.Value
- Definition Classes
- Job
-
var
location: String
- Definition Classes
- Job
- val modelCategory: String
- val modelType: String
-
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 processes: Array[String]
-
val
projectId: String
- Definition Classes
- Job
- def refresh()(implicit client: DataRobotClient): ModelJob
- val samplePct: Option[Float]
-
def
setLocationOfResult(url: String): Unit
- Definition Classes
- Job
-
val
status: String
- Definition Classes
- Job
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toString(): String
-
val
url: String
- Definition Classes
- Job
-
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