PatchModelDetails¶
-
class
oci.ai_document.models.
PatchModelDetails
(**kwargs)¶ Bases:
object
The model parameters to be updated using patch operation.
Methods
__init__
(**kwargs)Initializes a new PatchModelDetails object with values from keyword arguments. Attributes
operations
Gets the operations of this PatchModelDetails. -
__init__
(**kwargs)¶ Initializes a new PatchModelDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: operations (list[oci.ai_document.models.PatchModelOperation]) – The value to assign to the operations property of this PatchModelDetails.
-
operations
¶ Gets the operations of this PatchModelDetails. A list of patch operations for model.
Returns: The operations of this PatchModelDetails. Return type: list[oci.ai_document.models.PatchModelOperation]
-