Class ProjectListDetailsRelevancyTrainingStatus
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.ProjectListDetailsRelevancyTrainingStatus
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ProjectListDetailsRelevancyTrainingStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Relevancy training status information for this project.
-
Constructor Summary
Constructors Constructor Description ProjectListDetailsRelevancyTrainingStatus()
-
Method Summary
Modifier and Type Method 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.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ProjectListDetailsRelevancyTrainingStatus
public ProjectListDetailsRelevancyTrainingStatus()
-
-
Method Details
-
getDataUpdated
Gets the dataUpdated.When the training data was updated.
- Returns:
- the dataUpdated
-
getTotalExamples
Gets the totalExamples.The total number of examples.
- Returns:
- the totalExamples
-
isSufficientLabelDiversity
Gets the sufficientLabelDiversity.When `true`, sufficient label diversity is present to allow training for this project.
- Returns:
- the sufficientLabelDiversity
-
isProcessing
Gets the processing.When `true`, the relevancy training is in processing.
- Returns:
- the processing
-
isMinimumExamplesAdded
Gets the minimumExamplesAdded.When `true`, the minimum number of examples required to train has been met.
- Returns:
- the minimumExamplesAdded
-
getSuccessfullyTrained
Gets the successfullyTrained.The time that the most recent successful training occurred.
- Returns:
- the successfullyTrained
-
isAvailable
Gets the available.When `true`, relevancy training is available when querying collections in the project.
- Returns:
- the available
-
getNotices
Gets the notices.The number of notices generated during the relevancy training.
- Returns:
- the notices
-
isMinimumQueriesAdded
Gets the minimumQueriesAdded.When `true`, the minimum number of queries required to train has been met.
- Returns:
- the minimumQueriesAdded
-