Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CustomOutput

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

Spec for custom output.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1CustomOutput

Returns a new instance of GoogleCloudAiplatformV1CustomOutput.



5198
5199
5200
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 5198

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

Instance Attribute Details

#raw_outputsGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1RawOutput

Raw output. Corresponds to the JSON property rawOutputs



5196
5197
5198
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 5196

def raw_outputs
  @raw_outputs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5203
5204
5205
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 5203

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