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.



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

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



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

def operation_configs
  @operation_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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