organization_deploy_block
edgeimpulse_api v1.0.0
edgeimpulse_api.models.organization_deploy_block module
class edgeimpulse_api.models.organization_deploy_block.OrganizationDeployBlock(*, id: StrictInt, name: StrictStr, dockerContainer: StrictStr, dockerContainerManagedByEdgeImpulse: StrictBool, created: datetime, userId: Optional[StrictInt] = None, userName: Optional[StrictStr] = None, description: StrictStr, cliArguments: StrictStr, requestsCpu: Optional[float] = None, requestsMemory: Optional[StrictInt] = None, limitsCpu: Optional[float] = None, limitsMemory: Optional[StrictInt] = None, photo: StrictStr, integrateUrl: Optional[StrictStr] = None, privileged: StrictBool, mountLearnBlock: StrictBool, supportsEonCompiler: StrictBool, showOptimizations: StrictBool, category: StrictStr)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
category(: StrictSt )
classmethod category_validate_enum(v)
cli_arguments(: StrictSt )
created(: datetim )
description(: StrictSt )
docker_container(: StrictSt )
docker_container_managed_by_edge_impulse(: StrictBoo )
classmethod from_dict(obj: dict)Create an instance of OrganizationDeployBlock from a dict
classmethod from_json(json_str: str)Create an instance of OrganizationDeployBlock from a JSON string
id(: StrictIn )
integrate_url(: Optional[StrictStr )
limits_cpu(: Optional[float )
limits_memory(: Optional[StrictInt )
mount_learn_block(: StrictBoo )
name(: StrictSt )
photo(: StrictSt )
privileged(: StrictBoo )
requests_cpu(: Optional[float )
requests_memory(: Optional[StrictInt )
show_optimizations(: StrictBoo )
supports_eon_compiler(: 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
user_id(: Optional[StrictInt )
user_name(: Optional[StrictStr )
Last updated
Was this helpful?