@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20241119 → 0.0.20241203
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +521 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241203
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1605,6 +1605,18 @@ declare namespace gapi.client {
|
|
|
1605
1605
|
toolParameterKeyMatchInput?: GoogleCloudAiplatformV1ToolParameterKeyMatchInput;
|
|
1606
1606
|
/** Input for tool parameter key value match metric. */
|
|
1607
1607
|
toolParameterKvMatchInput?: GoogleCloudAiplatformV1ToolParameterKVMatchInput;
|
|
1608
|
+
/** Input for trajectory match any order metric. */
|
|
1609
|
+
trajectoryAnyOrderMatchInput?: GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInput;
|
|
1610
|
+
/** Input for trajectory exact match metric. */
|
|
1611
|
+
trajectoryExactMatchInput?: GoogleCloudAiplatformV1TrajectoryExactMatchInput;
|
|
1612
|
+
/** Input for trajectory in order match metric. */
|
|
1613
|
+
trajectoryInOrderMatchInput?: GoogleCloudAiplatformV1TrajectoryInOrderMatchInput;
|
|
1614
|
+
/** Input for trajectory precision metric. */
|
|
1615
|
+
trajectoryPrecisionInput?: GoogleCloudAiplatformV1TrajectoryPrecisionInput;
|
|
1616
|
+
/** Input for trajectory recall metric. */
|
|
1617
|
+
trajectoryRecallInput?: GoogleCloudAiplatformV1TrajectoryRecallInput;
|
|
1618
|
+
/** Input for trajectory single tool use metric. */
|
|
1619
|
+
trajectorySingleToolUseInput?: GoogleCloudAiplatformV1TrajectorySingleToolUseInput;
|
|
1608
1620
|
}
|
|
1609
1621
|
interface GoogleCloudAiplatformV1EvaluateInstancesResponse {
|
|
1610
1622
|
/** Results for bleu metric. */
|
|
@@ -1657,6 +1669,18 @@ declare namespace gapi.client {
|
|
|
1657
1669
|
toolParameterKeyMatchResults?: GoogleCloudAiplatformV1ToolParameterKeyMatchResults;
|
|
1658
1670
|
/** Results for tool parameter key value match metric. */
|
|
1659
1671
|
toolParameterKvMatchResults?: GoogleCloudAiplatformV1ToolParameterKVMatchResults;
|
|
1672
|
+
/** Result for trajectory any order match metric. */
|
|
1673
|
+
trajectoryAnyOrderMatchResults?: GoogleCloudAiplatformV1TrajectoryAnyOrderMatchResults;
|
|
1674
|
+
/** Result for trajectory exact match metric. */
|
|
1675
|
+
trajectoryExactMatchResults?: GoogleCloudAiplatformV1TrajectoryExactMatchResults;
|
|
1676
|
+
/** Result for trajectory in order match metric. */
|
|
1677
|
+
trajectoryInOrderMatchResults?: GoogleCloudAiplatformV1TrajectoryInOrderMatchResults;
|
|
1678
|
+
/** Result for trajectory precision metric. */
|
|
1679
|
+
trajectoryPrecisionResults?: GoogleCloudAiplatformV1TrajectoryPrecisionResults;
|
|
1680
|
+
/** Results for trajectory recall metric. */
|
|
1681
|
+
trajectoryRecallResults?: GoogleCloudAiplatformV1TrajectoryRecallResults;
|
|
1682
|
+
/** Results for trajectory single tool use metric. */
|
|
1683
|
+
trajectorySingleToolUseResults?: GoogleCloudAiplatformV1TrajectorySingleToolUseResults;
|
|
1660
1684
|
}
|
|
1661
1685
|
interface GoogleCloudAiplatformV1Event {
|
|
1662
1686
|
/** Required. The relative resource name of the Artifact in the Event. */
|
|
@@ -2628,16 +2652,22 @@ declare namespace gapi.client {
|
|
|
2628
2652
|
responseLogprobs?: boolean;
|
|
2629
2653
|
/** Optional. Output response mimetype of the generated candidate text. Supported mimetype: - `text/plain`: (default) Text output. - `application/json`: JSON response in the candidates. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature. */
|
|
2630
2654
|
responseMimeType?: string;
|
|
2655
|
+
/** Optional. The modalities of the response. */
|
|
2656
|
+
responseModalities?: string[];
|
|
2631
2657
|
/** Optional. The `Schema` object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). If set, a compatible response_mime_type must also be set. Compatible mimetypes: `application/json`: Schema for JSON response. */
|
|
2632
2658
|
responseSchema?: GoogleCloudAiplatformV1Schema;
|
|
2633
2659
|
/** Optional. Routing configuration. */
|
|
2634
2660
|
routingConfig?: GoogleCloudAiplatformV1GenerationConfigRoutingConfig;
|
|
2635
2661
|
/** Optional. Seed. */
|
|
2636
2662
|
seed?: number;
|
|
2663
|
+
/** Optional. The speech generation config. */
|
|
2664
|
+
speechConfig?: GoogleCloudAiplatformV1SpeechConfig;
|
|
2637
2665
|
/** Optional. Stop sequences. */
|
|
2638
2666
|
stopSequences?: string[];
|
|
2639
2667
|
/** Optional. Controls the randomness of predictions. */
|
|
2640
2668
|
temperature?: number;
|
|
2669
|
+
/** Optional. If specified, the token resolution specified will be used. */
|
|
2670
|
+
tokenResolution?: string;
|
|
2641
2671
|
/** Optional. If specified, top-k sampling will be used. */
|
|
2642
2672
|
topK?: number;
|
|
2643
2673
|
/** Optional. If specified, nucleus sampling will be used. */
|
|
@@ -2878,6 +2908,8 @@ declare namespace gapi.client {
|
|
|
2878
2908
|
partialFailureGcsSink?: GoogleCloudAiplatformV1GcsDestination;
|
|
2879
2909
|
/** Specifies the transformation config for RagFiles. */
|
|
2880
2910
|
ragFileTransformationConfig?: GoogleCloudAiplatformV1RagFileTransformationConfig;
|
|
2911
|
+
/** SharePoint sources. */
|
|
2912
|
+
sharePointSources?: GoogleCloudAiplatformV1SharePointSources;
|
|
2881
2913
|
/** Slack channels with their corresponding access tokens. */
|
|
2882
2914
|
slackSource?: GoogleCloudAiplatformV1SlackSource;
|
|
2883
2915
|
}
|
|
@@ -4313,12 +4345,16 @@ declare namespace gapi.client {
|
|
|
4313
4345
|
interface GoogleCloudAiplatformV1NotebookRuntime {
|
|
4314
4346
|
/** Output only. Timestamp when this NotebookRuntime was created. */
|
|
4315
4347
|
createTime?: string;
|
|
4348
|
+
/** Output only. The specification of persistent disk attached to the notebook runtime as data disk storage. */
|
|
4349
|
+
dataPersistentDiskSpec?: GoogleCloudAiplatformV1PersistentDiskSpec;
|
|
4316
4350
|
/** The description of the NotebookRuntime. */
|
|
4317
4351
|
description?: string;
|
|
4318
4352
|
/** Required. The display name of the NotebookRuntime. The name can be up to 128 characters long and can consist of any UTF-8 characters. */
|
|
4319
4353
|
displayName?: string;
|
|
4320
4354
|
/** Output only. Customer-managed encryption key spec for the notebook runtime. */
|
|
4321
4355
|
encryptionSpec?: GoogleCloudAiplatformV1EncryptionSpec;
|
|
4356
|
+
/** Output only. EUC configuration of the notebook runtime. */
|
|
4357
|
+
eucConfig?: GoogleCloudAiplatformV1NotebookEucConfig;
|
|
4322
4358
|
/** Output only. Timestamp when this NotebookRuntime will be expired: 1. System Predefined NotebookRuntime: 24 hours after creation. After expiration, system predifined runtime will be deleted. 2. User created NotebookRuntime: 6 months after last upgrade. After expiration, user created runtime will be stopped and allowed for upgrade. */
|
|
4323
4359
|
expirationTime?: string;
|
|
4324
4360
|
/** Output only. The health state of the NotebookRuntime. */
|
|
@@ -4329,8 +4365,12 @@ declare namespace gapi.client {
|
|
|
4329
4365
|
isUpgradable?: boolean;
|
|
4330
4366
|
/** The labels with user-defined metadata to organize your NotebookRuntime. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one NotebookRuntime (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system labels exist for NotebookRuntime: * "aiplatform.googleapis.com/notebook_runtime_gce_instance_id": output only, its value is the Compute Engine instance id. * "aiplatform.googleapis.com/colab_enterprise_entry_service": its value is either "bigquery" or "vertex"; if absent, it should be "vertex". This is to describe the entry service, either BigQuery or Vertex. */
|
|
4331
4367
|
labels?: {[P in string]: string};
|
|
4368
|
+
/** Output only. The specification of a single machine used by the notebook runtime. */
|
|
4369
|
+
machineSpec?: GoogleCloudAiplatformV1MachineSpec;
|
|
4332
4370
|
/** Output only. The resource name of the NotebookRuntime. */
|
|
4333
4371
|
name?: string;
|
|
4372
|
+
/** Output only. Network spec of the notebook runtime. */
|
|
4373
|
+
networkSpec?: GoogleCloudAiplatformV1NetworkSpec;
|
|
4334
4374
|
/** Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/vpc/docs/add-remove-network-tags)). */
|
|
4335
4375
|
networkTags?: string[];
|
|
4336
4376
|
/** Output only. The pointer to NotebookRuntimeTemplate this NotebookRuntime is created from. */
|
|
@@ -4347,8 +4387,10 @@ declare namespace gapi.client {
|
|
|
4347
4387
|
satisfiesPzi?: boolean;
|
|
4348
4388
|
/** Output only. Reserved for future use. */
|
|
4349
4389
|
satisfiesPzs?: boolean;
|
|
4350
|
-
/** Output only. The service account that the NotebookRuntime workload runs as. */
|
|
4390
|
+
/** Output only. Deprecated: This field is no longer used and the "Vertex AI Notebook Service Account" (service-PROJECT_NUMBER@gcp-sa-aiplatform-vm.iam.gserviceaccount.com) is used for the runtime workload identity. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-notebook-service-account for more details. The service account that the NotebookRuntime workload runs as. */
|
|
4351
4391
|
serviceAccount?: string;
|
|
4392
|
+
/** Output only. Runtime Shielded VM spec. */
|
|
4393
|
+
shieldedVmConfig?: GoogleCloudAiplatformV1ShieldedVmConfig;
|
|
4352
4394
|
/** Output only. Timestamp when this NotebookRuntime was most recently updated. */
|
|
4353
4395
|
updateTime?: string;
|
|
4354
4396
|
/** Output only. The VM os image version of NotebookRuntime. */
|
|
@@ -4371,7 +4413,7 @@ declare namespace gapi.client {
|
|
|
4371
4413
|
eucConfig?: GoogleCloudAiplatformV1NotebookEucConfig;
|
|
4372
4414
|
/** The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled. */
|
|
4373
4415
|
idleShutdownConfig?: GoogleCloudAiplatformV1NotebookIdleShutdownConfig;
|
|
4374
|
-
/** Output only. The default template to use if not specified. */
|
|
4416
|
+
/** Output only. Deprecated: This field has no behavior. Use notebook_runtime_type = 'ONE_CLICK' instead. The default template to use if not specified. */
|
|
4375
4417
|
isDefault?: boolean;
|
|
4376
4418
|
/** The labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. */
|
|
4377
4419
|
labels?: {[P in string]: string};
|
|
@@ -4385,7 +4427,7 @@ declare namespace gapi.client {
|
|
|
4385
4427
|
networkTags?: string[];
|
|
4386
4428
|
/** Optional. Immutable. The type of the notebook runtime template. */
|
|
4387
4429
|
notebookRuntimeType?: string;
|
|
4388
|
-
/** The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the [Compute Engine default service account](https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used. */
|
|
4430
|
+
/** Deprecated: This field is ignored and the "Vertex AI Notebook Service Account" (service-PROJECT_NUMBER@gcp-sa-aiplatform-vm.iam.gserviceaccount.com) is used for the runtime workload identity. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-notebook-service-account for more details. For NotebookExecutionJob, use NotebookExecutionJob.service_account instead. The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the [Compute Engine default service account](https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used. */
|
|
4389
4431
|
serviceAccount?: string;
|
|
4390
4432
|
/** Optional. Immutable. Runtime Shielded VM spec. */
|
|
4391
4433
|
shieldedVmConfig?: GoogleCloudAiplatformV1ShieldedVmConfig;
|
|
@@ -4698,6 +4740,10 @@ declare namespace gapi.client {
|
|
|
4698
4740
|
/** The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive. */
|
|
4699
4741
|
containerPort?: number;
|
|
4700
4742
|
}
|
|
4743
|
+
interface GoogleCloudAiplatformV1PrebuiltVoiceConfig {
|
|
4744
|
+
/** The name of the preset voice to use. */
|
|
4745
|
+
voiceName?: string;
|
|
4746
|
+
}
|
|
4701
4747
|
interface GoogleCloudAiplatformV1PredefinedSplit {
|
|
4702
4748
|
/** Required. The key is a name of one of the Dataset's data columns. The value of the key (either the label's value or value in the column) must be one of {`training`, `validation`, `test`}, and it defines to which set the given piece of data is assigned. If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline. */
|
|
4703
4749
|
key?: string;
|
|
@@ -5189,6 +5235,8 @@ declare namespace gapi.client {
|
|
|
5189
5235
|
jiraSource?: GoogleCloudAiplatformV1JiraSource;
|
|
5190
5236
|
/** Output only. The resource name of the RagFile. */
|
|
5191
5237
|
name?: string;
|
|
5238
|
+
/** The RagFile is imported from a SharePoint source. */
|
|
5239
|
+
sharePointSources?: GoogleCloudAiplatformV1SharePointSources;
|
|
5192
5240
|
/** The RagFile is imported from a Slack channel. */
|
|
5193
5241
|
slackSource?: GoogleCloudAiplatformV1SlackSource;
|
|
5194
5242
|
/** Output only. Timestamp when this RagFile was last updated. */
|
|
@@ -5235,6 +5283,8 @@ declare namespace gapi.client {
|
|
|
5235
5283
|
pinecone?: GoogleCloudAiplatformV1RagVectorDbConfigPinecone;
|
|
5236
5284
|
/** Optional. Immutable. The embedding model config of the Vector DB. */
|
|
5237
5285
|
ragEmbeddingModelConfig?: GoogleCloudAiplatformV1RagEmbeddingModelConfig;
|
|
5286
|
+
/** The config for the RAG-managed Vector DB. */
|
|
5287
|
+
ragManagedDb?: any;
|
|
5238
5288
|
/** The config for the Vertex Vector Search. */
|
|
5239
5289
|
vertexVectorSearch?: GoogleCloudAiplatformV1RagVectorDbConfigVertexVectorSearch;
|
|
5240
5290
|
}
|
|
@@ -5242,6 +5292,7 @@ declare namespace gapi.client {
|
|
|
5242
5292
|
/** Pinecone index name. This value cannot be changed after it's set. */
|
|
5243
5293
|
indexName?: string;
|
|
5244
5294
|
}
|
|
5295
|
+
interface GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDb {}
|
|
5245
5296
|
interface GoogleCloudAiplatformV1RagVectorDbConfigVertexVectorSearch {
|
|
5246
5297
|
/** The resource name of the Index. Format: `projects/{project}/locations/{location}/indexes/{index}` */
|
|
5247
5298
|
index?: string;
|
|
@@ -7228,6 +7279,30 @@ declare namespace gapi.client {
|
|
|
7228
7279
|
/** Optional. Required when all below conditions are met * `enable_custom_service_account` is true; * any runtime is specified via `ResourceRuntimeSpec` on creation time, for example, Ray The users must have `iam.serviceAccounts.actAs` permission on this service account and then the specified runtime containers will run as it. Do not set this field if you want to submit jobs using custom service account to this PersistentResource after creation, but only specify the `service_account` inside the job. */
|
|
7229
7280
|
serviceAccount?: string;
|
|
7230
7281
|
}
|
|
7282
|
+
interface GoogleCloudAiplatformV1SharePointSources {
|
|
7283
|
+
/** The SharePoint sources. */
|
|
7284
|
+
sharePointSources?: GoogleCloudAiplatformV1SharePointSourcesSharePointSource[];
|
|
7285
|
+
}
|
|
7286
|
+
interface GoogleCloudAiplatformV1SharePointSourcesSharePointSource {
|
|
7287
|
+
/** The Application ID for the app registered in Microsoft Azure Portal. The application must also be configured with MS Graph permissions "Files.ReadAll", "Sites.ReadAll" and BrowserSiteLists.Read.All. */
|
|
7288
|
+
clientId?: string;
|
|
7289
|
+
/** The application secret for the app registered in Azure. */
|
|
7290
|
+
clientSecret?: GoogleCloudAiplatformV1ApiAuthApiKeyConfig;
|
|
7291
|
+
/** The ID of the drive to download from. */
|
|
7292
|
+
driveId?: string;
|
|
7293
|
+
/** The name of the drive to download from. */
|
|
7294
|
+
driveName?: string;
|
|
7295
|
+
/** Output only. The SharePoint file id. Output only. */
|
|
7296
|
+
fileId?: string;
|
|
7297
|
+
/** The ID of the SharePoint folder to download from. */
|
|
7298
|
+
sharepointFolderId?: string;
|
|
7299
|
+
/** The path of the SharePoint folder to download from. */
|
|
7300
|
+
sharepointFolderPath?: string;
|
|
7301
|
+
/** The name of the SharePoint site to download from. This can be the site name or the site id. */
|
|
7302
|
+
sharepointSiteName?: string;
|
|
7303
|
+
/** Unique identifier of the Azure Active Directory Instance. */
|
|
7304
|
+
tenantId?: string;
|
|
7305
|
+
}
|
|
7231
7306
|
interface GoogleCloudAiplatformV1ShieldedVmConfig {
|
|
7232
7307
|
/** Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. */
|
|
7233
7308
|
enableSecureBoot?: boolean;
|
|
@@ -7272,6 +7347,10 @@ declare namespace gapi.client {
|
|
|
7272
7347
|
/** The email addresses of workers in the SpecialistPool. */
|
|
7273
7348
|
specialistWorkerEmails?: string[];
|
|
7274
7349
|
}
|
|
7350
|
+
interface GoogleCloudAiplatformV1SpeechConfig {
|
|
7351
|
+
/** The configuration for the speaker to use. */
|
|
7352
|
+
voiceConfig?: GoogleCloudAiplatformV1VoiceConfig;
|
|
7353
|
+
}
|
|
7275
7354
|
interface GoogleCloudAiplatformV1StartNotebookRuntimeOperationMetadata {
|
|
7276
7355
|
/** The operation generic information. */
|
|
7277
7356
|
genericMetadata?: GoogleCloudAiplatformV1GenericOperationMetadata;
|
|
@@ -7859,11 +7938,19 @@ declare namespace gapi.client {
|
|
|
7859
7938
|
interface GoogleCloudAiplatformV1Tool {
|
|
7860
7939
|
/** Optional. Function tool type. One or more function declarations to be passed to the model along with the current user query. Model may decide to call a subset of these functions by populating FunctionCall in the response. User should provide a FunctionResponse for each function call in the next turn. Based on the function responses, Model will generate the final response back to the user. Maximum 128 function declarations can be provided. */
|
|
7861
7940
|
functionDeclarations?: GoogleCloudAiplatformV1FunctionDeclaration[];
|
|
7941
|
+
/** Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. */
|
|
7942
|
+
googleSearch?: any;
|
|
7862
7943
|
/** Optional. GoogleSearchRetrieval tool type. Specialized retrieval tool that is powered by Google search. */
|
|
7863
7944
|
googleSearchRetrieval?: GoogleCloudAiplatformV1GoogleSearchRetrieval;
|
|
7864
7945
|
/** Optional. Retrieval tool type. System will always execute the provided retrieval tool(s) to get external knowledge to answer the prompt. Retrieval results are presented to the model for generation. */
|
|
7865
7946
|
retrieval?: GoogleCloudAiplatformV1Retrieval;
|
|
7866
7947
|
}
|
|
7948
|
+
interface GoogleCloudAiplatformV1ToolCall {
|
|
7949
|
+
/** Optional. Spec for tool input */
|
|
7950
|
+
toolInput?: string;
|
|
7951
|
+
/** Required. Spec for tool name */
|
|
7952
|
+
toolName?: string;
|
|
7953
|
+
}
|
|
7867
7954
|
interface GoogleCloudAiplatformV1ToolCallValidInput {
|
|
7868
7955
|
/** Required. Repeated tool call valid instances. */
|
|
7869
7956
|
instances?: GoogleCloudAiplatformV1ToolCallValidInstance[];
|
|
@@ -7889,6 +7976,7 @@ declare namespace gapi.client {
|
|
|
7889
7976
|
/** Optional. Function calling config. */
|
|
7890
7977
|
functionCallingConfig?: GoogleCloudAiplatformV1FunctionCallingConfig;
|
|
7891
7978
|
}
|
|
7979
|
+
interface GoogleCloudAiplatformV1ToolGoogleSearch {}
|
|
7892
7980
|
interface GoogleCloudAiplatformV1ToolNameMatchInput {
|
|
7893
7981
|
/** Required. Repeated tool name match instances. */
|
|
7894
7982
|
instances?: GoogleCloudAiplatformV1ToolNameMatchInstance[];
|
|
@@ -7995,6 +8083,137 @@ declare namespace gapi.client {
|
|
|
7995
8083
|
/** Output only. Time when the TrainingPipeline was most recently updated. */
|
|
7996
8084
|
updateTime?: string;
|
|
7997
8085
|
}
|
|
8086
|
+
interface GoogleCloudAiplatformV1Trajectory {
|
|
8087
|
+
/** Required. Tool calls in the trajectory. */
|
|
8088
|
+
toolCalls?: GoogleCloudAiplatformV1ToolCall[];
|
|
8089
|
+
}
|
|
8090
|
+
interface GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInput {
|
|
8091
|
+
/** Required. Repeated TrajectoryAnyOrderMatch instance. */
|
|
8092
|
+
instances?: GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInstance[];
|
|
8093
|
+
/** Required. Spec for TrajectoryAnyOrderMatch metric. */
|
|
8094
|
+
metricSpec?: any;
|
|
8095
|
+
}
|
|
8096
|
+
interface GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInstance {
|
|
8097
|
+
/** Required. Spec for predicted tool call trajectory. */
|
|
8098
|
+
predictedTrajectory?: GoogleCloudAiplatformV1Trajectory;
|
|
8099
|
+
/** Required. Spec for reference tool call trajectory. */
|
|
8100
|
+
referenceTrajectory?: GoogleCloudAiplatformV1Trajectory;
|
|
8101
|
+
}
|
|
8102
|
+
interface GoogleCloudAiplatformV1TrajectoryAnyOrderMatchMetricValue {
|
|
8103
|
+
/** Output only. TrajectoryAnyOrderMatch score. */
|
|
8104
|
+
score?: number;
|
|
8105
|
+
}
|
|
8106
|
+
interface GoogleCloudAiplatformV1TrajectoryAnyOrderMatchResults {
|
|
8107
|
+
/** Output only. TrajectoryAnyOrderMatch metric values. */
|
|
8108
|
+
trajectoryAnyOrderMatchMetricValues?: GoogleCloudAiplatformV1TrajectoryAnyOrderMatchMetricValue[];
|
|
8109
|
+
}
|
|
8110
|
+
interface GoogleCloudAiplatformV1TrajectoryAnyOrderMatchSpec {}
|
|
8111
|
+
interface GoogleCloudAiplatformV1TrajectoryExactMatchInput {
|
|
8112
|
+
/** Required. Repeated TrajectoryExactMatch instance. */
|
|
8113
|
+
instances?: GoogleCloudAiplatformV1TrajectoryExactMatchInstance[];
|
|
8114
|
+
/** Required. Spec for TrajectoryExactMatch metric. */
|
|
8115
|
+
metricSpec?: any;
|
|
8116
|
+
}
|
|
8117
|
+
interface GoogleCloudAiplatformV1TrajectoryExactMatchInstance {
|
|
8118
|
+
/** Required. Spec for predicted tool call trajectory. */
|
|
8119
|
+
predictedTrajectory?: GoogleCloudAiplatformV1Trajectory;
|
|
8120
|
+
/** Required. Spec for reference tool call trajectory. */
|
|
8121
|
+
referenceTrajectory?: GoogleCloudAiplatformV1Trajectory;
|
|
8122
|
+
}
|
|
8123
|
+
interface GoogleCloudAiplatformV1TrajectoryExactMatchMetricValue {
|
|
8124
|
+
/** Output only. TrajectoryExactMatch score. */
|
|
8125
|
+
score?: number;
|
|
8126
|
+
}
|
|
8127
|
+
interface GoogleCloudAiplatformV1TrajectoryExactMatchResults {
|
|
8128
|
+
/** Output only. TrajectoryExactMatch metric values. */
|
|
8129
|
+
trajectoryExactMatchMetricValues?: GoogleCloudAiplatformV1TrajectoryExactMatchMetricValue[];
|
|
8130
|
+
}
|
|
8131
|
+
interface GoogleCloudAiplatformV1TrajectoryExactMatchSpec {}
|
|
8132
|
+
interface GoogleCloudAiplatformV1TrajectoryInOrderMatchInput {
|
|
8133
|
+
/** Required. Repeated TrajectoryInOrderMatch instance. */
|
|
8134
|
+
instances?: GoogleCloudAiplatformV1TrajectoryInOrderMatchInstance[];
|
|
8135
|
+
/** Required. Spec for TrajectoryInOrderMatch metric. */
|
|
8136
|
+
metricSpec?: any;
|
|
8137
|
+
}
|
|
8138
|
+
interface GoogleCloudAiplatformV1TrajectoryInOrderMatchInstance {
|
|
8139
|
+
/** Required. Spec for predicted tool call trajectory. */
|
|
8140
|
+
predictedTrajectory?: GoogleCloudAiplatformV1Trajectory;
|
|
8141
|
+
/** Required. Spec for reference tool call trajectory. */
|
|
8142
|
+
referenceTrajectory?: GoogleCloudAiplatformV1Trajectory;
|
|
8143
|
+
}
|
|
8144
|
+
interface GoogleCloudAiplatformV1TrajectoryInOrderMatchMetricValue {
|
|
8145
|
+
/** Output only. TrajectoryInOrderMatch score. */
|
|
8146
|
+
score?: number;
|
|
8147
|
+
}
|
|
8148
|
+
interface GoogleCloudAiplatformV1TrajectoryInOrderMatchResults {
|
|
8149
|
+
/** Output only. TrajectoryInOrderMatch metric values. */
|
|
8150
|
+
trajectoryInOrderMatchMetricValues?: GoogleCloudAiplatformV1TrajectoryInOrderMatchMetricValue[];
|
|
8151
|
+
}
|
|
8152
|
+
interface GoogleCloudAiplatformV1TrajectoryInOrderMatchSpec {}
|
|
8153
|
+
interface GoogleCloudAiplatformV1TrajectoryPrecisionInput {
|
|
8154
|
+
/** Required. Repeated TrajectoryPrecision instance. */
|
|
8155
|
+
instances?: GoogleCloudAiplatformV1TrajectoryPrecisionInstance[];
|
|
8156
|
+
/** Required. Spec for TrajectoryPrecision metric. */
|
|
8157
|
+
metricSpec?: any;
|
|
8158
|
+
}
|
|
8159
|
+
interface GoogleCloudAiplatformV1TrajectoryPrecisionInstance {
|
|
8160
|
+
/** Required. Spec for predicted tool call trajectory. */
|
|
8161
|
+
predictedTrajectory?: GoogleCloudAiplatformV1Trajectory;
|
|
8162
|
+
/** Required. Spec for reference tool call trajectory. */
|
|
8163
|
+
referenceTrajectory?: GoogleCloudAiplatformV1Trajectory;
|
|
8164
|
+
}
|
|
8165
|
+
interface GoogleCloudAiplatformV1TrajectoryPrecisionMetricValue {
|
|
8166
|
+
/** Output only. TrajectoryPrecision score. */
|
|
8167
|
+
score?: number;
|
|
8168
|
+
}
|
|
8169
|
+
interface GoogleCloudAiplatformV1TrajectoryPrecisionResults {
|
|
8170
|
+
/** Output only. TrajectoryPrecision metric values. */
|
|
8171
|
+
trajectoryPrecisionMetricValues?: GoogleCloudAiplatformV1TrajectoryPrecisionMetricValue[];
|
|
8172
|
+
}
|
|
8173
|
+
interface GoogleCloudAiplatformV1TrajectoryPrecisionSpec {}
|
|
8174
|
+
interface GoogleCloudAiplatformV1TrajectoryRecallInput {
|
|
8175
|
+
/** Required. Repeated TrajectoryRecall instance. */
|
|
8176
|
+
instances?: GoogleCloudAiplatformV1TrajectoryRecallInstance[];
|
|
8177
|
+
/** Required. Spec for TrajectoryRecall metric. */
|
|
8178
|
+
metricSpec?: any;
|
|
8179
|
+
}
|
|
8180
|
+
interface GoogleCloudAiplatformV1TrajectoryRecallInstance {
|
|
8181
|
+
/** Required. Spec for predicted tool call trajectory. */
|
|
8182
|
+
predictedTrajectory?: GoogleCloudAiplatformV1Trajectory;
|
|
8183
|
+
/** Required. Spec for reference tool call trajectory. */
|
|
8184
|
+
referenceTrajectory?: GoogleCloudAiplatformV1Trajectory;
|
|
8185
|
+
}
|
|
8186
|
+
interface GoogleCloudAiplatformV1TrajectoryRecallMetricValue {
|
|
8187
|
+
/** Output only. TrajectoryRecall score. */
|
|
8188
|
+
score?: number;
|
|
8189
|
+
}
|
|
8190
|
+
interface GoogleCloudAiplatformV1TrajectoryRecallResults {
|
|
8191
|
+
/** Output only. TrajectoryRecall metric values. */
|
|
8192
|
+
trajectoryRecallMetricValues?: GoogleCloudAiplatformV1TrajectoryRecallMetricValue[];
|
|
8193
|
+
}
|
|
8194
|
+
interface GoogleCloudAiplatformV1TrajectoryRecallSpec {}
|
|
8195
|
+
interface GoogleCloudAiplatformV1TrajectorySingleToolUseInput {
|
|
8196
|
+
/** Required. Repeated TrajectorySingleToolUse instance. */
|
|
8197
|
+
instances?: GoogleCloudAiplatformV1TrajectorySingleToolUseInstance[];
|
|
8198
|
+
/** Required. Spec for TrajectorySingleToolUse metric. */
|
|
8199
|
+
metricSpec?: GoogleCloudAiplatformV1TrajectorySingleToolUseSpec;
|
|
8200
|
+
}
|
|
8201
|
+
interface GoogleCloudAiplatformV1TrajectorySingleToolUseInstance {
|
|
8202
|
+
/** Required. Spec for predicted tool call trajectory. */
|
|
8203
|
+
predictedTrajectory?: GoogleCloudAiplatformV1Trajectory;
|
|
8204
|
+
}
|
|
8205
|
+
interface GoogleCloudAiplatformV1TrajectorySingleToolUseMetricValue {
|
|
8206
|
+
/** Output only. TrajectorySingleToolUse score. */
|
|
8207
|
+
score?: number;
|
|
8208
|
+
}
|
|
8209
|
+
interface GoogleCloudAiplatformV1TrajectorySingleToolUseResults {
|
|
8210
|
+
/** Output only. TrajectorySingleToolUse metric values. */
|
|
8211
|
+
trajectorySingleToolUseMetricValues?: GoogleCloudAiplatformV1TrajectorySingleToolUseMetricValue[];
|
|
8212
|
+
}
|
|
8213
|
+
interface GoogleCloudAiplatformV1TrajectorySingleToolUseSpec {
|
|
8214
|
+
/** Required. Spec for tool name to be checked for in the predicted trajectory. */
|
|
8215
|
+
toolName?: string;
|
|
8216
|
+
}
|
|
7998
8217
|
interface GoogleCloudAiplatformV1Trial {
|
|
7999
8218
|
/** Output only. The identifier of the client that originally requested this Trial. Each client is identified by a unique client_id. When a client asks for a suggestion, Vertex AI Vizier will assign it a Trial. The client should evaluate the Trial, complete it, and report back to Vertex AI Vizier. If suggestion is asked again by same client_id before the Trial is completed, the same Trial will be returned. Multiple clients with different client_ids can ask for suggestions simultaneously, each of them will get their own Trial. */
|
|
8000
8219
|
clientId?: string;
|
|
@@ -8270,6 +8489,10 @@ declare namespace gapi.client {
|
|
|
8270
8489
|
/** Optional. The start offset of the video. */
|
|
8271
8490
|
startOffset?: string;
|
|
8272
8491
|
}
|
|
8492
|
+
interface GoogleCloudAiplatformV1VoiceConfig {
|
|
8493
|
+
/** The configuration for the prebuilt voice to use. */
|
|
8494
|
+
prebuiltVoiceConfig?: GoogleCloudAiplatformV1PrebuiltVoiceConfig;
|
|
8495
|
+
}
|
|
8273
8496
|
interface GoogleCloudAiplatformV1WorkerPoolSpec {
|
|
8274
8497
|
/** The custom container task. */
|
|
8275
8498
|
containerSpec?: GoogleCloudAiplatformV1ContainerSpec;
|
|
@@ -23485,7 +23708,7 @@ declare namespace gapi.client {
|
|
|
23485
23708
|
callback?: string;
|
|
23486
23709
|
/** Selector specifying which fields to include in a partial response. */
|
|
23487
23710
|
fields?: string;
|
|
23488
|
-
/** Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntime` supports = and !=. `notebookRuntime` represents the NotebookRuntime ID, i.e. the last segment of the NotebookRuntime's resource name. * `displayName` supports = and != and regex. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `healthState` supports = and !=. healthState enum: [HEALTHY, UNHEALTHY, HEALTH_STATE_UNSPECIFIED]. * `runtimeState` supports = and !=. runtimeState enum: [RUNTIME_STATE_UNSPECIFIED, RUNNING, BEING_STARTED, BEING_STOPPED, STOPPED, BEING_UPGRADED, ERROR, INVALID]. * `runtimeUser` supports = and !=. * API version is UI only: `uiState` supports = and !=. uiState enum: [UI_RESOURCE_STATE_UNSPECIFIED, UI_RESOURCE_STATE_BEING_CREATED, UI_RESOURCE_STATE_ACTIVE, UI_RESOURCE_STATE_BEING_DELETED, UI_RESOURCE_STATE_CREATION_FAILED]. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. Some examples: * `notebookRuntime="notebookRuntime123"` * `displayName="myDisplayName"` and `displayName=~"myDisplayNameRegex"` * `notebookRuntimeTemplate="notebookRuntimeTemplate321"` * `healthState=HEALTHY` * `runtimeState=RUNNING` * `runtimeUser="test@google.com"` * `uiState=UI_RESOURCE_STATE_BEING_DELETED` * `notebookRuntimeType=USER_DEFINED` */
|
|
23711
|
+
/** Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntime` supports = and !=. `notebookRuntime` represents the NotebookRuntime ID, i.e. the last segment of the NotebookRuntime's resource name. * `displayName` supports = and != and regex. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `healthState` supports = and !=. healthState enum: [HEALTHY, UNHEALTHY, HEALTH_STATE_UNSPECIFIED]. * `runtimeState` supports = and !=. runtimeState enum: [RUNTIME_STATE_UNSPECIFIED, RUNNING, BEING_STARTED, BEING_STOPPED, STOPPED, BEING_UPGRADED, ERROR, INVALID]. * `runtimeUser` supports = and !=. * API version is UI only: `uiState` supports = and !=. uiState enum: [UI_RESOURCE_STATE_UNSPECIFIED, UI_RESOURCE_STATE_BEING_CREATED, UI_RESOURCE_STATE_ACTIVE, UI_RESOURCE_STATE_BEING_DELETED, UI_RESOURCE_STATE_CREATION_FAILED]. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. * `machineType` supports = and !=. * `acceleratorType` supports = and !=. Some examples: * `notebookRuntime="notebookRuntime123"` * `displayName="myDisplayName"` and `displayName=~"myDisplayNameRegex"` * `notebookRuntimeTemplate="notebookRuntimeTemplate321"` * `healthState=HEALTHY` * `runtimeState=RUNNING` * `runtimeUser="test@google.com"` * `uiState=UI_RESOURCE_STATE_BEING_DELETED` * `notebookRuntimeType=USER_DEFINED` * `machineType=e2-standard-4` * `acceleratorType=NVIDIA_TESLA_T4` */
|
|
23489
23712
|
filter?: string;
|
|
23490
23713
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
23491
23714
|
key?: string;
|
|
@@ -23989,7 +24212,7 @@ declare namespace gapi.client {
|
|
|
23989
24212
|
callback?: string;
|
|
23990
24213
|
/** Selector specifying which fields to include in a partial response. */
|
|
23991
24214
|
fields?: string;
|
|
23992
|
-
/** Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a key"`. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. Some examples: * `notebookRuntimeTemplate=notebookRuntimeTemplate123` * `displayName="myDisplayName"` * `labels.myKey="myValue"` * `notebookRuntimeType=USER_DEFINED` */
|
|
24215
|
+
/** Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a key"`. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. * `machineType` supports = and !=. * `acceleratorType` supports = and !=. Some examples: * `notebookRuntimeTemplate=notebookRuntimeTemplate123` * `displayName="myDisplayName"` * `labels.myKey="myValue"` * `notebookRuntimeType=USER_DEFINED` * `machineType=e2-standard-4` * `acceleratorType=NVIDIA_TESLA_T4` */
|
|
23993
24216
|
filter?: string;
|
|
23994
24217
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
23995
24218
|
key?: string;
|
|
@@ -25756,6 +25979,296 @@ declare namespace gapi.client {
|
|
|
25756
25979
|
interface PublishersResource {
|
|
25757
25980
|
models: ModelsResource;
|
|
25758
25981
|
}
|
|
25982
|
+
interface OperationsResource {
|
|
25983
|
+
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
25984
|
+
cancel(request?: {
|
|
25985
|
+
/** V1 error format. */
|
|
25986
|
+
'$.xgafv'?: string;
|
|
25987
|
+
/** OAuth access token. */
|
|
25988
|
+
access_token?: string;
|
|
25989
|
+
/** Data format for response. */
|
|
25990
|
+
alt?: string;
|
|
25991
|
+
/** JSONP */
|
|
25992
|
+
callback?: string;
|
|
25993
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
25994
|
+
fields?: string;
|
|
25995
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
25996
|
+
key?: string;
|
|
25997
|
+
/** The name of the operation resource to be cancelled. */
|
|
25998
|
+
name: string;
|
|
25999
|
+
/** OAuth 2.0 token for the current user. */
|
|
26000
|
+
oauth_token?: string;
|
|
26001
|
+
/** Returns response with indentations and line breaks. */
|
|
26002
|
+
prettyPrint?: boolean;
|
|
26003
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
26004
|
+
quotaUser?: string;
|
|
26005
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26006
|
+
upload_protocol?: string;
|
|
26007
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
26008
|
+
uploadType?: string;
|
|
26009
|
+
}): Request<{}>;
|
|
26010
|
+
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
26011
|
+
delete(request?: {
|
|
26012
|
+
/** V1 error format. */
|
|
26013
|
+
'$.xgafv'?: string;
|
|
26014
|
+
/** OAuth access token. */
|
|
26015
|
+
access_token?: string;
|
|
26016
|
+
/** Data format for response. */
|
|
26017
|
+
alt?: string;
|
|
26018
|
+
/** JSONP */
|
|
26019
|
+
callback?: string;
|
|
26020
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
26021
|
+
fields?: string;
|
|
26022
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
26023
|
+
key?: string;
|
|
26024
|
+
/** The name of the operation resource to be deleted. */
|
|
26025
|
+
name: string;
|
|
26026
|
+
/** OAuth 2.0 token for the current user. */
|
|
26027
|
+
oauth_token?: string;
|
|
26028
|
+
/** Returns response with indentations and line breaks. */
|
|
26029
|
+
prettyPrint?: boolean;
|
|
26030
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
26031
|
+
quotaUser?: string;
|
|
26032
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26033
|
+
upload_protocol?: string;
|
|
26034
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
26035
|
+
uploadType?: string;
|
|
26036
|
+
}): Request<{}>;
|
|
26037
|
+
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
26038
|
+
get(request?: {
|
|
26039
|
+
/** V1 error format. */
|
|
26040
|
+
'$.xgafv'?: string;
|
|
26041
|
+
/** OAuth access token. */
|
|
26042
|
+
access_token?: string;
|
|
26043
|
+
/** Data format for response. */
|
|
26044
|
+
alt?: string;
|
|
26045
|
+
/** JSONP */
|
|
26046
|
+
callback?: string;
|
|
26047
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
26048
|
+
fields?: string;
|
|
26049
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
26050
|
+
key?: string;
|
|
26051
|
+
/** The name of the operation resource. */
|
|
26052
|
+
name: string;
|
|
26053
|
+
/** OAuth 2.0 token for the current user. */
|
|
26054
|
+
oauth_token?: string;
|
|
26055
|
+
/** Returns response with indentations and line breaks. */
|
|
26056
|
+
prettyPrint?: boolean;
|
|
26057
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
26058
|
+
quotaUser?: string;
|
|
26059
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26060
|
+
upload_protocol?: string;
|
|
26061
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
26062
|
+
uploadType?: string;
|
|
26063
|
+
}): Request<GoogleLongrunningOperation>;
|
|
26064
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
26065
|
+
list(request?: {
|
|
26066
|
+
/** V1 error format. */
|
|
26067
|
+
'$.xgafv'?: string;
|
|
26068
|
+
/** OAuth access token. */
|
|
26069
|
+
access_token?: string;
|
|
26070
|
+
/** Data format for response. */
|
|
26071
|
+
alt?: string;
|
|
26072
|
+
/** JSONP */
|
|
26073
|
+
callback?: string;
|
|
26074
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
26075
|
+
fields?: string;
|
|
26076
|
+
/** The standard list filter. */
|
|
26077
|
+
filter?: string;
|
|
26078
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
26079
|
+
key?: string;
|
|
26080
|
+
/** The name of the operation's parent resource. */
|
|
26081
|
+
name: string;
|
|
26082
|
+
/** OAuth 2.0 token for the current user. */
|
|
26083
|
+
oauth_token?: string;
|
|
26084
|
+
/** The standard list page size. */
|
|
26085
|
+
pageSize?: number;
|
|
26086
|
+
/** The standard list page token. */
|
|
26087
|
+
pageToken?: string;
|
|
26088
|
+
/** Returns response with indentations and line breaks. */
|
|
26089
|
+
prettyPrint?: boolean;
|
|
26090
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
26091
|
+
quotaUser?: string;
|
|
26092
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26093
|
+
upload_protocol?: string;
|
|
26094
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
26095
|
+
uploadType?: string;
|
|
26096
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
26097
|
+
/** Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done. */
|
|
26098
|
+
wait(request?: {
|
|
26099
|
+
/** V1 error format. */
|
|
26100
|
+
'$.xgafv'?: string;
|
|
26101
|
+
/** OAuth access token. */
|
|
26102
|
+
access_token?: string;
|
|
26103
|
+
/** Data format for response. */
|
|
26104
|
+
alt?: string;
|
|
26105
|
+
/** JSONP */
|
|
26106
|
+
callback?: string;
|
|
26107
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
26108
|
+
fields?: string;
|
|
26109
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
26110
|
+
key?: string;
|
|
26111
|
+
/** The name of the operation resource to wait on. */
|
|
26112
|
+
name: string;
|
|
26113
|
+
/** OAuth 2.0 token for the current user. */
|
|
26114
|
+
oauth_token?: string;
|
|
26115
|
+
/** Returns response with indentations and line breaks. */
|
|
26116
|
+
prettyPrint?: boolean;
|
|
26117
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
26118
|
+
quotaUser?: string;
|
|
26119
|
+
/** The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used. */
|
|
26120
|
+
timeout?: string;
|
|
26121
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26122
|
+
upload_protocol?: string;
|
|
26123
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
26124
|
+
uploadType?: string;
|
|
26125
|
+
}): Request<GoogleLongrunningOperation>;
|
|
26126
|
+
}
|
|
26127
|
+
interface OperationsResource {
|
|
26128
|
+
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
26129
|
+
cancel(request?: {
|
|
26130
|
+
/** V1 error format. */
|
|
26131
|
+
'$.xgafv'?: string;
|
|
26132
|
+
/** OAuth access token. */
|
|
26133
|
+
access_token?: string;
|
|
26134
|
+
/** Data format for response. */
|
|
26135
|
+
alt?: string;
|
|
26136
|
+
/** JSONP */
|
|
26137
|
+
callback?: string;
|
|
26138
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
26139
|
+
fields?: string;
|
|
26140
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
26141
|
+
key?: string;
|
|
26142
|
+
/** The name of the operation resource to be cancelled. */
|
|
26143
|
+
name: string;
|
|
26144
|
+
/** OAuth 2.0 token for the current user. */
|
|
26145
|
+
oauth_token?: string;
|
|
26146
|
+
/** Returns response with indentations and line breaks. */
|
|
26147
|
+
prettyPrint?: boolean;
|
|
26148
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
26149
|
+
quotaUser?: string;
|
|
26150
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26151
|
+
upload_protocol?: string;
|
|
26152
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
26153
|
+
uploadType?: string;
|
|
26154
|
+
}): Request<{}>;
|
|
26155
|
+
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
26156
|
+
delete(request?: {
|
|
26157
|
+
/** V1 error format. */
|
|
26158
|
+
'$.xgafv'?: string;
|
|
26159
|
+
/** OAuth access token. */
|
|
26160
|
+
access_token?: string;
|
|
26161
|
+
/** Data format for response. */
|
|
26162
|
+
alt?: string;
|
|
26163
|
+
/** JSONP */
|
|
26164
|
+
callback?: string;
|
|
26165
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
26166
|
+
fields?: string;
|
|
26167
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
26168
|
+
key?: string;
|
|
26169
|
+
/** The name of the operation resource to be deleted. */
|
|
26170
|
+
name: string;
|
|
26171
|
+
/** OAuth 2.0 token for the current user. */
|
|
26172
|
+
oauth_token?: string;
|
|
26173
|
+
/** Returns response with indentations and line breaks. */
|
|
26174
|
+
prettyPrint?: boolean;
|
|
26175
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
26176
|
+
quotaUser?: string;
|
|
26177
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26178
|
+
upload_protocol?: string;
|
|
26179
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
26180
|
+
uploadType?: string;
|
|
26181
|
+
}): Request<{}>;
|
|
26182
|
+
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
26183
|
+
get(request?: {
|
|
26184
|
+
/** V1 error format. */
|
|
26185
|
+
'$.xgafv'?: string;
|
|
26186
|
+
/** OAuth access token. */
|
|
26187
|
+
access_token?: string;
|
|
26188
|
+
/** Data format for response. */
|
|
26189
|
+
alt?: string;
|
|
26190
|
+
/** JSONP */
|
|
26191
|
+
callback?: string;
|
|
26192
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
26193
|
+
fields?: string;
|
|
26194
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
26195
|
+
key?: string;
|
|
26196
|
+
/** The name of the operation resource. */
|
|
26197
|
+
name: string;
|
|
26198
|
+
/** OAuth 2.0 token for the current user. */
|
|
26199
|
+
oauth_token?: string;
|
|
26200
|
+
/** Returns response with indentations and line breaks. */
|
|
26201
|
+
prettyPrint?: boolean;
|
|
26202
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
26203
|
+
quotaUser?: string;
|
|
26204
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26205
|
+
upload_protocol?: string;
|
|
26206
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
26207
|
+
uploadType?: string;
|
|
26208
|
+
}): Request<GoogleLongrunningOperation>;
|
|
26209
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
26210
|
+
list(request?: {
|
|
26211
|
+
/** V1 error format. */
|
|
26212
|
+
'$.xgafv'?: string;
|
|
26213
|
+
/** OAuth access token. */
|
|
26214
|
+
access_token?: string;
|
|
26215
|
+
/** Data format for response. */
|
|
26216
|
+
alt?: string;
|
|
26217
|
+
/** JSONP */
|
|
26218
|
+
callback?: string;
|
|
26219
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
26220
|
+
fields?: string;
|
|
26221
|
+
/** The standard list filter. */
|
|
26222
|
+
filter?: string;
|
|
26223
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
26224
|
+
key?: string;
|
|
26225
|
+
/** The name of the operation's parent resource. */
|
|
26226
|
+
name: string;
|
|
26227
|
+
/** OAuth 2.0 token for the current user. */
|
|
26228
|
+
oauth_token?: string;
|
|
26229
|
+
/** The standard list page size. */
|
|
26230
|
+
pageSize?: number;
|
|
26231
|
+
/** The standard list page token. */
|
|
26232
|
+
pageToken?: string;
|
|
26233
|
+
/** Returns response with indentations and line breaks. */
|
|
26234
|
+
prettyPrint?: boolean;
|
|
26235
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
26236
|
+
quotaUser?: string;
|
|
26237
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26238
|
+
upload_protocol?: string;
|
|
26239
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
26240
|
+
uploadType?: string;
|
|
26241
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
26242
|
+
/** Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done. */
|
|
26243
|
+
wait(request?: {
|
|
26244
|
+
/** V1 error format. */
|
|
26245
|
+
'$.xgafv'?: string;
|
|
26246
|
+
/** OAuth access token. */
|
|
26247
|
+
access_token?: string;
|
|
26248
|
+
/** Data format for response. */
|
|
26249
|
+
alt?: string;
|
|
26250
|
+
/** JSONP */
|
|
26251
|
+
callback?: string;
|
|
26252
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
26253
|
+
fields?: string;
|
|
26254
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
26255
|
+
key?: string;
|
|
26256
|
+
/** The name of the operation resource to wait on. */
|
|
26257
|
+
name: string;
|
|
26258
|
+
/** OAuth 2.0 token for the current user. */
|
|
26259
|
+
oauth_token?: string;
|
|
26260
|
+
/** Returns response with indentations and line breaks. */
|
|
26261
|
+
prettyPrint?: boolean;
|
|
26262
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
26263
|
+
quotaUser?: string;
|
|
26264
|
+
/** The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used. */
|
|
26265
|
+
timeout?: string;
|
|
26266
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26267
|
+
upload_protocol?: string;
|
|
26268
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
26269
|
+
uploadType?: string;
|
|
26270
|
+
}): Request<GoogleLongrunningOperation>;
|
|
26271
|
+
}
|
|
25759
26272
|
interface RagFilesResource {
|
|
25760
26273
|
/** Deletes a RagFile. */
|
|
25761
26274
|
delete(request?: {
|
|
@@ -25900,6 +26413,7 @@ declare namespace gapi.client {
|
|
|
25900
26413
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
25901
26414
|
uploadType?: string;
|
|
25902
26415
|
}): Request<GoogleCloudAiplatformV1ListRagFilesResponse>;
|
|
26416
|
+
operations: OperationsResource;
|
|
25903
26417
|
}
|
|
25904
26418
|
interface RagCorporaResource {
|
|
25905
26419
|
/** Creates a RagCorpus. */
|
|
@@ -26105,6 +26619,7 @@ declare namespace gapi.client {
|
|
|
26105
26619
|
},
|
|
26106
26620
|
body: GoogleCloudAiplatformV1RagCorpus
|
|
26107
26621
|
): Request<GoogleLongrunningOperation>;
|
|
26622
|
+
operations: OperationsResource;
|
|
26108
26623
|
ragFiles: RagFilesResource;
|
|
26109
26624
|
}
|
|
26110
26625
|
interface OperationsResource {
|