Module: Google::Cloud::DocumentAI::V1beta3::DatasetSplitType

Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_service.rb

Overview

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

Constant Summary collapse

DATASET_SPLIT_TYPE_UNSPECIFIED =

Default value if the enum is not set.

0
DATASET_SPLIT_TRAIN =

Identifies the train documents.

1
DATASET_SPLIT_TEST =

Identifies the test documents.

2
DATASET_SPLIT_UNASSIGNED =

Identifies the unassigned documents.

3