Capabilities

class oci.ai_language.models.Capabilities(**kwargs)

Bases: object

Capabilities supported

Methods

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

Attributes

capability Gets the capability of this Capabilities.
__init__(**kwargs)

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

Parameters:capability (dict(str, Capability)) – The value to assign to the capability property of this Capabilities.
capability

Gets the capability of this Capabilities. Model information capabilities related to version

Returns:The capability of this Capabilities.
Return type:dict(str, Capability)