PlatformRuntimeConfig¶
-
class
oci.generative_ai_agent.models.PlatformRuntimeConfig(**kwargs)¶ Bases:
objectConfiguration for agent platform component.
Attributes
PLATFORM_RUNTIME_CONFIG_TYPE_AGENT_PLATFORMA constant which can be used with the platform_runtime_config_type property of a PlatformRuntimeConfig. PLATFORM_RUNTIME_CONFIG_TYPE_FUSION_REASONINGA constant which can be used with the platform_runtime_config_type property of a PlatformRuntimeConfig. platform_runtime_config_typeGets the platform_runtime_config_type of this PlatformRuntimeConfig. versionGets the version of this PlatformRuntimeConfig. Methods
__init__(**kwargs)Initializes a new PlatformRuntimeConfig object with values from keyword arguments. -
PLATFORM_RUNTIME_CONFIG_TYPE_AGENT_PLATFORM= 'AGENT_PLATFORM'¶ A constant which can be used with the platform_runtime_config_type property of a PlatformRuntimeConfig. This constant has a value of “AGENT_PLATFORM”
-
PLATFORM_RUNTIME_CONFIG_TYPE_FUSION_REASONING= 'FUSION_REASONING'¶ A constant which can be used with the platform_runtime_config_type property of a PlatformRuntimeConfig. This constant has a value of “FUSION_REASONING”
-
__init__(**kwargs)¶ Initializes a new PlatformRuntimeConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - platform_runtime_config_type (str) – The value to assign to the platform_runtime_config_type property of this PlatformRuntimeConfig. Allowed values for this property are: “AGENT_PLATFORM”, “FUSION_REASONING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- version (str) – The value to assign to the version property of this PlatformRuntimeConfig.
-
platform_runtime_config_type¶ Gets the platform_runtime_config_type of this PlatformRuntimeConfig. The type of Platform runtime config.
Allowed values for this property are: “AGENT_PLATFORM”, “FUSION_REASONING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The platform_runtime_config_type of this PlatformRuntimeConfig. Return type: str
-
version¶ Gets the version of this PlatformRuntimeConfig. The version of the Core. The latest version will be displayed as default.
Returns: The version of this PlatformRuntimeConfig. Return type: str
-