Class DatasetSplitType (2.29.0)

DatasetSplitType(value)

Documents belonging to a dataset will be split into different groups referred to as splits: train, test.

Enums

Name Description
DATASET_SPLIT_TYPE_UNSPECIFIED Default value if the enum is not set.
DATASET_SPLIT_TRAIN Identifies the train documents.
DATASET_SPLIT_TEST Identifies the test documents.
DATASET_SPLIT_UNASSIGNED Identifies the unassigned documents.