Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/clients/src/api/llm_inference/v1beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/clients/src/api/llm_inference/v1beta1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -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
}