AiModelSummary¶
-
class
oci.golden_gate.models.AiModelSummary(**kwargs)¶ Bases:
objectSummary details of an AI model supported by a provider.
Attributes
PROVIDER_TYPE_GEMINIA constant which can be used with the provider_type property of a AiModelSummary. PROVIDER_TYPE_OCI_GENERATIVE_AIA constant which can be used with the provider_type property of a AiModelSummary. PROVIDER_TYPE_OPEN_AIA constant which can be used with the provider_type property of a AiModelSummary. PROVIDER_TYPE_VOYAGE_AIA constant which can be used with the provider_type property of a AiModelSummary. description[Required] Gets the description of this AiModelSummary. display_name[Required] Gets the display_name of this AiModelSummary. key[Required] Gets the key of this AiModelSummary. provider_type[Required] Gets the provider_type of this AiModelSummary. Methods
__init__(**kwargs)Initializes a new AiModelSummary object with values from keyword arguments. -
PROVIDER_TYPE_GEMINI= 'GEMINI'¶ A constant which can be used with the provider_type property of a AiModelSummary. This constant has a value of “GEMINI”
-
PROVIDER_TYPE_OCI_GENERATIVE_AI= 'OCI_GENERATIVE_AI'¶ A constant which can be used with the provider_type property of a AiModelSummary. This constant has a value of “OCI_GENERATIVE_AI”
-
PROVIDER_TYPE_OPEN_AI= 'OPEN_AI'¶ A constant which can be used with the provider_type property of a AiModelSummary. This constant has a value of “OPEN_AI”
-
PROVIDER_TYPE_VOYAGE_AI= 'VOYAGE_AI'¶ A constant which can be used with the provider_type property of a AiModelSummary. This constant has a value of “VOYAGE_AI”
-
__init__(**kwargs)¶ Initializes a new AiModelSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this AiModelSummary.
- provider_type (str) – The value to assign to the provider_type property of this AiModelSummary. Allowed values for this property are: “OCI_GENERATIVE_AI”, “GEMINI”, “OPEN_AI”, “VOYAGE_AI”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- display_name (str) – The value to assign to the display_name property of this AiModelSummary.
- description (str) – The value to assign to the description property of this AiModelSummary.
-
description¶ [Required] Gets the description of this AiModelSummary. Metadata about this specific object.
Returns: The description of this AiModelSummary. Return type: str
-
display_name¶ [Required] Gets the display_name of this AiModelSummary. An object’s Display Name.
Returns: The display_name of this AiModelSummary. Return type: str
-
key¶ [Required] Gets the key of this AiModelSummary. The identifier of the AI model offered by a provider.
Returns: The key of this AiModelSummary. Return type: str
-
provider_type¶ [Required] Gets the provider_type of this AiModelSummary. AI Provider type used by the AI Model Connection.
Allowed values for this property are: “OCI_GENERATIVE_AI”, “GEMINI”, “OPEN_AI”, “VOYAGE_AI”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The provider_type of this AiModelSummary. Return type: str
-