Class: Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingRecords

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LearningGenaiRootControlDecodingRecords

Returns a new instance of LearningGenaiRootControlDecodingRecords.



31612
31613
31614
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31612

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

Instance Attribute Details

#recordsArray<Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingRecord>

One ControlDecodingRecord record maps to one rewind. Corresponds to the JSON property records



31610
31611
31612
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31610

def records
  @records
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31617
31618
31619
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31617

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