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



338
339
340
341
# File 'proto_docs/google/cloud/aiplatform/v1/training_pipeline.rb', line 338

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