ai_api_client_sdk.models.deployment_bulk_modify_response module

class ai_api_client_sdk.models.deployment_bulk_modify_response.DeploymentBulkModifyResponse(deployments: List[BasicResponse | BulkModifyErrorResponse], **kwargs)

Bases: object

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]]

__init__(deployments: List[BasicResponse | BulkModifyErrorResponse], **kwargs)
static from_dict(response_dict: Dict[str, List[Dict[str, str | Dict]]])

Returns a ai_api_client_sdk.models.Deployment_Bulk_Modify_Response.DeploymentBulkModifyResponse object, created from the values provided as parameter

Parameters:

response_dict (Dict[str, List[Dict[str, Union[str, Dict]]]]) – Which includes the necessary values to create the object

Returns:

An object, created from the values provided

Return type:

class:ai_api_client_sdk.models.Deployment_Bulk_Modify_Response.DeploymentBulkModifyResponse