Class: Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec

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

Defines the Feature value(s) to import.

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns Required. ID of the Feature to import values of. This Feature must exist in the target EntityType, or the request will fail.

Returns:

  • (::String)

    Required. ID of the Feature to import values of. This Feature must exist in the target EntityType, or the request will fail.



238
239
240
241
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 238

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

#source_field::String

Returns Source column to get the Feature values from. If not set, uses the column with the same name as the Feature ID.

Returns:

  • (::String)

    Source column to get the Feature values from. If not set, uses the column with the same name as the Feature ID.



238
239
240
241
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 238

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