Classes
PostProcessingApi
Parameters | |
---|---|
api_client=None | |
METHODS
generate_post_processing_features_for_sample
Parameters | |
---|---|
self | |
project_id | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Project ID')] |
post_processing_id | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Post-processing Block ID, use the impulse functions to retrieve the ID')] |
sample_id | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Sample ID')] |
post_processing_features_for_sample_request | edgeimpulse_api.models.post_processing_features_for_sample_request.PostProcessingFeaturesForSampleRequest |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response |
get_post_processing_config
Parameters | |
---|---|
self | |
project_id | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Project ID')] |
post_processing_id | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Post-processing Block ID, use the impulse functions to retrieve the ID')] |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.post_processing_config_response.PostProcessingConfigResponse |
get_post_processing_results_for_sample
Parameters | |
---|---|
self | |
project_id | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Project ID')] |
post_processing_id | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Post-processing Block ID, use the impulse functions to retrieve the ID')] |
sample_id | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Sample ID')] |
post_processing_features_for_sample_request | edgeimpulse_api.models.post_processing_features_for_sample_request.PostProcessingFeaturesForSampleRequest |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.get_post_processing_results_for_sample_response.GetPostProcessingResultsForSampleResponse |
set_post_processing_config
Parameters | |
---|---|
self | |
project_id | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Project ID')] |
post_processing_id | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Post-processing Block ID, use the impulse functions to retrieve the ID')] |
post_processing_config_request | edgeimpulse_api.models.post_processing_config_request.PostProcessingConfigRequest |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.generic_api_response.GenericApiResponse |