class edgeimpulse_api.models.tuner_block_variants_value.TunerBlockVariantsValue(
**data: Any
)
Config
The type of the None singleton.
key: pydantic.types.StrictStr | None
The type of the None singleton.
object_detection: pydantic.types.StrictBool | None
The type of the None singleton.
params: Dict[str, List[Dict[str, Any]]] | None
The type of the None singleton.
project_data_type: pydantic.types.StrictStr | None
The type of the None singleton.
regression: pydantic.types.StrictBool | None
The type of the None singleton.
search_space_templates: List[edgeimpulse_api.models.tuner_block_variants_value_search_space_templates_inner.TunerBlockVariantsValueSearchSpaceTemplatesInner] | None
The type of the None singleton.
title: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.tuner_block_variants_value.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.tuner_block_variants_value.TunerBlockVariantsValue
edgeimpulse_api.models.tuner_block_variants_value.from_json(
json_str: str
) ‑> edgeimpulse_api.models.tuner_block_variants_value.TunerBlockVariantsValue
edgeimpulse_api.models.tuner_block_variants_value.to_dict(
self
)
edgeimpulse_api.models.tuner_block_variants_value.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.tuner_block_variants_value.to_str(
self
) ‑> str