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.



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

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)


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

def instance_size
  @instance_size
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



388
389
390
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 388

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