Class/Object

io.github.timsetsfire.datarobot

ModelJob

Related Docs: object ModelJob | package datarobot

Permalink

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)

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val blueprintId: String

    Permalink

    (string) – the blueprint used by the model - note that this is not an ObjectId

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def delete()(implicit client: DataRobotClient): HttpResponse[String]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. val featurelistId: String

    Permalink

    (string) – the featurelist the model is using

  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def getResultWhenComplete(maxWait: Int = 600000)(implicit client: DataRobotClient): AnyRef

    Permalink
    Definition Classes
    Job
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. val id: String

    Permalink

    (string) – the job ID of the job

    (string) – the job ID of the job

    Definition Classes
    Job
  15. val isBlocked: Boolean

    Permalink

    (boolean) – True if a job is waiting for its dependencies to be resolved first.

    (boolean) – True if a job is waiting for its dependencies to be resolved first.

    Definition Classes
    Job
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val jobType: enums.JobType.Value

    Permalink

    (string) – the type of the job

    (string) – the type of the job

    Definition Classes
    Job
  18. var location: String

    Permalink
    Definition Classes
    Job
  19. val modelCategory: String

    Permalink

    (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

  20. val modelType: String

    Permalink

    (string) – the type of model used by the job

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. val processes: Array[String]

    Permalink

    (array) – a json array of processes the modeling job includes

  25. val projectId: String

    Permalink

    (string) – the project the job belongs to

    (string) – the project the job belongs to

    Definition Classes
    Job
  26. def refresh()(implicit client: DataRobotClient): ModelJob

    Permalink

    returns

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

    Definition Classes
    ModelJobJob
  27. val samplePct: Option[Float]

    Permalink

    (float) – the percentage of the dataset the job is using

  28. def setLocationOfResult(url: String): Unit

    Permalink
    Definition Classes
    Job
  29. val status: String

    Permalink

    (string) – the status of the job - will be either ‘queue’, ‘inprogress’, ‘error’, ‘ABORTED’, or ‘COMPLETED’.

    (string) – the status of the job - will be either ‘queue’, ‘inprogress’, ‘error’, ‘ABORTED’, or ‘COMPLETED’.

    Definition Classes
    Job
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    ModelJobJob → AnyRef → Any
  32. val url: String

    Permalink

    (string) – a url that can be used to request details about the job (note: if the job is of a type about which we do not have routes to return more details, then this will be a link back to this same generic job retrieval route)

    (string) – a url that can be used to request details about the job (note: if the job is of a type about which we do not have routes to return more details, then this will be a link back to this same generic job retrieval route)

    Definition Classes
    Job
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Job

Inherited from AnyRef

Inherited from Any

Ungrouped