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.



379
380
381
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 379

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)


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

def instance_size
  @instance_size
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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