Class SearchStatus

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

public class SearchStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about the Continuous Relevancy Training for this environment.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static interface  SearchStatus.Status
    The current status of Continuous Relevancy Training for this environment.
  • Constructor Summary

    Constructors
    Constructor Description
    SearchStatus()  
  • Method Summary

    Modifier and Type Method Description
    Date getLastTrained()
    Gets the lastTrained.
    String getScope()
    Gets the scope.
    String getStatus()
    Gets the status.
    String getStatusDescription()
    Gets the statusDescription.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SearchStatus

      public SearchStatus()
  • Method Details

    • getScope

      public String getScope()
      Gets the scope.

      Current scope of the training. Always returned as `environment`.

      Returns:
      the scope
    • getStatus

      public String getStatus()
      Gets the status.

      The current status of Continuous Relevancy Training for this environment.

      Returns:
      the status
    • getStatusDescription

      public String getStatusDescription()
      Gets the statusDescription.

      Long description of the current Continuous Relevancy Training status.

      Returns:
      the statusDescription
    • getLastTrained

      public Date getLastTrained()
      Gets the lastTrained.

      The date stamp of the most recent completed training for this environment.

      Returns:
      the lastTrained