kittycad.api.ml.create_text_to_cad_iteration

Functions

asyncio(body, *, client)

This operation is performed asynchronously, the id of the operation will be returned.

asyncio_detailed(body, *, client)

sync(body, *, client)

This operation is performed asynchronously, the id of the operation will be returned.

sync_detailed(body, *, client)

kittycad.api.ml.create_text_to_cad_iteration._build_response(*, response)[source][source]
Return type:

Response[Union[TextToCadIteration, Error, None]]

kittycad.api.ml.create_text_to_cad_iteration._get_kwargs(body, *, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.ml.create_text_to_cad_iteration._parse_response(*, response)[source][source]
Return type:

Union[TextToCadIteration, Error, None]

async kittycad.api.ml.create_text_to_cad_iteration.asyncio(body, *, client)[source][source]

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.

Return type:

Union[TextToCadIteration, Error, None]

async kittycad.api.ml.create_text_to_cad_iteration.asyncio_detailed(body, *, client)[source][source]
Return type:

Response[Union[TextToCadIteration, Error, None]]

kittycad.api.ml.create_text_to_cad_iteration.sync(body, *, client)[source][source]

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.

Return type:

Union[TextToCadIteration, Error, None]

kittycad.api.ml.create_text_to_cad_iteration.sync_detailed(body, *, client)[source][source]
Return type:

Response[Union[TextToCadIteration, Error, None]]