Functions
check_response_errors
Parameters | |
---|---|
request | |
configure_generic_client
Parameters | |
---|---|
key | str |
key_type | str | None = 'api' |
host | str | None = 'https |
Returns |
---|
edgeimpulse_api.api_client.ApiClient |
connect_websocket
Parameters | |
---|---|
token | |
host | str = None |
Returns |
---|
socketio.client.Client |
default_project_id_for
Parameters | |
---|---|
client | edgeimpulse_api.api_client.ApiClient |
Returns |
---|
int |
encode_file_as_base64
Parameters | |
---|---|
filename | str |
get_organization_websocket
Parameters | |
---|---|
client | |
organization_id | int |
host | str = None |
Returns |
---|
socketio.client.Client |
get_profile_devices
Parameters | |
---|---|
client | edgeimpulse_api.api_client.ApiClient |
project_id | int | None = None |
Returns |
---|
List[str] |
get_project_deploy_targets
Parameters | |
---|---|
client | edgeimpulse_api.api_client.ApiClient |
project_id | int | None = None |
Returns |
---|
List[str] |
get_project_websocket
Parameters | |
---|---|
client | |
project_id | int |
host | str = None |
Returns |
---|
socketio.client.Client |
get_user_agent
Parameters | |
---|---|
add_platform_info=False | |
inspect_model
Parameters | |
---|---|
model | pathlib._local.Path | str | bytes | Any |
tempdir | str |
Returns |
---|
Tuple[str, str] |
inspect_representative_data
Parameters | |
---|---|
data | pathlib._local.Path | str | bytes | Any |
Returns |
---|
str | None |
is_keras_model
Parameters | |
---|---|
model | |
is_numpy_array
Parameters | |
---|---|
array | |
is_onnx_model
Parameters | |
---|---|
model | |
is_path_to_numpy_file
Parameters | |
---|---|
path | |
is_path_to_onnx_model
Parameters | |
---|---|
path | |
is_path_to_tf_saved_model_directory
Parameters | |
---|---|
model_dir | |
is_path_to_tf_saved_model_zipped
Parameters | |
---|---|
model | |
is_type_accepted_by_open
Path
.
Parameters | |
---|---|
path | |
make_zip_archive
Parameters | |
---|---|
saved_model_path | |
numpy_installed
Returns |
---|
bool |
onnx_installed
Returns |
---|
bool |
pandas_installed
Returns |
---|
bool |
poll
Parameters | |
---|---|
jobs_client | edgeimpulse_api.api.jobs_api.JobsApi |
project_id | int |
job_id | int |
timeout_sec | float | None = None |
Returns |
---|
edgeimpulse_api.models.get_job_response.GetJobResponse |
run_job_until_completion
Parameters | |
---|---|
ws | |
job_id | int |
data_cb=None | |
timeout_sec | int | None = None |
run_organization_job_until_completion
Parameters | |
---|---|
organization_id | int |
job_id | int |
data_cb=None | |
client=None | |
timeout_sec | int | None = None |
Returns |
---|
None |
run_project_job_until_completion
Parameters | |
---|---|
job_id | int |
data_cb=None | |
client=None | |
project_id | int | None = None |
timeout_sec | int | None = None |
Returns |
---|
None |
save_model
Parameters | |
---|---|
model | pathlib._local.Path | str | bytes |
directory | str |
Returns |
---|
str |
save_representative_data
Parameters | |
---|---|
data | pathlib._local.Path | str | bytes |
directory | str |
Returns |
---|
str |
tensorflow_installed
Returns |
---|
bool |
upload_pretrained_model_and_data
Parameters | |
---|---|
tempdir | str |
client | edgeimpulse_api.api_client.ApiClient |
project_id | int |
model | pathlib._local.Path | str | bytes | Any |
representative_data | pathlib._local.Path | str | bytes | Any | None = None |
device | str | None = None |
timeout_sec | float | None = None |
Returns |
---|
edgeimpulse_api.models.get_job_response.GetJobResponse |