diff --git a/packages/clients/src/api/llm_inference/v1beta1/api.gen.ts b/packages/clients/src/api/llm_inference/v1beta1/api.gen.ts index 243405463..daac16d49 100644 --- a/packages/clients/src/api/llm_inference/v1beta1/api.gen.ts +++ b/packages/clients/src/api/llm_inference/v1beta1/api.gen.ts @@ -62,9 +62,9 @@ const jsonContentHeaders = { } /** - * LLM Inference API. + * Managed Inference API. * - * This API allows you to manage your LLM Inference services. + * This API allows you to manage your Inference services. */ export class API extends ParentAPI { /** Lists the available regions of the API. */ @@ -356,7 +356,7 @@ export class API extends ParentAPI { ) /** - * List models. List all available LLM models. + * List models. List all available models. * * @param request - The request {@link ListModelsRequest} * @returns A Promise of ListModelsResponse diff --git a/packages/clients/src/api/llm_inference/v1beta1/types.gen.ts b/packages/clients/src/api/llm_inference/v1beta1/types.gen.ts index fa587a703..afbc09e64 100644 --- a/packages/clients/src/api/llm_inference/v1beta1/types.gen.ts +++ b/packages/clients/src/api/llm_inference/v1beta1/types.gen.ts @@ -111,8 +111,8 @@ export interface EndpointSpec { */ privateNetwork?: EndpointSpecPrivateNetwork /** - * By default, LLM deployments are protected by IAM authentication. When - * setting this field to true, the authentication will be disabled. + * By default, deployments are protected by IAM authentication. When setting + * this field to true, the authentication will be disabled. */ disableAuth: boolean } @@ -485,8 +485,8 @@ export type UpdateEndpointRequest = { /** ID of the endpoint to update. */ endpointId: string /** - * By default, LLM deployments are protected by IAM authentication. When - * setting this field to true, the authentication will be disabled. + * By default, deployments are protected by IAM authentication. When setting + * this field to true, the authentication will be disabled. */ disableAuth?: boolean }