Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RawOutput

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1RawOutput

Returns a new instance of GoogleCloudAiplatformV1RawOutput.



25741
25742
25743
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 25741

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#raw_outputArray<String>

Output only. Raw output string. Corresponds to the JSON property rawOutput

Returns:

  • (Array<String>)


25739
25740
25741
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 25739

def raw_output
  @raw_output
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25746
25747
25748
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 25746

def update!(**args)
  @raw_output = args[:raw_output] if args.key?(:raw_output)
end