Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepDelta
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepDelta
- 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
Instance Attribute Summary collapse
-
#delta ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepDeltaData
Corresponds to the JSON property
delta. -
#index ⇒ Fixnum
Corresponds to the JSON property
index.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1StepDelta
constructor
A new instance of GenaiVertexV1beta1StepDelta.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1StepDelta
Returns a new instance of GenaiVertexV1beta1StepDelta.
4029 4030 4031 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4029 def initialize(**args) update!(**args) end |
Instance Attribute Details
#delta ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepDeltaData
Corresponds to the JSON property delta
4022 4023 4024 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4022 def delta @delta end |
#index ⇒ Fixnum
Corresponds to the JSON property index
4027 4028 4029 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4027 def index @index end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4034 4035 4036 4037 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4034 def update!(**args) @delta = args[:delta] if args.key?(:delta) @index = args[:index] if args.key?(:index) end |