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.



7689
7690
7691
# File 'lib/google/apis/apigee_v1/classes.rb', line 7689

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



7687
7688
7689
# File 'lib/google/apis/apigee_v1/classes.rb', line 7687

def operation_configs
  @operation_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7694
7695
7696
# File 'lib/google/apis/apigee_v1/classes.rb', line 7694

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