Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1InteractionStatusUpdate
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1InteractionStatusUpdate
- 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
-
#interaction_id ⇒ String
Corresponds to the JSON property
interaction_id. -
#status ⇒ String
Corresponds to the JSON property
status.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1InteractionStatusUpdate
constructor
A new instance of GenaiVertexV1beta1InteractionStatusUpdate.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1InteractionStatusUpdate
Returns a new instance of GenaiVertexV1beta1InteractionStatusUpdate.
3241 3242 3243 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3241 def initialize(**args) update!(**args) end |
Instance Attribute Details
#interaction_id ⇒ String
Corresponds to the JSON property interaction_id
3234 3235 3236 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3234 def interaction_id @interaction_id end |
#status ⇒ String
Corresponds to the JSON property status
3239 3240 3241 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3239 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3246 3247 3248 3249 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3246 def update!(**args) @interaction_id = args[:interaction_id] if args.key?(:interaction_id) @status = args[:status] if args.key?(:status) end |