Class ProjectListDetailsRelevancyTrainingStatus

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

public class ProjectListDetailsRelevancyTrainingStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Relevancy training status information for this project.
  • Constructor Details

    • ProjectListDetailsRelevancyTrainingStatus

      public ProjectListDetailsRelevancyTrainingStatus()
  • Method Details

    • getDataUpdated

      public String getDataUpdated()
      Gets the dataUpdated.

      When the training data was updated.

      Returns:
      the dataUpdated
    • getTotalExamples

      public Long getTotalExamples()
      Gets the totalExamples.

      The total number of examples.

      Returns:
      the totalExamples
    • isSufficientLabelDiversity

      public Boolean isSufficientLabelDiversity()
      Gets the sufficientLabelDiversity.

      When `true`, sufficient label diversity is present to allow training for this project.

      Returns:
      the sufficientLabelDiversity
    • isProcessing

      public Boolean isProcessing()
      Gets the processing.

      When `true`, the relevancy training is in processing.

      Returns:
      the processing
    • isMinimumExamplesAdded

      public Boolean isMinimumExamplesAdded()
      Gets the minimumExamplesAdded.

      When `true`, the minimum number of examples required to train has been met.

      Returns:
      the minimumExamplesAdded
    • getSuccessfullyTrained

      public String getSuccessfullyTrained()
      Gets the successfullyTrained.

      The time that the most recent successful training occurred.

      Returns:
      the successfullyTrained
    • isAvailable

      public Boolean isAvailable()
      Gets the available.

      When `true`, relevancy training is available when querying collections in the project.

      Returns:
      the available
    • getNotices

      public Long getNotices()
      Gets the notices.

      The number of notices generated during the relevancy training.

      Returns:
      the notices
    • isMinimumQueriesAdded

      public Boolean isMinimumQueriesAdded()
      Gets the minimumQueriesAdded.

      When `true`, the minimum number of queries required to train has been met.

      Returns:
      the minimumQueriesAdded