Class: Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingRecords
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingRecords
- 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
-
#records ⇒ Array<Google::Apis::AiplatformV1::LearningGenaiRootControlDecodingRecord>
One ControlDecodingRecord record maps to one rewind.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LearningGenaiRootControlDecodingRecords
constructor
A new instance of LearningGenaiRootControlDecodingRecords.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#records ⇒ Array<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 |