edge-impulse-api 1.73.3 → 1.73.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -517,7 +517,7 @@ export declare class OrganizationDataApi {
|
|
|
517
517
|
};
|
|
518
518
|
}): Promise<StartJobResponse>;
|
|
519
519
|
/**
|
|
520
|
-
* Remove a storage bucket. This will render any data in this storage bucket unreachable.
|
|
520
|
+
* Remove a storage bucket and associated datasets. This will render any data in this storage bucket unreachable.
|
|
521
521
|
* @summary Remove storage bucket
|
|
522
522
|
* @param organizationId Organization ID
|
|
523
523
|
* @param bucketId Bucket ID
|
|
@@ -2708,7 +2708,7 @@ class OrganizationDataApi {
|
|
|
2708
2708
|
});
|
|
2709
2709
|
}
|
|
2710
2710
|
/**
|
|
2711
|
-
* Remove a storage bucket. This will render any data in this storage bucket unreachable.
|
|
2711
|
+
* Remove a storage bucket and associated datasets. This will render any data in this storage bucket unreachable.
|
|
2712
2712
|
* @summary Remove storage bucket
|
|
2713
2713
|
* @param organizationId Organization ID
|
|
2714
2714
|
* @param bucketId Bucket ID
|