class edgeimpulse_api.models.keras_model_metadata.KerasModelMetadata(
**data: Any
)
Config
The type of the None singleton.
available_model_types: List[edgeimpulse_api.models.keras_model_type_enum.KerasModelTypeEnum]
The type of the None singleton.
class_names: List[pydantic.types.StrictStr]
The type of the None singleton.
created: datetime.datetime
The type of the None singleton.
has_trained_model: pydantic.types.StrictBool
The type of the None singleton.
image_input_scaling: edgeimpulse_api.models.image_input_scaling.ImageInputScaling
The type of the None singleton.
labels: List[pydantic.types.StrictStr]
The type of the None singleton.
layers: List[edgeimpulse_api.models.keras_model_layer.KerasModelLayer]
The type of the None singleton.
mode: pydantic.types.StrictStr
The type of the None singleton.
model_validation_metrics: List[edgeimpulse_api.models.keras_model_metadata_metrics.KerasModelMetadataMetrics]
The type of the None singleton.
object_detection_last_layer: edgeimpulse_api.models.object_detection_last_layer.ObjectDetectionLastLayer | None
The type of the None singleton.
recommended_model_type: edgeimpulse_api.models.keras_model_type_enum.KerasModelTypeEnum
The type of the None singleton.
tensorboard_graphs: List[edgeimpulse_api.models.keras_model_metadata_graph.KerasModelMetadataGraph] | None
The type of the None singleton.
thresholds: List[edgeimpulse_api.models.block_threshold.BlockThreshold]
The type of the None singleton.
edgeimpulse_api.models.keras_model_metadata.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.keras_model_metadata.KerasModelMetadata
edgeimpulse_api.models.keras_model_metadata.from_json(
json_str: str
) ‑> edgeimpulse_api.models.keras_model_metadata.KerasModelMetadata
edgeimpulse_api.models.keras_model_metadata.mode_validate_enum(
v
)
edgeimpulse_api.models.keras_model_metadata.to_dict(
self
)
edgeimpulse_api.models.keras_model_metadata.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.keras_model_metadata.to_str(
self
) ‑> str