public class SearchStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
SearchStatus.Status
The current status of Continuous Relevancy Training for this environment.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
lastTrained |
protected java.lang.String |
scope |
protected java.lang.String |
status |
protected java.lang.String |
statusDescription |
Constructor and Description |
---|
SearchStatus() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getLastTrained()
Gets the lastTrained.
|
java.lang.String |
getScope()
Gets the scope.
|
java.lang.String |
getStatus()
Gets the status.
|
java.lang.String |
getStatusDescription()
Gets the statusDescription.
|
protected java.lang.String scope
protected java.lang.String status
@SerializedName(value="status_description") protected java.lang.String statusDescription
@SerializedName(value="last_trained") protected java.util.Date lastTrained
public java.lang.String getScope()
Current scope of the training. Always returned as `environment`.
public java.lang.String getStatus()
The current status of Continuous Relevancy Training for this environment.
public java.lang.String getStatusDescription()
Long description of the current Continuous Relevancy Training status.
public java.util.Date getLastTrained()
The date stamp of the most recent completed training for this environment.