File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
packages/clients/src/api/llm_inference/v1beta1 Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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 */
6969export 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments