Louis-Philippe Bell
Apr 03, 2024
Apr 10, 2024
Next →
...
Bases: Resource
Resource
A port is a part of a Block which allows interconnecting multiple blocks together.
Block
port_id (str) – The ID of the port.
model_id (str) – The ID of the model containing this port.
port_type (str) – The type of port.
Delete the current port.
This function does nothing for now, since a port deletion is not supported. To delete a port, the user must delete the Block owning the port.
Convert this resource to a serialized JSON representation.
fields (tuple[str] | list[str]) – Fields to include.
values (tuple[object] | list[object]) – The value of each field
The serialized JSON representation.
str
The ID of the resource.
This property is read-only, it cannot be modified.