Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RawOutput
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RawOutput
- 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
Raw output.
Instance Attribute Summary collapse
-
#raw_output ⇒ Array<String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1RawOutput
constructor
A new instance of GoogleCloudAiplatformV1RawOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1RawOutput
Returns a new instance of GoogleCloudAiplatformV1RawOutput.
24774 24775 24776 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 24774 def initialize(**args) update!(**args) end |
Instance Attribute Details
#raw_output ⇒ Array<String>
Output only. Raw output string.
Corresponds to the JSON property rawOutput
24772 24773 24774 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 24772 def raw_output @raw_output end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24779 24780 24781 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 24779 def update!(**args) @raw_output = args[:raw_output] if args.key?(:raw_output) end |