add_organization_transfer_learning_block_request

edgeimpulse_api v1.0.0

edgeimpulse_api.models.add_organization_transfer_learning_block_request module

class edgeimpulse_api.models.add_organization_transfer_learning_block_request.AddOrganizationTransferLearningBlockRequest(*, name: StrictStr, dockerContainer: StrictStr, description: StrictStr, operatesOn: StrictStr, objectDetectionLastLayer: Optional[ObjectDetectionLastLayer] = None, implementationVersion: StrictInt, isPublic: Optional[StrictBool] = None, isPublicForDevices: Optional[List[StrictStr]] = None, repositoryUrl: Optional[StrictStr] = None)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

description(: StrictSt )

docker_container(: StrictSt )

classmethod from_dict(obj: dict)

Create an instance of AddOrganizationTransferLearningBlockRequest from a dict

classmethod from_json(json_str: str)

Create an instance of AddOrganizationTransferLearningBlockRequest from a JSON string

implementation_version(: StrictIn )

is_public(: Optional[StrictBool )

is_public_for_devices(: Optional[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

Last updated

Was this helpful?