GenAiUpdateDetail¶
-
class
oci.dif.models.GenAiUpdateDetail(**kwargs)¶ Bases:
objectDetails required for existing GenAi instance to be updated.
Methods
__init__(**kwargs)Initializes a new GenAiUpdateDetail object with values from keyword arguments. Attributes
endpointsGets the endpoints of this GenAiUpdateDetail. instance_id[Required] Gets the instance_id of this GenAiUpdateDetail. unit_countGets the unit_count of this GenAiUpdateDetail. -
__init__(**kwargs)¶ Initializes a new GenAiUpdateDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - instance_id (str) – The value to assign to the instance_id property of this GenAiUpdateDetail.
- unit_count (int) – The value to assign to the unit_count property of this GenAiUpdateDetail.
- endpoints (list[oci.dif.models.EndpointDetails]) – The value to assign to the endpoints property of this GenAiUpdateDetail.
-
endpoints¶ Gets the endpoints of this GenAiUpdateDetail. List of endpoints to be provisioned new or updated if existing for the GenAi dedicated cluster.
Returns: The endpoints of this GenAiUpdateDetail. Return type: list[oci.dif.models.EndpointDetails]
-
instance_id¶ [Required] Gets the instance_id of this GenAiUpdateDetail. Instance id of the exisitng GenAi instance to be updated.
Returns: The instance_id of this GenAiUpdateDetail. Return type: str
-
unit_count¶ Gets the unit_count of this GenAiUpdateDetail. No of replicas of base model to be used for hosting.
Returns: The unit_count of this GenAiUpdateDetail. Return type: int
-