Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutput
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomOutput
- 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
Spec for custom output.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1CustomOutput
constructor
A new instance of GoogleCloudAiplatformV1beta1CustomOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1CustomOutput
Returns a new instance of GoogleCloudAiplatformV1beta1CustomOutput.
6888 6889 6890 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6888 def initialize(**args) update!(**args) end |
Instance Attribute Details
#raw_outputs ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RawOutput
Raw output.
Corresponds to the JSON property rawOutputs
6886 6887 6888 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6886 def raw_outputs @raw_outputs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6893 6894 6895 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6893 def update!(**args) @raw_outputs = args[:raw_outputs] if args.key?(:raw_outputs) end |