Document AI V1beta3 API - Module Google::Cloud::DocumentAI::V1beta3::DatasetSplitType (v0.35.0)

Reference documentation and code samples for the Document AI V1beta3 API module Google::Cloud::DocumentAI::V1beta3::DatasetSplitType.

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

Constants

DATASET_SPLIT_TYPE_UNSPECIFIED

value: 0
Default value if the enum is not set.

DATASET_SPLIT_TRAIN

value: 1
Identifies the train documents.

DATASET_SPLIT_TEST

value: 2
Identifies the test documents.

DATASET_SPLIT_UNASSIGNED

value: 3
Identifies the unassigned documents.