PatchResponseMessage

class oci.ai_document.models.PatchResponseMessage(**kwargs)

Bases: object

The response containing the details of the patch operation status.

Methods

__init__(**kwargs) Initializes a new PatchResponseMessage object with values from keyword arguments.

Attributes

compartment_id Gets the compartment_id of this PatchResponseMessage.
message [Required] Gets the message of this PatchResponseMessage.
model_id Gets the model_id of this PatchResponseMessage.
__init__(**kwargs)

Initializes a new PatchResponseMessage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • message (str) – The value to assign to the message property of this PatchResponseMessage.
  • model_id (str) – The value to assign to the model_id property of this PatchResponseMessage.
  • compartment_id (str) – The value to assign to the compartment_id property of this PatchResponseMessage.
compartment_id

Gets the compartment_id of this PatchResponseMessage. Compartment ID representing the conflicting Model Compartment.

Returns:The compartment_id of this PatchResponseMessage.
Return type:str
message

[Required] Gets the message of this PatchResponseMessage. The response message containing details of operation.

Returns:The message of this PatchResponseMessage.
Return type:str
model_id

Gets the model_id of this PatchResponseMessage. Model ID representing the conflicting patch operation.

Returns:The model_id of this PatchResponseMessage.
Return type:str