tuner_create_trial_impulse module#

class edgeimpulse_api.models.tuner_create_trial_impulse.TunerCreateTrialImpulse(
*,
id: StrictStr | None = None,
experiment: StrictStr | None = None,
original_trial_id: StrictStr | None = None,
inputBlocks: List[Dict[str, Any]] | None = None,
dspBlocks: List[Dict[str, Any]] | None = None,
learnBlocks: List[Dict[str, Any]] | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
dsp_blocks: List[Dict[str, Any]] | None#
experiment: StrictStr | None#
classmethod from_dict(
obj: dict,
) TunerCreateTrialImpulse[source]#

Create an instance of TunerCreateTrialImpulse from a dict

classmethod from_json(
json_str: str,
) TunerCreateTrialImpulse[source]#

Create an instance of TunerCreateTrialImpulse from a JSON string

id: StrictStr | None#
input_blocks: List[Dict[str, Any]] | None#
learn_blocks: List[Dict[str, Any]] | None#
original_trial_id: StrictStr | None#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias