Cloud Document AI v1beta3 API - Enum DatasetSplitType (2.0.0-beta18)

public enum DatasetSplitType

Reference documentation and code samples for the Cloud Document AI v1beta3 API enum DatasetSplitType.

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

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Fields

NameDescription
DatasetSplitTest

Identifies the test documents.

DatasetSplitTrain

Identifies the train documents.

DatasetSplitUnassigned

Identifies the unassigned documents.

Unspecified

Default value if the enum is not set.