Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ModelOutputStep

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

Output generated by the model.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenaiVertexV1beta1ModelOutputStep

Returns a new instance of GenaiVertexV1beta1ModelOutputStep.



4035
4036
4037
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4035

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

Instance Attribute Details

#contentArray<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Content>

Corresponds to the JSON property content



4033
4034
4035
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4033

def content
  @content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4040
4041
4042
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4040

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