| |
- builtins.object
-
- DeploymentBulkModifyResponse
class DeploymentBulkModifyResponse(builtins.object) |
|
DeploymentBulkModifyResponse(deployments: List[Union[ai_api_client_sdk.models.base_models.BasicResponse, ai_api_client_sdk.models.base_models.BulkModifyErrorResponse]], **kwargs)
The DeploymentBulkModifyResponse object defines the response to the deployments bulk modify request
:param deployments: Response to the bulk modify request of deployments
:type deployments: List[Union[BasicResponse, BulkModifyErrorResponse]] |
|
Methods defined here:
- __init__(self, deployments: List[Union[ai_api_client_sdk.models.base_models.BasicResponse, ai_api_client_sdk.models.base_models.BulkModifyErrorResponse]], **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- __str__(self)
- Return str(self).
Static methods defined here:
- from_dict(response_dict: Dict[str, List[Dict[str, Union[str, Dict]]]])
- Returns a :class:`ai_api_client_sdk.models.Deployment_Bulk_Modify_Response.DeploymentBulkModifyResponse`
object, created from the values provided as parameter
:param response_dict: Which includes the necessary values to create the object
:type response_dict: Dict[str, List[Dict[str, Union[str, Dict]]]]
:return: An object, created from the values provided
:rtype: class:`ai_api_client_sdk.models.Deployment_Bulk_Modify_Response.DeploymentBulkModifyResponse`
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |