ProvisionedCapacityConfig

class oci.generative_ai_agent.models.ProvisionedCapacityConfig(**kwargs)

Bases: object

The configuration includes the provisioned capacity id and component runtime (tool versions, and other relevant information).

Methods

__init__(**kwargs) Initializes a new ProvisionedCapacityConfig object with values from keyword arguments.

Attributes

platform_runtime_config Gets the platform_runtime_config of this ProvisionedCapacityConfig.
provisioned_capacity_id [Required] Gets the provisioned_capacity_id of this ProvisionedCapacityConfig.
tool_runtime_configs Gets the tool_runtime_configs of this ProvisionedCapacityConfig.
__init__(**kwargs)

Initializes a new ProvisionedCapacityConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
platform_runtime_config

Gets the platform_runtime_config of this ProvisionedCapacityConfig.

Returns:The platform_runtime_config of this ProvisionedCapacityConfig.
Return type:oci.generative_ai_agent.models.PlatformRuntimeConfig
provisioned_capacity_id

[Required] Gets the provisioned_capacity_id of this ProvisionedCapacityConfig. An OCID that uniquely identifies an Provisioned Capacity.

Returns:The provisioned_capacity_id of this ProvisionedCapacityConfig.
Return type:str
tool_runtime_configs

Gets the tool_runtime_configs of this ProvisionedCapacityConfig. RAG and SQL will be tools.

Returns:The tool_runtime_configs of this ProvisionedCapacityConfig.
Return type:list[oci.generative_ai_agent.models.ToolRuntimeConfig]