class edgeimpulse_api.models.update_organization_bucket_request.UpdateOrganizationBucketRequest(
**data: Any
)
Config
The type of the None singleton.
access_key: pydantic.types.StrictStr | None
The type of the None singleton.
bucket: pydantic.types.StrictStr | None
The type of the None singleton.
check_connectivity_prefix: pydantic.types.StrictStr | None
The type of the None singleton.
endpoint: pydantic.types.StrictStr | None
The type of the None singleton.
region: pydantic.types.StrictStr | None
The type of the None singleton.
secret_key: pydantic.types.StrictStr | None
The type of the None singleton.
storage_account_name: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.update_organization_bucket_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.update_organization_bucket_request.UpdateOrganizationBucketRequest
edgeimpulse_api.models.update_organization_bucket_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.update_organization_bucket_request.UpdateOrganizationBucketRequest
edgeimpulse_api.models.update_organization_bucket_request.to_dict(
self
)
edgeimpulse_api.models.update_organization_bucket_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.update_organization_bucket_request.to_str(
self
) ‑> str