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.



31543
31544
31545
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31543

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



31541
31542
31543
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31541

def records
  @records
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31548
31549
31550
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31548

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