public sealed class PredefinedSplit : IMessage<PredefinedSplit>, IEquatable<PredefinedSplit>, IDeepCloneable<PredefinedSplit>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `PredefinedSplit` class within the Google Cloud AI Platform v1beta1 API, specifically for the .NET environment."],["The `PredefinedSplit` class is designed to allocate input data into training, validation, and test datasets based on a designated key's value, which should be either \"training,\" \"validation,\" or \"test\"."],["This feature is exclusively compatible with tabular datasets."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Key` property within the `PredefinedSplit` class is essential, representing the dataset's column name whose values determine the data's set assignment."]]],[]]