ai_api_client_sdk.models.model_base_data_allowed_scenarios module¶
- class ai_api_client_sdk.models.model_base_data_allowed_scenarios.ModelBaseDataAllowedScenarios(scenario_id: str, executable_id: str)¶
Bases:
objectThis class defines the allowed scenarios for the model base data.
- __init__(scenario_id: str, executable_id: str)¶
- Parameters:
scenario_id (str) – ID of the scenario
executable_id (str) – ID of the executable
- static from_dict(allowed_scenarios_dict: dict[str, any])¶
Returns a
ai_api_client_sdk.models.model_base_data_allowed_scenarios.ModelBaseDataAllowedScenariosobject, created from the values in the dict provided as parameter- Parameters:
allowed_scenarios_dict (Dict[str, Any]) – 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.model_base_data_allowed_scenarios.ModelBaseDataAllowedScenarios