ai_api_client_sdk.models.ai_api_capabilities_bulk_updates module¶
- class ai_api_client_sdk.models.ai_api_capabilities_bulk_updates.AIAPICapabilitiesBulkUpdates(executions: bool = False, deployments: bool = False, **kwargs)¶
Bases:
objectThe AIAPICapabilitiesBulkUpdates object represents the bulk updates capabilities
- Parameters:
deployments (bool, optional) – indicates whether bulk updates for executions are supported, defaults to False
executions (bool, optional) – indicates whether bulk updates for executions are supported, defaults to False
**kwargs – The keyword arguments are there in case there are additional attributes returned from server
- __init__(executions: bool = False, deployments: bool = False, **kwargs)¶
- static from_dict(ai_api_capabilities_bulk_updates_dict: Dict[str, bool])¶
Returns a
ai_api_client_sdk.models.ai_api_capabilities_bulk_updates.AIAPICapabilitiesBulkUpdatesobject, created from the values in the dict provided as parameter- Parameters:
ai_api_capabilities_bulk_updates_dict (Dict[str, bool]) – 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.ai_api_capabilities_bulk_updates.AIAPICapabilitiesBulkUpdates