Classes

GeneratePostProcessingFeaturesForSample200Response

edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response(
	**data: Any
)
Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model.
Parameters
**dataAny
Bases
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Class variables
Config
actual_instanceAny
any_of_schemasList[str]
anyof_schema_1_validatoredgeimpulse_api.models.get_post_processing_features_for_sample_response.GetPostProcessingFeaturesForSampleResponse | None
anyof_schema_2_validatoredgeimpulse_api.models.start_job_response.StartJobResponse | None

STATIC METHODS

actual_instance_must_validate_anyof

edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response.actual_instance_must_validate_anyof(
	v
)
Parameters
v

from_dict

edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response.from_dict(
	obj: dict
) ‑> edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response
Parameters
objdict
Returns
edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response

from_json

edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response.from_json(
	json_str: str
) ‑> edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response
Returns the object represented by the json string
Parameters
json_strstr
Returns
edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response

METHODS

to_dict

edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response.to_dict(
	self
) ‑> dict
Returns the dict representation of the actual instance
Parameters
self
Returns
dict

to_json

edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response.to_json(
	self,
	indent=None
) ‑> str
Returns the JSON representation of the actual instance
Parameters
self
indent=None
Returns
str

to_str

edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response.to_str(
	self
) ‑> str
Returns the string representation of the actual instance
Parameters
self
Returns
str