Packages

class ModelJob extends Job

ModelJob

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

Instance Constructors

  1. 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

  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val blueprintId: String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def delete()(implicit client: DataRobotClient): HttpResponse[String]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. val featurelistId: String
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getResultWhenComplete(maxWait: Int = 600000)(implicit client: DataRobotClient): AnyRef
    Definition Classes
    Job
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. val id: String
    Definition Classes
    Job
  15. val isBlocked: Boolean
    Definition Classes
    Job
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val jobType: enums.JobType.Value
    Definition Classes
    Job
  18. var location: String
    Definition Classes
    Job
  19. val modelCategory: String
  20. val modelType: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val processes: Array[String]
  25. val projectId: String
    Definition Classes
    Job
  26. def refresh()(implicit client: DataRobotClient): ModelJob

    returns

    Returns a new model jobs. Does not actually update current ModelJob class

    Definition Classes
    ModelJobJob
  27. val samplePct: Option[Float]
  28. def setLocationOfResult(url: String): Unit
    Definition Classes
    Job
  29. val status: String
    Definition Classes
    Job
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    ModelJobJob → AnyRef → Any
  32. val url: String
    Definition Classes
    Job
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. 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 Job

Inherited from AnyRef

Inherited from Any

Ungrouped