Classes
PostProcessingApi
edgeimpulse_api.api.post_processing_api.PostProcessingApi(
api_client=None
)
| Parameters | |
|---|---|
api_client=None | |
METHODS
generate_post_processing_features_for_sample
edgeimpulse_api.api.post_processing_api.PostProcessingApi.generate_post_processing_features_for_sample(
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
) ‑> edgeimpulse_api.models.generate_post_processing_features_for_sample200_response.GeneratePostProcessingFeaturesForSample200Response
| 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
edgeimpulse_api.api.post_processing_api.PostProcessingApi.get_post_processing_config(
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
) ‑> edgeimpulse_api.models.post_processing_config_response.PostProcessingConfigResponse
| 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
edgeimpulse_api.api.post_processing_api.PostProcessingApi.get_post_processing_results_for_sample(
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
) ‑> edgeimpulse_api.models.get_post_processing_results_for_sample_response.GetPostProcessingResultsForSampleResponse
| 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
edgeimpulse_api.api.post_processing_api.PostProcessingApi.set_post_processing_config(
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
) ‑> edgeimpulse_api.models.generic_api_response.GenericApiResponse
| 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 |