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.



7648
7649
7650
# File 'lib/google/apis/apigee_v1/classes.rb', line 7648

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



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

def operation_configs
  @operation_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7653
7654
7655
# File 'lib/google/apis/apigee_v1/classes.rb', line 7653

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