Class: Google::Cloud::AIPlatform::V1::PredefinedSplit

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/training_pipeline.rb

Overview

Assigns input data to training, validation, and test sets based on the value of a provided key.

Supported only for tabular Datasets.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns 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.

Returns:

  • (::String)

    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.



366
367
368
369
# File 'proto_docs/google/cloud/aiplatform/v1/training_pipeline.rb', line 366

class PredefinedSplit
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end