Class TrainingStatus

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.TrainingStatus
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class TrainingStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Training status details.
  • Constructor Details

    • TrainingStatus

      public TrainingStatus()
  • Method Details

    • getTotalExamples

      public Long getTotalExamples()
      Gets the totalExamples.

      The total number of training examples uploaded to this collection.

      Returns:
      the totalExamples
    • isAvailable

      public Boolean isAvailable()
      Gets the available.

      When `true`, the collection has been successfully trained.

      Returns:
      the available
    • isProcessing

      public Boolean isProcessing()
      Gets the processing.

      When `true`, the collection is currently processing training.

      Returns:
      the processing
    • isMinimumQueriesAdded

      public Boolean isMinimumQueriesAdded()
      Gets the minimumQueriesAdded.

      When `true`, the collection has a sufficent amount of queries added for training to occur.

      Returns:
      the minimumQueriesAdded
    • isMinimumExamplesAdded

      public Boolean isMinimumExamplesAdded()
      Gets the minimumExamplesAdded.

      When `true`, the collection has a sufficent amount of examples added for training to occur.

      Returns:
      the minimumExamplesAdded
    • isSufficientLabelDiversity

      public Boolean isSufficientLabelDiversity()
      Gets the sufficientLabelDiversity.

      When `true`, the collection has a sufficent amount of diversity in labeled results for training to occur.

      Returns:
      the sufficientLabelDiversity
    • getNotices

      public Long getNotices()
      Gets the notices.

      The number of notices associated with this data set.

      Returns:
      the notices
    • getSuccessfullyTrained

      public Date getSuccessfullyTrained()
      Gets the successfullyTrained.

      The timestamp of when the collection was successfully trained.

      Returns:
      the successfullyTrained
    • getDataUpdated

      public Date getDataUpdated()
      Gets the dataUpdated.

      The timestamp of when the data was uploaded.

      Returns:
      the dataUpdated