Class: Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec
- 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
-
#id ⇒ ::String
Required.
-
#source_field ⇒ ::String
Source column to get the Feature values from.
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.
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.
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 |