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 interfaceSearchStatus.StatusThe current status of Continuous Relevancy Training for this environment. -
Constructor Summary
Constructors Constructor Description SearchStatus() -
Method Summary
Modifier and Type Method Description DategetLastTrained()Gets the lastTrained.StringgetScope()Gets the scope.StringgetStatus()Gets the status.StringgetStatusDescription()Gets the statusDescription.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
SearchStatus
public SearchStatus()
-
-
Method Details
-
getScope
Gets the scope.Current scope of the training. Always returned as `environment`.
- Returns:
- the scope
-
getStatus
Gets the status.The current status of Continuous Relevancy Training for this environment.
- Returns:
- the status
-
getStatusDescription
Gets the statusDescription.Long description of the current Continuous Relevancy Training status.
- Returns:
- the statusDescription
-
getLastTrained
Gets the lastTrained.The date stamp of the most recent completed training for this environment.
- Returns:
- the lastTrained
-