Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec (v0.17.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec.

Defines the Feature value(s) to import.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#id

def id() -> ::String
Returns
  • (::String) — Required. ID of the Feature to import values of. This Feature must exist in the target EntityType, or the request will fail.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — 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.

#source_field

def source_field() -> ::String
Returns
  • (::String) — Source column to get the Feature values from. If not set, uses the column with the same name as the Feature ID.

#source_field=

def source_field=(value) -> ::String
Parameter
  • value (::String) — 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.