Class: Google::Cloud::AIPlatform::V1::BatchReadFeatureValuesRequest::PassThroughField

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

Overview

Describe pass-through fields in read_instance source.

Instance Attribute Summary collapse

Instance Attribute Details

#field_name::String

Returns Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as Feature.name.

Returns:

  • (::String)

    Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as Feature.name.



335
336
337
338
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 335

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