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.
Supported only for tabular Datasets.
Implements
IMessagePredefinedSplit, IEquatablePredefinedSplit, IDeepCloneablePredefinedSplit, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PredefinedSplit()
public PredefinedSplit()
PredefinedSplit(PredefinedSplit)
public PredefinedSplit(PredefinedSplit other)
Parameter | |
---|---|
Name | Description |
other |
PredefinedSplit |
Properties
Key
public string Key { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |