Status
public enum Status : String
The status of the corpus:
analyzed
: The service successfully analyzed the corpus. The custom model can be trained with data from the corpus.being_processed
: The service is still analyzing the corpus. The service cannot accept requests to add new resources or to train the custom model.undetermined
: The service encountered an error while processing the corpus. Theerror
field describes the failure.
-
Undocumented
Declaration
Swift
case analyzed = "analyzed"
-
Undocumented
Declaration
Swift
case beingProcessed = "being_processed"
-
Undocumented
Declaration
Swift
case undetermined = "undetermined"