Class: Google::Cloud::AIPlatform::V1::DestinationFeatureSetting

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#destination_field::String

Returns Specify the field name in the export destination. If not specified, Feature ID is used.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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