organization_transfer_learning_block
edgeimpulse_api v1.0.0
edgeimpulse_api.models.organization_transfer_learning_block module
class edgeimpulse_api.models.organization_transfer_learning_block.OrganizationTransferLearningBlock(*, id: StrictInt, name: StrictStr, dockerContainer: StrictStr, dockerContainerManagedByEdgeImpulse: StrictBool, created: datetime, description: StrictStr, userId: Optional[StrictInt] = None, userName: Optional[StrictStr] = None, operatesOn: StrictStr, objectDetectionLastLayer: Optional[ObjectDetectionLastLayer] = None, implementationVersion: StrictInt, isPublic: StrictBool, isPublicForDevices: List[StrictStr], repositoryUrl: Optional[StrictStr] = None)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
created(: datetim )
description(: StrictSt )
docker_container(: StrictSt )
docker_container_managed_by_edge_impulse(: StrictBoo )
classmethod from_dict(obj: dict)Create an instance of OrganizationTransferLearningBlock from a dict
classmethod from_json(json_str: str)Create an instance of OrganizationTransferLearningBlock from a JSON string
id(: StrictIn )
implementation_version(: StrictIn )
is_public(: StrictBoo )
is_public_for_devices(: List[StrictStr )
name(: StrictSt )
object_detection_last_layer(: Optional[ObjectDetectionLastLayer )
operates_on(: StrictSt )
classmethod operates_on_validate_enum(v)
repository_url(: Optional[StrictStr )
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?