Class: Google::Apis::ContactcenteraiplatformV1alpha1::InstanceConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb

Overview

Message storing the instance configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstanceConfig

Returns a new instance of InstanceConfig.



377
378
379
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 377

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

Instance Attribute Details

#instance_sizeString

The instance size of this the instance configuration. Corresponds to the JSON property instanceSize

Returns:

  • (String)


375
376
377
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 375

def instance_size
  @instance_size
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



382
383
384
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 382

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