class edgeimpulse_api.models.keras_visual_layer.KerasVisualLayer(
**data: Any
)
Config
The type of the None singleton.
columns: pydantic.types.StrictInt | None
The type of the None singleton.
dropout_rate: float | None
The type of the None singleton.
enabled: pydantic.types.StrictBool | None
The type of the None singleton.
kernel_size: pydantic.types.StrictInt | None
The type of the None singleton.
neurons: pydantic.types.StrictInt | None
The type of the None singleton.
organization_model_id: pydantic.types.StrictInt | None
The type of the None singleton.
stack: pydantic.types.StrictInt | None
The type of the None singleton.
type: edgeimpulse_api.models.keras_visual_layer_type.KerasVisualLayerType
The type of the None singleton.
edgeimpulse_api.models.keras_visual_layer.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.keras_visual_layer.KerasVisualLayer
edgeimpulse_api.models.keras_visual_layer.from_json(
json_str: str
) ‑> edgeimpulse_api.models.keras_visual_layer.KerasVisualLayer
edgeimpulse_api.models.keras_visual_layer.to_dict(
self
)
edgeimpulse_api.models.keras_visual_layer.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.keras_visual_layer.to_str(
self
) ‑> str