Classes
TunerBlock
| Parameters | |
|---|---|
**data | Any |
| Bases |
|---|
pydantic.v1.main.BaseModel |
pydantic.v1.utils.Representation |
| Class variables | |
|---|---|
Config | |
author | pydantic.v1.types.StrictStr | None |
block_type | edgeimpulse_api.models.block_type.BlockType |
default_config | Dict[str, Any] | None |
description | pydantic.v1.types.StrictStr | None |
name | pydantic.v1.types.StrictStr | None |
organization_model_id | float | None |
params | Dict[str, edgeimpulse_api.models.dsp_group_item.DSPGroupItem] | None |
recommended | pydantic.v1.types.StrictBool | None |
title | pydantic.v1.types.StrictStr |
type | pydantic.v1.types.StrictStr |
variants | Dict[str, edgeimpulse_api.models.tuner_block_variants_value.TunerBlockVariantsValue] | None |
STATIC METHODS
from_dict
| Parameters | |
|---|---|
obj | dict |
| Returns |
|---|
edgeimpulse_api.models.tuner_block.TunerBlock |
from_json
| Parameters | |
|---|---|
json_str | str |
| Returns |
|---|
edgeimpulse_api.models.tuner_block.TunerBlock |
METHODS
to_dict
| Parameters | |
|---|---|
self | |
to_json
| Parameters | |
|---|---|
self | |
indent=None | |
| Returns |
|---|
str |
to_str
| Parameters | |
|---|---|
self | |
| Returns |
|---|
str |