Class DataSplitMethod (1.24.0)

DataSplitMethod(value)

Indicates the method to split input data into multiple tables.

Attributes

Name Description
RANDOM int
Splits data randomly.
CUSTOM int
Splits data with the user provided tags.
SEQUENTIAL int
Splits data sequentially.
NO_SPLIT int
Data split will be skipped.
AUTO_SPLIT int
Splits data automatically: Uses NO\_SPLIT if the data size is small.

Inheritance

builtins.object > builtins.int > builtins.object > enum.Enum > enum.IntEnum > DataSplitMethod

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.