ModelTypeInfo

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

Bases: object

Model information like versions and capabilities

Methods

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

Attributes

capabilities [Required] Gets the capabilities of this ModelTypeInfo.
versions Gets the versions of this ModelTypeInfo.
__init__(**kwargs)

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

Parameters:
  • versions (list[str]) – The value to assign to the versions property of this ModelTypeInfo.
  • capabilities (dict(str, Capabilities)) – The value to assign to the capabilities property of this ModelTypeInfo.
capabilities

[Required] Gets the capabilities of this ModelTypeInfo. Model information capabilities related to version

Returns:The capabilities of this ModelTypeInfo.
Return type:dict(str, Capabilities)
versions

Gets the versions of this ModelTypeInfo. Model versions available for this model type

Returns:The versions of this ModelTypeInfo.
Return type:list[str]