Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Describe pass-through fields in read_instance source.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField

Returns a new instance of GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField.



2333
2334
2335
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 2333

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#field_nameString

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. Corresponds to the JSON property fieldName

Returns:

  • (String)


2331
2332
2333
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 2331

def field_name
  @field_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2338
2339
2340
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 2338

def update!(**args)
  @field_name = args[:field_name] if args.key?(:field_name)
end