Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StringArray
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StringArray
- 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
Overview
A list of string values.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
A list of string values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1StringArray
constructor
A new instance of GoogleCloudAiplatformV1beta1StringArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1StringArray
Returns a new instance of GoogleCloudAiplatformV1beta1StringArray.
32073 32074 32075 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32073 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
A list of string values.
Corresponds to the JSON property values
32071 32072 32073 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32071 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32078 32079 32080 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32078 def update!(**args) @values = args[:values] if args.key?(:values) end |