organization_info_response
edgeimpulse_api v1.0.0
edgeimpulse_api.models.organization_info_response module
class edgeimpulse_api.models.organization_info_response.OrganizationInfoResponse(*, success: StrictBool, error: Optional[StrictStr] = None, organization: Organization, datasets: List[OrganizationDataset], defaultComputeLimits: OrganizationInfoResponseAllOfDefaultComputeLimits, entitlementLimits: Optional[OrganizationInfoResponseAllOfEntitlementLimits] = None, experiments: Optional[List[ProjectInfoResponseAllOfExperiments]] = None, readme: Optional[ProjectInfoResponseAllOfReadme] = None, whitelabelId: Optional[StrictInt] = None)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
datasets(: List[OrganizationDataset )
default_compute_limits(_: OrganizationInfoResponseAllOfDefaultComputeLimits
entitlement_limits(: Optional[OrganizationInfoResponseAllOfEntitlementLimits )
error(: Optional[StrictStr )
experiments(: Optional[List[ProjectInfoResponseAllOfExperiments] )
classmethod from_dict(obj: dict)Create an instance of OrganizationInfoResponse from a dict
classmethod from_json(json_str: str)Create an instance of OrganizationInfoResponse from a JSON string
organization(_: Organization
readme(: Optional[ProjectInfoResponseAllOfReadme )
success(: StrictBoo )
to_dict()Returns the dictionary representation of the model using alias
to_json()Returns the JSON representation of the model using alias
to_str()Returns the string representation of the model using alias
whitelabel_id(: Optional[StrictInt )
Last updated
Was this helpful?