llmOperationGroup property
Configuration used to group Apigee proxies with resources, method types, LLM model and quotas.
The resource refers to the resource URI (excluding the base path). With
this grouping, the API product creator is able to fine-tune and give
precise control over which REST methods have access to specific resources,
specific LLM model and how many calls can be made (using the quota
setting). Note: The api_resources setting cannot be specified for
both the API product and llm operation group; otherwise the call will
fail.
Optional.
Implementation
GoogleCloudApigeeV1LlmOperationGroup? llmOperationGroup;