Skip to content

Commit b95a338

Browse files
authored
docs(llm_inference): update product naming (#520)
1 parent 259697e commit b95a338

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

scaleway-async/scaleway_async/llm_inference/v1beta1/api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
class LlmInferenceV1Beta1API(API):
6767
"""
68-
This API allows you to manage your LLM Inference services.
68+
This API allows you to manage your Inference services.
6969
"""
7070

7171
async def list_deployments(
@@ -486,7 +486,7 @@ async def update_endpoint(
486486
Update an existing Endpoint.
487487
:param endpoint_id: ID of the endpoint to update.
488488
:param region: Region to target. If none is passed will use default region from the config.
489-
:param disable_auth: By default, LLM deployments are protected by IAM authentication.
489+
:param disable_auth: By default, deployments are protected by IAM authentication.
490490
When setting this field to true, the authentication will be disabled.
491491
:return: :class:`Endpoint <Endpoint>`
492492
@@ -762,7 +762,7 @@ async def list_models(
762762
) -> ListModelsResponse:
763763
"""
764764
List models.
765-
List all available LLM models.
765+
List all available models.
766766
:param region: Region to target. If none is passed will use default region from the config.
767767
:param order_by: Order in which to return results.
768768
:param page: Page number to return.
@@ -811,7 +811,7 @@ async def list_models_all(
811811
) -> List[Model]:
812812
"""
813813
List models.
814-
List all available LLM models.
814+
List all available models.
815815
:param region: Region to target. If none is passed will use default region from the config.
816816
:param order_by: Order in which to return results.
817817
:param page: Page number to return.

scaleway-async/scaleway_async/llm_inference/v1beta1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class ACLRule:
154154
class EndpointSpec:
155155
disable_auth: bool
156156
"""
157-
By default, LLM deployments are protected by IAM authentication.
157+
By default, deployments are protected by IAM authentication.
158158
When setting this field to true, the authentication will be disabled.
159159
"""
160160

@@ -817,6 +817,6 @@ class UpdateEndpointRequest:
817817

818818
disable_auth: Optional[bool]
819819
"""
820-
By default, LLM deployments are protected by IAM authentication.
820+
By default, deployments are protected by IAM authentication.
821821
When setting this field to true, the authentication will be disabled.
822822
"""

scaleway/scaleway/llm_inference/v1beta1/api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
class LlmInferenceV1Beta1API(API):
6767
"""
68-
This API allows you to manage your LLM Inference services.
68+
This API allows you to manage your Inference services.
6969
"""
7070

7171
def list_deployments(
@@ -484,7 +484,7 @@ def update_endpoint(
484484
Update an existing Endpoint.
485485
:param endpoint_id: ID of the endpoint to update.
486486
:param region: Region to target. If none is passed will use default region from the config.
487-
:param disable_auth: By default, LLM deployments are protected by IAM authentication.
487+
:param disable_auth: By default, deployments are protected by IAM authentication.
488488
When setting this field to true, the authentication will be disabled.
489489
:return: :class:`Endpoint <Endpoint>`
490490
@@ -760,7 +760,7 @@ def list_models(
760760
) -> ListModelsResponse:
761761
"""
762762
List models.
763-
List all available LLM models.
763+
List all available models.
764764
:param region: Region to target. If none is passed will use default region from the config.
765765
:param order_by: Order in which to return results.
766766
:param page: Page number to return.
@@ -809,7 +809,7 @@ def list_models_all(
809809
) -> List[Model]:
810810
"""
811811
List models.
812-
List all available LLM models.
812+
List all available models.
813813
:param region: Region to target. If none is passed will use default region from the config.
814814
:param order_by: Order in which to return results.
815815
:param page: Page number to return.

scaleway/scaleway/llm_inference/v1beta1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class ACLRule:
154154
class EndpointSpec:
155155
disable_auth: bool
156156
"""
157-
By default, LLM deployments are protected by IAM authentication.
157+
By default, deployments are protected by IAM authentication.
158158
When setting this field to true, the authentication will be disabled.
159159
"""
160160

@@ -817,6 +817,6 @@ class UpdateEndpointRequest:
817817

818818
disable_auth: Optional[bool]
819819
"""
820-
By default, LLM deployments are protected by IAM authentication.
820+
By default, deployments are protected by IAM authentication.
821821
When setting this field to true, the authentication will be disabled.
822822
"""

0 commit comments

Comments
 (0)