class edgeimpulse_api.models.organization_bucket.OrganizationBucket(
**data: Any
)
Config
The type of the None singleton.
access_key: pydantic.types.StrictStr
The type of the None singleton.
bucket: pydantic.types.StrictStr
The type of the None singleton.
check_connectivity_prefix: pydantic.types.StrictStr | None
The type of the None singleton.
connected: pydantic.types.StrictBool
The type of the None singleton.
endpoint: pydantic.types.StrictStr
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
region: pydantic.types.StrictStr
The type of the None singleton.
storage_account_name: pydantic.types.StrictStr | None
The type of the None singleton.
storage_provider: edgeimpulse_api.models.storage_provider.StorageProvider
The type of the None singleton.
edgeimpulse_api.models.organization_bucket.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.organization_bucket.OrganizationBucket
edgeimpulse_api.models.organization_bucket.from_json(
json_str: str
) ‑> edgeimpulse_api.models.organization_bucket.OrganizationBucket
edgeimpulse_api.models.organization_bucket.to_dict(
self
)
edgeimpulse_api.models.organization_bucket.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.organization_bucket.to_str(
self
) ‑> str