c

com.microsoft.azure.synapse.ml.lightgbm

PartitionTaskContext

case class PartitionTaskContext(trainingCtx: TrainingContext, partitionId: Int, taskId: Long, measures: TaskInstrumentationMeasures, networkTopologyInfo: NetworkTopologyInfo, shouldExecuteTraining: Boolean, isEmptyPartition: Boolean, shouldReturnBooster: Boolean, shouldCalcValidationDataset: Boolean) extends Product with Serializable

Object to encapsulate most setup information about a particular partition Task

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartitionTaskContext
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PartitionTaskContext(trainingCtx: TrainingContext, partitionId: Int, taskId: Long, measures: TaskInstrumentationMeasures, networkTopologyInfo: NetworkTopologyInfo, shouldExecuteTraining: Boolean, isEmptyPartition: Boolean, shouldReturnBooster: Boolean, shouldCalcValidationDataset: Boolean)

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. lazy val executorPartitionCount: Int
  8. lazy val executorRowCount: Int
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. val isEmptyPartition: Boolean
  12. val isHelperWorkerOnly: Boolean
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val lightGBMNetworkMachineCount: Int
  15. val lightGBMNetworkString: String
  16. val localListenPort: Int
  17. val measures: TaskInstrumentationMeasures
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val networkTopologyInfo: NetworkTopologyInfo
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val partitionId: Int
  23. def setShouldCalcValidationData(value: Boolean): PartitionTaskContext
  24. def sharedState: SharedState
  25. val shouldCalcValidationDataset: Boolean
  26. val shouldExecuteTraining: Boolean
  27. val shouldReturnBooster: Boolean
  28. lazy val streamingPartitionOffset: Int
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. val taskId: Long
  31. lazy val threadIndex: Int
  32. lazy val totalRowCount: Long
  33. val trainingCtx: TrainingContext
  34. val trainingParams: BaseTrainParams
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped