Skip to content

Commit 43a470e

Browse files
authored
docs(llm_inference): update product naming (#1278)
1 parent f3efa9a commit 43a470e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/clients/src/api/llm_inference/v1beta1/api.gen.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ const jsonContentHeaders = {
6262
}
6363

6464
/**
65-
* LLM Inference API.
65+
* Managed Inference API.
6666
*
67-
* This API allows you to manage your LLM Inference services.
67+
* This API allows you to manage your Inference services.
6868
*/
6969
export class API extends ParentAPI {
7070
/** Lists the available regions of the API. */
@@ -356,7 +356,7 @@ export class API extends ParentAPI {
356356
)
357357

358358
/**
359-
* List models. List all available LLM models.
359+
* List models. List all available models.
360360
*
361361
* @param request - The request {@link ListModelsRequest}
362362
* @returns A Promise of ListModelsResponse

packages/clients/src/api/llm_inference/v1beta1/types.gen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ export interface EndpointSpec {
111111
*/
112112
privateNetwork?: EndpointSpecPrivateNetwork
113113
/**
114-
* By default, LLM deployments are protected by IAM authentication. When
115-
* setting this field to true, the authentication will be disabled.
114+
* By default, deployments are protected by IAM authentication. When setting
115+
* this field to true, the authentication will be disabled.
116116
*/
117117
disableAuth: boolean
118118
}
@@ -485,8 +485,8 @@ export type UpdateEndpointRequest = {
485485
/** ID of the endpoint to update. */
486486
endpointId: string
487487
/**
488-
* By default, LLM deployments are protected by IAM authentication. When
489-
* setting this field to true, the authentication will be disabled.
488+
* By default, deployments are protected by IAM authentication. When setting
489+
* this field to true, the authentication will be disabled.
490490
*/
491491
disableAuth?: boolean
492492
}

0 commit comments

Comments
 (0)