DatabaseToolsMcpToolsetGenAiSqlAssistantVersion¶
-
class
oci.database_tools.models.DatabaseToolsMcpToolsetGenAiSqlAssistantVersion(**kwargs)¶ Bases:
objectA specific version entry for a GENAI_SQL_ASSISTANT MCP toolset version
Methods
__init__(**kwargs)Initializes a new DatabaseToolsMcpToolsetGenAiSqlAssistantVersion object with values from keyword arguments. Attributes
description[Required] Gets the description of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. featuresGets the features of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. tools[Required] Gets the tools of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. version[Required] Gets the version of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. -
__init__(**kwargs)¶ Initializes a new DatabaseToolsMcpToolsetGenAiSqlAssistantVersion object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - version (int) – The value to assign to the version property of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion.
- description (str) – The value to assign to the description property of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion.
- features (list[str]) – The value to assign to the features property of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion.
- tools (list[oci.database_tools.models.DatabaseToolsMcpToolsetVersionTool]) – The value to assign to the tools property of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion.
-
description¶ [Required] Gets the description of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. A description of this version.
Returns: The description of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. Return type: str
-
features¶ Gets the features of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. Optional feature flags or attributes for this version.
Returns: The features of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. Return type: list[str]
-
tools¶ [Required] Gets the tools of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. The tools available in this version.
Returns: The tools of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. Return type: list[oci.database_tools.models.DatabaseToolsMcpToolsetVersionTool]
-
version¶ [Required] Gets the version of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. The version number.
Returns: The version of this DatabaseToolsMcpToolsetGenAiSqlAssistantVersion. Return type: int
-