public class TrainingStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Date |
getDataUpdated()
Gets the dataUpdated.
|
Long |
getNotices()
Gets the notices.
|
Date |
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 Long getTotalExamples()
The total number of training examples uploaded to this collection.
public Boolean isAvailable()
When `true`, the collection has been successfully trained.
public Boolean isProcessing()
When `true`, the collection is currently processing training.
public Boolean isMinimumQueriesAdded()
When `true`, the collection has a sufficent amount of queries added for training to occur.
public Boolean isMinimumExamplesAdded()
When `true`, the collection has a sufficent amount of examples added for training to occur.
public Boolean isSufficientLabelDiversity()
When `true`, the collection has a sufficent amount of diversity in labeled results for training to occur.
public Long getNotices()
The number of notices associated with this data set.
public Date getSuccessfullyTrained()
The timestamp of when the collection was successfully trained.
public Date getDataUpdated()
The timestamp of when the data was uploaded.
Copyright © 2024 IBM Cloud. All rights reserved.