UpdateApiKeyAiModelAuthDetails

class oci.golden_gate.models.UpdateApiKeyAiModelAuthDetails(**kwargs)

Bases: oci.golden_gate.models.update_ai_model_auth_details.UpdateAiModelAuthDetails

The information to update API key authentication details for an AI Model connection.

Attributes

AUTH_TYPE_API_KEY str(object=’’) -> str
AUTH_TYPE_OCI_GEN_AI str(object=’’) -> str
api_key Gets the api_key of this UpdateApiKeyAiModelAuthDetails.
api_key_secret_id Gets the api_key_secret_id of this UpdateApiKeyAiModelAuthDetails.
auth_type [Required] Gets the auth_type of this UpdateAiModelAuthDetails.
base_url Gets the base_url of this UpdateApiKeyAiModelAuthDetails.

Methods

__init__(**kwargs) Initializes a new UpdateApiKeyAiModelAuthDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
AUTH_TYPE_API_KEY = 'API_KEY'
AUTH_TYPE_OCI_GEN_AI = 'OCI_GEN_AI'
__init__(**kwargs)

Initializes a new UpdateApiKeyAiModelAuthDetails object with values from keyword arguments. The default value of the auth_type attribute of this class is API_KEY and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • auth_type (str) – The value to assign to the auth_type property of this UpdateApiKeyAiModelAuthDetails. Allowed values for this property are: “OCI_GEN_AI”, “API_KEY”
  • base_url (str) – The value to assign to the base_url property of this UpdateApiKeyAiModelAuthDetails.
  • api_key (str) – The value to assign to the api_key property of this UpdateApiKeyAiModelAuthDetails.
  • api_key_secret_id (str) – The value to assign to the api_key_secret_id property of this UpdateApiKeyAiModelAuthDetails.
api_key

Gets the api_key of this UpdateApiKeyAiModelAuthDetails. API key for the AI model connection. Deprecated: This field is deprecated and replaced by “apiKeySecretId”. This change follows the GoldenGate “Plain Text Fields in Connections” deprecation: https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate

Returns:The api_key of this UpdateApiKeyAiModelAuthDetails.
Return type:str
api_key_secret_id

Gets the api_key_secret_id of this UpdateApiKeyAiModelAuthDetails. API key secret OCID for the AI model connection.

Returns:The api_key_secret_id of this UpdateApiKeyAiModelAuthDetails.
Return type:str
auth_type

[Required] Gets the auth_type of this UpdateAiModelAuthDetails. Authentication type used by the AI model connection.

Allowed values for this property are: “OCI_GEN_AI”, “API_KEY”

Returns:The auth_type of this UpdateAiModelAuthDetails.
Return type:str
base_url

Gets the base_url of this UpdateApiKeyAiModelAuthDetails. Base URL of the AI model endpoint. If not specified, the default base URL for the selected AI provider will be used.

Returns:The base_url of this UpdateApiKeyAiModelAuthDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.