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.



3773
3774
3775
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3773

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

Instance Attribute Details

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

Corresponds to the JSON property content



3771
3772
3773
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3771

def content
  @content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3778
3779
3780
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3778

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