Interface Corpus.Status
- Enclosing class:
- Corpus
public static interface Corpus.Status
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. The `error` field describes the failure.
-
Field Summary
Fields Modifier and Type Field Description static String
ANALYZED
analyzed.static String
BEING_PROCESSED
being_processed.static String
UNDETERMINED
undetermined.
-
Field Details
-
ANALYZED
analyzed.- See Also:
- Constant Field Values
-
BEING_PROCESSED
being_processed.- See Also:
- Constant Field Values
-
UNDETERMINED
undetermined.- See Also:
- Constant Field Values
-