Class: Google::Cloud::AIPlatform::V1::DestinationFeatureSetting
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DestinationFeatureSetting
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Instance Attribute Summary collapse
-
#destination_field ⇒ ::String
Specify the field name in the export destination.
-
#feature_id ⇒ ::String
Required.
Instance Attribute Details
#destination_field ⇒ ::String
Returns Specify the field name in the export destination. If not specified, Feature ID is used.
431 432 433 434 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 431 class DestinationFeatureSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feature_id ⇒ ::String
Returns Required. The ID of the Feature to apply the setting to.
431 432 433 434 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 431 class DestinationFeatureSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |