aip_sdk.CustomSutProtocol
aip_sdk.CustomSutProtocol(build_request: Callable[[dict[str, Any], dict[str, Any]], tuple[dict[str, Any], dict[str, str]]], assemble_response: Callable[[httpx.Response], dict[str, Any]] = (lambda: lambda response: response.json())())
SDK-side custom request/response protocol for a SUT connection.
aip_sdk.CustomSutProtocol.assemble_response
aip_sdk.CustomSutProtocol.assemble_response: Callable[[httpx.Response], dict[str, Any]] = field(default_factory=lambda: lambda response: response.json())
No docstring is defined in the source.
aip_sdk.CustomSutProtocol.build_request
aip_sdk.CustomSutProtocol.build_request: Callable[[dict[str, Any], dict[str, Any]], tuple[dict[str, Any], dict[str, str]]]
No docstring is defined in the source.