Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationGroup

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

Overview

List of LLM operation configuration details associated with Apigee API proxies.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1LlmOperationGroup

Returns a new instance of GoogleCloudApigeeV1LlmOperationGroup.



7639
7640
7641
# File 'lib/google/apis/apigee_v1/classes.rb', line 7639

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

Instance Attribute Details

#operation_configsArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationConfig>

Required. List of LLM operation configurations for either Apigee API proxies that are associated with this API product. Corresponds to the JSON property operationConfigs



7637
7638
7639
# File 'lib/google/apis/apigee_v1/classes.rb', line 7637

def operation_configs
  @operation_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7644
7645
7646
# File 'lib/google/apis/apigee_v1/classes.rb', line 7644

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