kittycad.api.ml.create_text_to_cad_iteration
Functions
|
Even if you give specific ranges to edit, the model might change more than just those in order to make the changes you requested without breaking the code. |
|
|
|
Even if you give specific ranges to edit, the model might change more than just those in order to make the changes you requested without breaking the code. |
|
- kittycad.api.ml.create_text_to_cad_iteration._build_response(*, response)[source][source]
- Return type:
- kittycad.api.ml.create_text_to_cad_iteration._parse_response(*, response)[source][source]
- Return type:
- async kittycad.api.ml.create_text_to_cad_iteration.asyncio(body, *, client)[source][source]
Even if you give specific ranges to edit, the model might change more than just those in order to make the changes you requested without breaking the code.
You always get the whole code back, even if you only changed a small part of it.
This operation is performed asynchronously, the
id
of the operation will be returned. You can use theid
returned from the request to get status information about the async operation from the/async/operations/{id}
endpoint.This endpoint will soon be deprecated in favor of the
/ml/text-to-cad/multi-file/iteration
endpoint. In that the endpoint path will remain but it will have the same behavior asml/text-to-cad/multi-file/iteration
.- Return type:
- async kittycad.api.ml.create_text_to_cad_iteration.asyncio_detailed(body, *, client)[source][source]
- Return type:
- kittycad.api.ml.create_text_to_cad_iteration.sync(body, *, client)[source][source]
Even if you give specific ranges to edit, the model might change more than just those in order to make the changes you requested without breaking the code.
You always get the whole code back, even if you only changed a small part of it.
This operation is performed asynchronously, the
id
of the operation will be returned. You can use theid
returned from the request to get status information about the async operation from the/async/operations/{id}
endpoint.This endpoint will soon be deprecated in favor of the
/ml/text-to-cad/multi-file/iteration
endpoint. In that the endpoint path will remain but it will have the same behavior asml/text-to-cad/multi-file/iteration
.- Return type: