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 | Method and Description |
---|---|
Date |
getLastTrained()
Gets the lastTrained.
|
String |
getScope()
Gets the scope.
|
String |
getStatus()
Gets the status.
|
String |
getStatusDescription()
Gets the statusDescription.
|
public String getScope()
Current scope of the training. Always returned as `environment`.
public String getStatus()
The current status of Continuous Relevancy Training for this environment.
public String getStatusDescription()
Long description of the current Continuous Relevancy Training status.
public Date getLastTrained()
The date stamp of the most recent completed training for this environment.
Copyright © 2023 IBM Cloud. All rights reserved.