public sealed class PredefinedSplit : IMessage<PredefinedSplit>, IEquatable<PredefinedSplit>, IDeepCloneable<PredefinedSplit>, IBufferMessage, IMessage
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-20 UTC."],[[["\u003cp\u003eThe content provides documentation for the \u003ccode\u003ePredefinedSplit\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1\u003c/code\u003e namespace, specifically showing the different version history, with version 3.22.0 as the latest.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePredefinedSplit\u003c/code\u003e is used to assign data to training, validation, and test sets in tabular Datasets based on a specified key value, with supported key values being \u003ccode\u003etraining\u003c/code\u003e, \u003ccode\u003evalidation\u003c/code\u003e, or \u003ccode\u003etest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePredefinedSplit\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and also inherits members from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor with two overloads: a default constructor and a copy constructor that takes another \u003ccode\u003ePredefinedSplit\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePredefinedSplit\u003c/code\u003e class contains one property, \u003ccode\u003eKey\u003c/code\u003e, which is a string that represents the name of a column in the dataset which specifies the split group.\u003c/p\u003e\n"]]],[],null,[]]