Interface CreateProjectOptions.Type
- Enclosing class:
- CreateProjectOptions
public static interface CreateProjectOptions.Type
The project type of this project.
-
Field Summary
Fields Modifier and Type Field Description static StringANSWER_RETRIEVALanswer_retrieval.static StringCONTENT_MININGcontent_mining.static StringDOCUMENT_RETRIEVALdocument_retrieval.static StringOTHERother.
-
Field Details
-
DOCUMENT_RETRIEVAL
document_retrieval.- See Also:
- Constant Field Values
-
ANSWER_RETRIEVAL
answer_retrieval.- See Also:
- Constant Field Values
-
CONTENT_MINING
content_mining.- See Also:
- Constant Field Values
-
OTHER
other.- See Also:
- Constant Field Values
-