PreDeployedLanguageModels¶
-
class
oci.ai_language.models.
PreDeployedLanguageModels
(**kwargs)¶ Bases:
object
Description of Language Entities.
Methods
__init__
(**kwargs)Initializes a new PreDeployedLanguageModels object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this PreDeployedLanguageModels. description
Gets the description of this PreDeployedLanguageModels. id
[Required] Gets the id of this PreDeployedLanguageModels. -
__init__
(**kwargs)¶ Initializes a new PreDeployedLanguageModels object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this PreDeployedLanguageModels.
- compartment_id (str) – The value to assign to the compartment_id property of this PreDeployedLanguageModels.
- description (str) – The value to assign to the description property of this PreDeployedLanguageModels.
-
compartment_id
¶ [Required] Gets the compartment_id of this PreDeployedLanguageModels. The OCID Compartment Identifier
Returns: The compartment_id of this PreDeployedLanguageModels. Return type: str
-
description
¶ Gets the description of this PreDeployedLanguageModels. Language Entities Description
Returns: The description of this PreDeployedLanguageModels. Return type: str
-
id
¶ [Required] Gets the id of this PreDeployedLanguageModels. Unique identifier that is immutable on creation
Returns: The id of this PreDeployedLanguageModels. Return type: str
-