Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepDelta

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenaiVertexV1beta1StepDelta

Returns a new instance of GenaiVertexV1beta1StepDelta.



4614
4615
4616
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4614

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

Instance Attribute Details

#deltaGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepDeltaData

Corresponds to the JSON property delta



4607
4608
4609
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4607

def delta
  @delta
end

#indexFixnum

Corresponds to the JSON property index

Returns:

  • (Fixnum)


4612
4613
4614
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4612

def index
  @index
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4619
4620
4621
4622
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4619

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