public class ProjectListDetailsRelevancyTrainingStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
available |
protected java.lang.String |
dataUpdated |
protected java.lang.Boolean |
minimumExamplesAdded |
protected java.lang.Boolean |
minimumQueriesAdded |
protected java.lang.Long |
notices |
protected java.lang.Boolean |
processing |
protected java.lang.String |
successfullyTrained |
protected java.lang.Boolean |
sufficientLabelDiversity |
protected java.lang.Long |
totalExamples |
Constructor and Description |
---|
ProjectListDetailsRelevancyTrainingStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataUpdated()
Gets the dataUpdated.
|
java.lang.Long |
getNotices()
Gets the notices.
|
java.lang.String |
getSuccessfullyTrained()
Gets the successfullyTrained.
|
java.lang.Long |
getTotalExamples()
Gets the totalExamples.
|
java.lang.Boolean |
isAvailable()
Gets the available.
|
java.lang.Boolean |
isMinimumExamplesAdded()
Gets the minimumExamplesAdded.
|
java.lang.Boolean |
isMinimumQueriesAdded()
Gets the minimumQueriesAdded.
|
java.lang.Boolean |
isProcessing()
Gets the processing.
|
java.lang.Boolean |
isSufficientLabelDiversity()
Gets the sufficientLabelDiversity.
|
@SerializedName(value="data_updated") protected java.lang.String dataUpdated
@SerializedName(value="total_examples") protected java.lang.Long totalExamples
@SerializedName(value="sufficient_label_diversity") protected java.lang.Boolean sufficientLabelDiversity
protected java.lang.Boolean processing
@SerializedName(value="minimum_examples_added") protected java.lang.Boolean minimumExamplesAdded
@SerializedName(value="successfully_trained") protected java.lang.String successfullyTrained
protected java.lang.Boolean available
protected java.lang.Long notices
@SerializedName(value="minimum_queries_added") protected java.lang.Boolean minimumQueriesAdded
public ProjectListDetailsRelevancyTrainingStatus()
public java.lang.String getDataUpdated()
When the training data was updated.
public java.lang.Long getTotalExamples()
The total number of examples.
public java.lang.Boolean isSufficientLabelDiversity()
When `true`, sufficent label diversity is present to allow training for this project.
public java.lang.Boolean isProcessing()
When `true`, the relevancy training is in processing.
public java.lang.Boolean isMinimumExamplesAdded()
When `true`, the minimum number of examples required to train has been met.
public java.lang.String getSuccessfullyTrained()
The time that the most recent successful training occured.
public java.lang.Boolean isAvailable()
When `true`, relevancy training is available when querying collections in the project.
public java.lang.Long getNotices()
The number of notices generated during the relevancy training.
public java.lang.Boolean isMinimumQueriesAdded()
When `true`, the minimum number of queries required to train has been met.