public class ProjectListDetailsRelevancyTrainingStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
| ProjectListDetailsRelevancyTrainingStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDataUpdated()Gets the dataUpdated. | 
| Long | getNotices()Gets the notices. | 
| String | getSuccessfullyTrained()Gets the successfullyTrained. | 
| Long | getTotalExamples()Gets the totalExamples. | 
| Boolean | isAvailable()Gets the available. | 
| Boolean | isMinimumExamplesAdded()Gets the minimumExamplesAdded. | 
| Boolean | isMinimumQueriesAdded()Gets the minimumQueriesAdded. | 
| Boolean | isProcessing()Gets the processing. | 
| Boolean | isSufficientLabelDiversity()Gets the sufficientLabelDiversity. | 
public ProjectListDetailsRelevancyTrainingStatus()
public String getDataUpdated()
When the training data was updated.
public Long getTotalExamples()
The total number of examples.
public Boolean isSufficientLabelDiversity()
When `true`, sufficient label diversity is present to allow training for this project.
public Boolean isProcessing()
When `true`, the relevancy training is in processing.
public Boolean isMinimumExamplesAdded()
When `true`, the minimum number of examples required to train has been met.
public String getSuccessfullyTrained()
The time that the most recent successful training occurred.
public Boolean isAvailable()
When `true`, relevancy training is available when querying collections in the project.
public Long getNotices()
The number of notices generated during the relevancy training.
public Boolean isMinimumQueriesAdded()
When `true`, the minimum number of queries required to train has been met.
Copyright © 2022 IBM Cloud. All rights reserved.