keras_visual_layer
edgeimpulse_api v1.0.0
edgeimpulse_api.models.keras_visual_layer module
class edgeimpulse_api.models.keras_visual_layer.KerasVisualLayer(*, type: KerasVisualLayerType, neurons: Optional[StrictInt] = None, kernelSize: Optional[StrictInt] = None, dropoutRate: Optional[float] = None, columns: Optional[StrictInt] = None, stack: Optional[StrictInt] = None, enabled: Optional[StrictBool] = None, organizationModelId: Optional[StrictInt] = None)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
columns(: Optional[StrictInt )
dropout_rate(: Optional[float )
enabled(: Optional[StrictBool )
classmethod from_dict(obj: dict)Create an instance of KerasVisualLayer from a dict
classmethod from_json(json_str: str)Create an instance of KerasVisualLayer from a JSON string
kernel_size(: Optional[StrictInt )
neurons(: Optional[StrictInt )
organization_model_id(: Optional[StrictInt )
stack(: Optional[StrictInt )
to_dict()Returns the dictionary representation of the model using alias
to_json()Returns the JSON representation of the model using alias
to_str()Returns the string representation of the model using alias
type(_: KerasVisualLayerType
Last updated
Was this helpful?