[docs]defsync(body:TextToCadIterationBody,*,client:Client,)->Optional[Union[TextToCadIteration,Error]]:"""This operation is performed asynchronously, the `id` of the operation will be returned. You can use the `id` returned from the request to get status information about the async operation from the `/async/operations/{id}` endpoint."""# noqa: E501returnsync_detailed(body=body,client=client,).parsed
[docs]asyncdefasyncio(body:TextToCadIterationBody,*,client:Client,)->Optional[Union[TextToCadIteration,Error]]:"""This operation is performed asynchronously, the `id` of the operation will be returned. You can use the `id` returned from the request to get status information about the async operation from the `/async/operations/{id}` endpoint."""# noqa: E501return(awaitasyncio_detailed(body=body,client=client,)).parsed