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.
26502 26503 26504 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26502 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
A list of string values.
Corresponds to the JSON property values
26500 26501 26502 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26500 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26507 26508 26509 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26507 def update!(**args) @values = args[:values] if args.key?(:values) end |