public enum DatasetSplitType extends Enum<DatasetSplitType> implements ProtocolMessageEnum
Documents belonging to a dataset will be split into different groups referred to as splits: train, test.
Protobuf enum google.cloud.documentai.v1beta3.DatasetSplitType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DATASET_SPLIT_TEST |
Identifies the test documents. |
DATASET_SPLIT_TEST_VALUE |
Identifies the test documents. |
DATASET_SPLIT_TRAIN |
Identifies the train documents. |
DATASET_SPLIT_TRAIN_VALUE |
Identifies the train documents. |
DATASET_SPLIT_TYPE_UNSPECIFIED |
Default value if the enum is not set. |
DATASET_SPLIT_TYPE_UNSPECIFIED_VALUE |
Default value if the enum is not set. |
DATASET_SPLIT_UNASSIGNED |
Identifies the unassigned documents. |
DATASET_SPLIT_UNASSIGNED_VALUE |
Identifies the unassigned documents. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |