Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DestinationFeatureSetting

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1DestinationFeatureSetting

Returns a new instance of GoogleCloudAiplatformV1beta1DestinationFeatureSetting.



5590
5591
5592
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5590

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#destination_fieldString

Specify the field name in the export destination. If not specified, Feature ID is used. Corresponds to the JSON property destinationField

Returns:

  • (String)


5583
5584
5585
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5583

def destination_field
  @destination_field
end

#feature_idString

Required. The ID of the Feature to apply the setting to. Corresponds to the JSON property featureId

Returns:

  • (String)


5588
5589
5590
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5588

def feature_id
  @feature_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5595
5596
5597
5598
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5595

def update!(**args)
  @destination_field = args[:destination_field] if args.key?(:destination_field)
  @feature_id = args[:feature_id] if args.key?(:feature_id)
end