class PredictJob extends Job
PredictJob
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PredictJob
- Job
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PredictJob(id: String, projectId: String, modelId: String, status: String, isBlocked: Boolean, message: Option[String])
- id
(string) – the job ID of the job
- projectId
(string) – the project the job belongs to
- modelId
(string) – the model the job belongs to
- 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.
- message
(string) – If the server has a message to accompany the latest status update, it will be included here
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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 message: Option[String]
- val modelId: 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
projectId: String
- Definition Classes
- Job
-
def
refresh()(implicit client: DataRobotClient): Job
- Definition Classes
- Job
-
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
- Definition Classes
- Job → AnyRef → Any
-
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