Interface MlTaskState

All Known Implementing Classes:
DataFrameAnalyticsTaskState, JobTaskState

public interface MlTaskState
  • Method Summary

    Modifier and Type
    Method
    Description
    The time of the last state change.
    boolean
     
  • Method Details

    • getLastStateChangeTime

      @Nullable Instant getLastStateChangeTime()
      The time of the last state change.
    • isFailed

      boolean isFailed()
      Returns:
      Is the task in the failed state?