Class: Humidifier::SageMaker::FeatureGroup
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::SageMaker::FeatureGroup resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#event_time_feature_name ⇒ Object
returns the EventTimeFeatureName property.
-
#event_time_feature_name=(value) ⇒ Object
sets the EventTimeFeatureName property (String).
-
#feature_definitions ⇒ Object
returns the FeatureDefinitions property.
-
#feature_definitions=(value) ⇒ Object
sets the FeatureDefinitions property (List).
-
#feature_group_name ⇒ Object
returns the FeatureGroupName property.
-
#feature_group_name=(value) ⇒ Object
sets the FeatureGroupName property (String).
-
#offline_store_config ⇒ Object
returns the OfflineStoreConfig property.
-
#offline_store_config=(value) ⇒ Object
sets the OfflineStoreConfig property (Json).
-
#online_store_config ⇒ Object
returns the OnlineStoreConfig property.
-
#online_store_config=(value) ⇒ Object
sets the OnlineStoreConfig property (Json).
-
#record_identifier_feature_name ⇒ Object
returns the RecordIdentifierFeatureName property.
-
#record_identifier_feature_name=(value) ⇒ Object
sets the RecordIdentifierFeatureName property (String).
-
#role_arn ⇒ Object
returns the RoleArn property.
-
#role_arn=(value) ⇒ Object
sets the RoleArn property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#description ⇒ Object
returns the Description property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def description=(value) update_property('description', value) end |
#event_time_feature_name ⇒ Object
returns the EventTimeFeatureName property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def event_time_feature_name properties['event_time_feature_name'] end |
#event_time_feature_name=(value) ⇒ Object
sets the EventTimeFeatureName property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def event_time_feature_name=(value) update_property('event_time_feature_name', value) end |
#feature_definitions ⇒ Object
returns the FeatureDefinitions property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def feature_definitions properties['feature_definitions'] end |
#feature_definitions=(value) ⇒ Object
sets the FeatureDefinitions property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def feature_definitions=(value) update_property('feature_definitions', value) end |
#feature_group_name ⇒ Object
returns the FeatureGroupName property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def feature_group_name properties['feature_group_name'] end |
#feature_group_name=(value) ⇒ Object
sets the FeatureGroupName property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def feature_group_name=(value) update_property('feature_group_name', value) end |
#offline_store_config ⇒ Object
returns the OfflineStoreConfig property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def offline_store_config properties['offline_store_config'] end |
#offline_store_config=(value) ⇒ Object
sets the OfflineStoreConfig property (Json)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def offline_store_config=(value) update_property('offline_store_config', value) end |
#online_store_config ⇒ Object
returns the OnlineStoreConfig property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def online_store_config properties['online_store_config'] end |
#online_store_config=(value) ⇒ Object
sets the OnlineStoreConfig property (Json)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def online_store_config=(value) update_property('online_store_config', value) end |
#record_identifier_feature_name ⇒ Object
returns the RecordIdentifierFeatureName property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def record_identifier_feature_name properties['record_identifier_feature_name'] end |
#record_identifier_feature_name=(value) ⇒ Object
sets the RecordIdentifierFeatureName property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def record_identifier_feature_name=(value) update_property('record_identifier_feature_name', value) end |
#role_arn ⇒ Object
returns the RoleArn property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def role_arn properties['role_arn'] end |
#role_arn=(value) ⇒ Object
sets the RoleArn property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def role_arn=(value) update_property('role_arn', value) end |
#tags ⇒ Object
returns the Tags property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def (value) update_property('tags', value) end |