UpdateProjectRequest

class edgeimpulse_api.models.update_project_request.UpdateProjectRequest(
		**data: Any
)
Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. Parameters
  • **data: Any
Bases
  • pydantic.main.BaseModel
  • pydantic.utils.Representation
Class variables
  • Config The type of the None singleton.
  • ai_actions_grid_column_count: pydantic.types.StrictInt | None The type of the None singleton.
  • compute_time_limit_m: pydantic.types.StrictInt | None The type of the None singleton.
  • csv_import_config: Dict[str, Any] | None The type of the None singleton.
  • data_acquisition_grid_column_count: pydantic.types.StrictInt | None The type of the None singleton.
  • data_acquisition_grid_column_count_detailed: pydantic.types.StrictInt | None The type of the None singleton.
  • data_acquisition_page_size: pydantic.types.StrictInt | None The type of the None singleton.
  • data_acquisition_view_type: pydantic.types.StrictStr | None The type of the None singleton.
  • default_profiling_variant: edgeimpulse_api.models.keras_model_variant_enum.KerasModelVariantEnum | None The type of the None singleton.
  • description: pydantic.types.StrictStr | None The type of the None singleton.
  • dsp_file_size_mb: pydantic.types.StrictInt | None The type of the None singleton.
  • dsp_job_notification_uids: List[pydantic.types.StrictInt] | None The type of the None singleton.
  • dsp_page_size: pydantic.types.StrictInt | None The type of the None singleton.
  • enabled_model_profiling_variants: List[edgeimpulse_api.models.keras_model_variant_enum.KerasModelVariantEnum] | None The type of the None singleton.
  • enterprise_performance: pydantic.types.StrictBool | None The type of the None singleton.
  • experiments: List[pydantic.types.StrictStr] | None The type of the None singleton.
  • export_job_notification_uids: List[pydantic.types.StrictInt] | None The type of the None singleton.
  • getting_started_classes: List[pydantic.types.StrictStr] | None The type of the None singleton.
  • getting_started_step: pydantic.types.StrictInt | None The type of the None singleton.
  • getting_started_tutorial: edgeimpulse_api.models.tutorial_type.TutorialType | None The type of the None singleton.
  • impulse_list_additional_metrics_shown_columns: List[pydantic.types.StrictStr] | None The type of the None singleton.
  • impulse_list_core_metrics_hidden_columns: List[pydantic.types.StrictStr] | None The type of the None singleton.
  • impulse_list_extra_columns: List[pydantic.types.StrictStr] | None The type of the None singleton.
  • in_pretrained_model_flow: pydantic.types.StrictBool | None The type of the None singleton.
  • ind_pause_processing_samples: pydantic.types.StrictBool | None The type of the None singleton.
  • inline_edit_bounding_boxes: pydantic.types.StrictBool | None The type of the None singleton.
  • labeling_method: pydantic.types.StrictStr | None The type of the None singleton.
  • last_acquisition_label: pydantic.types.StrictStr | None The type of the None singleton.
  • last_deploy_eon_compiler: pydantic.types.StrictBool | None The type of the None singleton.
  • last_deploy_model_engine: pydantic.types.StrictStr | None The type of the None singleton.
  • last_deployment_target: pydantic.types.StrictStr | None The type of the None singleton.
  • last_shown_model_engine: edgeimpulse_api.models.model_engine_short_enum.ModelEngineShortEnum | None The type of the None singleton.
  • latency_device: pydantic.types.StrictStr | None The type of the None singleton.
  • logo: pydantic.types.StrictStr | None The type of the None singleton.
  • metadata: Dict[str, Any] | None The type of the None singleton.
  • model_testing_job_notification_uids: List[pydantic.types.StrictInt] | None The type of the None singleton.
  • name: pydantic.types.StrictStr | None The type of the None singleton.
  • project_visibility: edgeimpulse_api.models.project_visibility.ProjectVisibility | None The type of the None singleton.
  • public_project_listed: pydantic.types.StrictBool | None The type of the None singleton.
  • readme: pydantic.types.StrictStr | None The type of the None singleton.
  • selected_project_type_in_wizard: pydantic.types.StrictStr | None The type of the None singleton.
  • show_create_first_impulse: pydantic.types.StrictBool | None The type of the None singleton.
  • show_exact_sample_length: pydantic.types.StrictBool | None The type of the None singleton.
  • show_sensor_data_in_acquisition_graph: pydantic.types.StrictBool | None The type of the None singleton.
  • train_job_notification_uids: List[pydantic.types.StrictInt] | None The type of the None singleton.
  • train_job_ram_mb: pydantic.types.StrictInt | None The type of the None singleton.
  • use_gpu: pydantic.types.StrictBool | None The type of the None singleton.
  • versioning_storage_size_mib: pydantic.types.StrictInt | None The type of the None singleton.

Static methods

data_acquisition_view_type_validate_enum

edgeimpulse_api.models.update_project_request.data_acquisition_view_type_validate_enum(
		v
)
Parameters
  • v

from_dict

edgeimpulse_api.models.update_project_request.from_dict(
		obj: dict
) ‑> edgeimpulse_api.models.update_project_request.UpdateProjectRequest
Create an instance of UpdateProjectRequest from a dict Parameters
  • obj: dict
Return edgeimpulse_api.models.update_project_request.UpdateProjectRequest

from_json

edgeimpulse_api.models.update_project_request.from_json(
		json_str: str
) ‑> edgeimpulse_api.models.update_project_request.UpdateProjectRequest
Create an instance of UpdateProjectRequest from a JSON string Parameters
  • json_str: str
Return edgeimpulse_api.models.update_project_request.UpdateProjectRequest

labeling_method_validate_enum

edgeimpulse_api.models.update_project_request.labeling_method_validate_enum(
		v
)
Parameters
  • v

selected_project_type_in_wizard_validate_enum

edgeimpulse_api.models.update_project_request.selected_project_type_in_wizard_validate_enum(
		v
)
Parameters
  • v

Methods

to_dict

edgeimpulse_api.models.update_project_request.to_dict(
		self
)
Returns the dictionary representation of the model using alias Parameters
  • self

to_json

edgeimpulse_api.models.update_project_request.to_json(
		self,
		indent=None
) ‑> str
Returns the JSON representation of the model using alias Parameters
  • self
  • indent=None
Return str

to_str

edgeimpulse_api.models.update_project_request.to_str(
		self
) ‑> str
Returns the string representation of the model using alias Parameters
  • self
Return str