public sealed class PredefinedSplit : IMessage<PredefinedSplit>, IEquatable<PredefinedSplit>, IDeepCloneable<PredefinedSplit>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class PredefinedSplit.
Assigns input data to training, validation, and test sets based on the
value of a provided key.
Required. The key is a name of one of the Dataset's data columns.
The value of the key (either the label's value or value in the column)
must be one of {training, validation, test}, and it defines to which
set the given piece of data is assigned. If for a piece of data the key
is not present or has an invalid value, that piece is ignored by the
pipeline.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePredefinedSplit\u003c/code\u003e class, part of the Vertex AI v1beta1 API, is used for assigning input data to training, validation, and test sets.\u003c/p\u003e\n"],["\u003cp\u003eIt is designed for use with tabular Datasets, and its functionality is based on the value of a user-provided key.\u003c/p\u003e\n"],["\u003cp\u003eThe key must be a column name from the Dataset, and its values must be either \u003ccode\u003etraining\u003c/code\u003e, \u003ccode\u003evalidation\u003c/code\u003e, or \u003ccode\u003etest\u003c/code\u003e to define the set to which the data is assigned.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKey\u003c/code\u003e property within \u003ccode\u003ePredefinedSplit\u003c/code\u003e dictates the column used to segment dataset values, and it must be of the string type.\u003c/p\u003e\n"]]],[],null,[]]