Classes
DeploymentApi
Parameters | |
---|---|
api_client=None | |
METHODS
download_build
Parameters | |
---|---|
self | |
project_id | Annotated[pydantic.v1.types.StrictInt, FieldInfo(default=Ellipsis, description='Project ID', extra={})] |
type | Annotated[pydantic.v1.types.StrictStr, FieldInfo(default=Ellipsis, description='The name of the built target. You can find this by listing all deployment targets through listDeploymentTargetsForProject (via GET /v1/api/{projectId} /deployment/targets) and see the format type.', extra={})] |
model_type | Annotated[edgeimpulse_api.models.keras_model_type_enum.KerasModelTypeEnum | None, FieldInfo(default=PydanticUndefined, description='Optional model type of the build (if not, it uses the settings in the Keras block)', extra={})] = None |
engine | Annotated[edgeimpulse_api.models.deployment_target_engine.DeploymentTargetEngine | None, FieldInfo(default=PydanticUndefined, description='Optional engine for the build (if not, it uses the default engine for the deployment target)', extra={})] = None |
impulse_id | Annotated[pydantic.v1.types.StrictInt | None, FieldInfo(default=PydanticUndefined, description='Impulse ID. If this is unset then the default impulse is used.', extra={})] = None |
**kwargs | |
Returns |
---|
str |
find_syntiant_posterior
Parameters | |
---|---|
self | |
project_id | Annotated[pydantic.v1.types.StrictInt, FieldInfo(default=Ellipsis, description='Project ID', extra={})] |
target_words | List[pydantic.v1.types.StrictStr] |
reference_set | pydantic.v1.types.StrictStr |
impulse_id | Annotated[pydantic.v1.types.StrictInt | None, FieldInfo(default=PydanticUndefined, description='Impulse ID. If this is unset then the default impulse is used.', extra={})] = None |
wav_file | pydantic.v1.types.StrictStr | None = None |
meta_csv_file | pydantic.v1.types.StrictStr | None = None |
deployment_target | pydantic.v1.types.StrictStr | None = None |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.start_job_response.StartJobResponse |
get_deployment
Parameters | |
---|---|
self | |
project_id | Annotated[pydantic.v1.types.StrictInt, FieldInfo(default=Ellipsis, description='Project ID', extra={})] |
type | Annotated[pydantic.v1.types.StrictStr, FieldInfo(default=Ellipsis, description='The name of the built target. You can find this by listing all deployment targets through listDeploymentTargetsForProject (via GET /v1/api/{projectId} /deployment/targets) and see the format type.', extra={})] |
model_type | Annotated[edgeimpulse_api.models.keras_model_type_enum.KerasModelTypeEnum | None, FieldInfo(default=PydanticUndefined, description='Optional model type of the build (if not, it uses the settings in the Keras block)', extra={})] = None |
engine | Annotated[edgeimpulse_api.models.deployment_target_engine.DeploymentTargetEngine | None, FieldInfo(default=PydanticUndefined, description='Optional engine for the build (if not, it uses the default engine for the deployment target)', extra={})] = None |
impulse_id | Annotated[pydantic.v1.types.StrictInt | None, FieldInfo(default=PydanticUndefined, description='Impulse ID. If this is unset then the default impulse is used.', extra={})] = None |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.get_deployment_response.GetDeploymentResponse |
get_evaluate_job_result
Parameters | |
---|---|
self | |
project_id | Annotated[pydantic.v1.types.StrictInt, FieldInfo(default=Ellipsis, description='Project ID', extra={})] |
impulse_id | Annotated[pydantic.v1.types.StrictInt | None, FieldInfo(default=PydanticUndefined, description='Impulse ID. If this is unset then the default impulse is used.', extra={})] = None |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.evaluate_job_response.EvaluateJobResponse |
get_evaluate_job_result_cache
Parameters | |
---|---|
self | |
project_id | Annotated[pydantic.v1.types.StrictInt, FieldInfo(default=Ellipsis, description='Project ID', extra={})] |
impulse_id | Annotated[pydantic.v1.types.StrictInt | None, FieldInfo(default=PydanticUndefined, description='Impulse ID. If this is unset then the default impulse is used.', extra={})] = None |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.evaluate_job_response.EvaluateJobResponse |
get_last_deployment_build
Parameters | |
---|---|
self | |
project_id | Annotated[pydantic.v1.types.StrictInt, FieldInfo(default=Ellipsis, description='Project ID', extra={})] |
impulse_id | Annotated[pydantic.v1.types.StrictInt | None, FieldInfo(default=PydanticUndefined, description='Impulse ID. If this is unset then the default impulse is used.', extra={})] = None |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.get_last_deployment_build_response.GetLastDeploymentBuildResponse |
get_syntiant_posterior
Parameters | |
---|---|
self | |
project_id | Annotated[pydantic.v1.types.StrictInt, FieldInfo(default=Ellipsis, description='Project ID', extra={})] |
impulse_id | Annotated[pydantic.v1.types.StrictInt | None, FieldInfo(default=PydanticUndefined, description='Impulse ID. If this is unset then the default impulse is used.', extra={})] = None |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.get_syntiant_posterior_response.GetSyntiantPosteriorResponse |
list_all_deployment_targets
Parameters | |
---|---|
self | |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.deployment_targets_response.DeploymentTargetsResponse |
list_deployment_targets_for_project
Parameters | |
---|---|
self | |
project_id | Annotated[pydantic.v1.types.StrictInt, FieldInfo(default=Ellipsis, description='Project ID', extra={})] |
impulse_id | Annotated[pydantic.v1.types.StrictInt | None, FieldInfo(default=PydanticUndefined, description='Impulse ID. If this is unset then the default impulse is used.', extra={})] = None |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.project_deployment_targets_response.ProjectDeploymentTargetsResponse |
list_deployment_targets_for_project_data_sources
Parameters | |
---|---|
self | |
project_id | Annotated[pydantic.v1.types.StrictInt, FieldInfo(default=Ellipsis, description='Project ID', extra={})] |
impulse_id | Annotated[pydantic.v1.types.StrictInt | None, FieldInfo(default=PydanticUndefined, description='Impulse ID. If this is unset then the default impulse is used.', extra={})] = None |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.deployment_targets_response.DeploymentTargetsResponse |
set_syntiant_posterior
Parameters | |
---|---|
self | |
project_id | Annotated[pydantic.v1.types.StrictInt, FieldInfo(default=Ellipsis, description='Project ID', extra={})] |
set_syntiant_posterior_request | edgeimpulse_api.models.set_syntiant_posterior_request.SetSyntiantPosteriorRequest |
impulse_id | Annotated[pydantic.v1.types.StrictInt | None, FieldInfo(default=PydanticUndefined, description='Impulse ID. If this is unset then the default impulse is used.', extra={})] = None |
**kwargs | |
Returns |
---|
edgeimpulse_api.models.generic_api_response.GenericApiResponse |