Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StringArray
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StringArray
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
A list of string values.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
A list of string values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1StringArray
constructor
A new instance of GoogleCloudAiplatformV1StringArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1StringArray
Returns a new instance of GoogleCloudAiplatformV1StringArray.
30149 30150 30151 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30149 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
A list of string values.
Corresponds to the JSON property values
30147 30148 30149 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30147 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30154 30155 30156 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30154 def update!(**args) @values = args[:values] if args.key?(:values) end |