@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20231214 → 0.0.20231229

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.
Files changed (2) hide show
  1. package/index.d.ts +1500 -223
  2. 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=v1beta1
12
- // Revision: 20231214
12
+ // Revision: 20231229
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -176,6 +176,8 @@ declare namespace gapi.client {
176
176
  interface CloudAiNlLlmProtoServiceGenerateMultiModalResponse {
177
177
  /** Possible candidate responses to the conversation up until this point. */
178
178
  candidates?: CloudAiNlLlmProtoServiceCandidate[];
179
+ /** Debug information containing message metadata. Clients should not consume this field, and this is only populated for Flow Runner path. */
180
+ debugMetadata?: CloudAiNlLlmProtoServiceMessageMetadata;
179
181
  /** Content filter results for a prompt sent in the request. Note: Sent only in the first stream chunk. Only happens when no candidates were generated due to content violations. */
180
182
  promptFeedback?: CloudAiNlLlmProtoServicePromptFeedback;
181
183
  /** Billable prediction metrics. */
@@ -183,6 +185,14 @@ declare namespace gapi.client {
183
185
  /** Usage metadata about the response(s). */
184
186
  usageMetadata?: CloudAiNlLlmProtoServiceUsageMetadata;
185
187
  }
188
+ interface CloudAiNlLlmProtoServiceMessageMetadata {
189
+ /** Filter metadata of the input messages. */
190
+ inputFilterInfo?: LearningServingLlmMessageMetadata;
191
+ /** This score is generated by the router model to decide which model to use */
192
+ modelRoutingDecision?: LearningGenaiRootRoutingDecision;
193
+ /** Filter metadata of the output messages. */
194
+ outputFilterInfo?: LearningServingLlmMessageMetadata[];
195
+ }
186
196
  interface CloudAiNlLlmProtoServicePart {
187
197
  /** URI-based data. */
188
198
  fileData?: CloudAiNlLlmProtoServicePartFileData;
@@ -225,6 +235,36 @@ declare namespace gapi.client {
225
235
  /** Safety ratings. */
226
236
  safetyRatings?: CloudAiNlLlmProtoServiceSafetyRating[];
227
237
  }
238
+ interface CloudAiNlLlmProtoServiceRaiResult {
239
+ /** Recitation result from Aida recitation checker. */
240
+ aidaRecitationResult?: LanguageLabsAidaTrustRecitationProtoRecitationResult;
241
+ /** Use `triggered_blocklist`. */
242
+ blocked?: boolean;
243
+ /** The error codes indicate which RAI filters block the response. */
244
+ errorCodes?: number[];
245
+ /** Whether the text should be filtered and not shown to the end user. This is determined based on a combination of `triggered_recitation`, `triggered_blocklist`, `language_filter_result`, and `triggered_safety_filter`. */
246
+ filtered?: boolean;
247
+ /** Language filter result from SAFT LangId. */
248
+ languageFilterResult?: LearningServingLlmLanguageFilterResult;
249
+ /** The RAI signals for the text. */
250
+ raiSignals?: CloudAiNlLlmProtoServiceRaiSignal[];
251
+ /** Whether the text triggered the blocklist. */
252
+ triggeredBlocklist?: boolean;
253
+ /** Whether the text should be blocked by the recitation result from Aida recitation checker. It is determined from aida_recitation_result. */
254
+ triggeredRecitation?: boolean;
255
+ /** Whether the text triggered the safety filter. Currently, this is due to CSAI triggering or one of four categories (derogatory, sexual, toxic, violent) having a score over the filter threshold. */
256
+ triggeredSafetyFilter?: boolean;
257
+ }
258
+ interface CloudAiNlLlmProtoServiceRaiSignal {
259
+ /** The confidence level for the RAI category. */
260
+ confidence?: string;
261
+ /** Whether the category is flagged as being present. Currently, this is set to true if score >= 0.5. */
262
+ flagged?: boolean;
263
+ /** The RAI category. */
264
+ raiCategory?: string;
265
+ /** The score for the category, in the range [0.0, 1.0]. */
266
+ score?: number;
267
+ }
228
268
  interface CloudAiNlLlmProtoServiceSafetyRating {
229
269
  /** Indicates whether the content was filtered out because of this rating. */
230
270
  blocked?: boolean;
@@ -385,6 +425,10 @@ declare namespace gapi.client {
385
425
  /** Required. The names of the PipelineJobs to cancel. A maximum of 32 PipelineJobs can be cancelled in a batch. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}` */
386
426
  names?: string[];
387
427
  }
428
+ interface GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse {
429
+ /** PipelineJobs cancelled. */
430
+ pipelineJobs?: GoogleCloudAiplatformV1beta1PipelineJob[];
431
+ }
388
432
  interface GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata {
389
433
  /** Operation metadata for Feature. */
390
434
  genericMetadata?: GoogleCloudAiplatformV1beta1GenericOperationMetadata;
@@ -425,6 +469,10 @@ declare namespace gapi.client {
425
469
  /** Required. The names of the PipelineJobs to delete. A maximum of 32 PipelineJobs can be deleted in a batch. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}` */
426
470
  names?: string[];
427
471
  }
472
+ interface GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse {
473
+ /** PipelineJobs deleted. */
474
+ pipelineJobs?: GoogleCloudAiplatformV1beta1PipelineJob[];
475
+ }
428
476
  interface GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest {
429
477
  /** Required. Evaluated annotations resource to be imported. */
430
478
  evaluatedAnnotations?: GoogleCloudAiplatformV1beta1EvaluatedAnnotation[];
@@ -850,12 +898,6 @@ declare namespace gapi.client {
850
898
  /** Operation metadata for creating a MetadataStore. */
851
899
  genericMetadata?: GoogleCloudAiplatformV1beta1GenericOperationMetadata;
852
900
  }
853
- interface GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobOperationMetadata {
854
- /** The operation generic information. */
855
- genericMetadata?: GoogleCloudAiplatformV1beta1GenericOperationMetadata;
856
- /** A human-readable message that shows the intermediate progress details of NotebookRuntime. */
857
- progressMessage?: string;
858
- }
859
901
  interface GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata {
860
902
  /** The operation generic information. */
861
903
  genericMetadata?: GoogleCloudAiplatformV1beta1GenericOperationMetadata;
@@ -1627,7 +1669,7 @@ declare namespace gapi.client {
1627
1669
  exportConfig?: GoogleCloudAiplatformV1beta1ExportDataConfig;
1628
1670
  }
1629
1671
  interface GoogleCloudAiplatformV1beta1ExportDataResponse {
1630
- /** All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) GCS paths in wildcard format are populated (e.g., gs://.../training-*). */
1672
+ /** All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*). */
1631
1673
  exportedFiles?: string[];
1632
1674
  }
1633
1675
  interface GoogleCloudAiplatformV1beta1ExportEndpointOperationMetadata {
@@ -1743,7 +1785,7 @@ declare namespace gapi.client {
1743
1785
  updateTime?: string;
1744
1786
  /** Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value. */
1745
1787
  valueType?: string;
1746
- /** Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View columnn hosting data for this version. If no value is provided, will use feature_id. */
1788
+ /** Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View column hosting data for this version. If no value is provided, will use feature_id. */
1747
1789
  versionColumnName?: string;
1748
1790
  }
1749
1791
  interface GoogleCloudAiplatformV1beta1FeatureGroup {
@@ -1819,7 +1861,7 @@ declare namespace gapi.client {
1819
1861
  minNodeCount?: number;
1820
1862
  }
1821
1863
  interface GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint {
1822
- /** Optional. Private service connect config. If PrivateServiceConnectConfig.enable_private_service_connect set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint. */
1864
+ /** Optional. Private service connect config. The private service connection is available only for Optimized storage type, not for embedding management now. If PrivateServiceConnectConfig.enable_private_service_connect set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint. */
1823
1865
  privateServiceConnectConfig?: GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig;
1824
1866
  /** Output only. This field will be populated with the domain name to use for this FeatureOnlineStore */
1825
1867
  publicEndpointDomainName?: string;
@@ -2157,8 +2199,6 @@ declare namespace gapi.client {
2157
2199
  interface GoogleCloudAiplatformV1beta1GenerateContentRequest {
2158
2200
  /** Required. The content of the current conversation with the model. For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request. */
2159
2201
  contents?: GoogleCloudAiplatformV1beta1Content[];
2160
- /** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
2161
- endpoint?: string;
2162
2202
  /** Optional. Generation config. */
2163
2203
  generationConfig?: GoogleCloudAiplatformV1beta1GenerationConfig;
2164
2204
  /** Optional. Per request settings for blocking unsafe content. Enforced on GenerateContentResponse.candidates. */
@@ -2471,6 +2511,12 @@ declare namespace gapi.client {
2471
2511
  /** Required. The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is within the desired error range. Valid range of its value is [1, 100], inclusively. */
2472
2512
  stepCount?: number;
2473
2513
  }
2514
+ interface GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance {
2515
+ /** Required. internal service name. */
2516
+ serviceName?: string;
2517
+ /** Required. internal service state. */
2518
+ serviceState?: string;
2519
+ }
2474
2520
  interface GoogleCloudAiplatformV1beta1LargeModelReference {
2475
2521
  /** Required. The unique name of the large Foundation or pre-built model. Like "chat-bison", "text-bison". Or model name with version ID, like "chat-bison@001", "text-bison@005", etc. */
2476
2522
  name?: string;
@@ -3094,7 +3140,7 @@ declare namespace gapi.client {
3094
3140
  displayName?: string;
3095
3141
  /** Describes the values of ExplanationSpec that are used for explaining the predicted values on the evaluated data. */
3096
3142
  explanationSpecs?: GoogleCloudAiplatformV1beta1ModelEvaluationModelEvaluationExplanationSpec[];
3097
- /** The metadata of the ModelEvaluation. For the ModelEvaluation uploaded from Managed Pipeline, metadata contains a structured value with keys of "pipeline_job_id", "evaluation_dataset_type", "evaluation_dataset_path". */
3143
+ /** The metadata of the ModelEvaluation. For the ModelEvaluation uploaded from Managed Pipeline, metadata contains a structured value with keys of "pipeline_job_id", "evaluation_dataset_type", "evaluation_dataset_path", "row_based_metrics_path". */
3098
3144
  metadata?: any;
3099
3145
  /** Evaluation metrics of the Model. The schema of the metrics is stored in metrics_schema_uri */
3100
3146
  metrics?: any;
@@ -3523,6 +3569,14 @@ declare namespace gapi.client {
3523
3569
  /** Required. Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60. */
3524
3570
  idleTimeout?: string;
3525
3571
  }
3572
+ interface GoogleCloudAiplatformV1beta1NotebookReservationAffinity {
3573
+ /** Required. Specifies the type of reservation from which this instance can consume resources: RESERVATION_ANY (default), RESERVATION_SPECIFIC, or RESERVATION_NONE. See Consuming reserved instances for examples. */
3574
+ consumeReservationType?: string;
3575
+ /** Optional. Corresponds to the label key of a reservation resource. To target a RESERVATION_SPECIFIC by name, use compute.googleapis.com/reservation-name as the key and specify the name of your reservation as its value. */
3576
+ key?: string;
3577
+ /** Optional. Corresponds to the label values of a reservation resource. This must be the full path name of Reservation. */
3578
+ values?: string[];
3579
+ }
3526
3580
  interface GoogleCloudAiplatformV1beta1NotebookRuntime {
3527
3581
  /** Output only. Timestamp when this NotebookRuntime was created. */
3528
3582
  createTime?: string;
@@ -3534,16 +3588,22 @@ declare namespace gapi.client {
3534
3588
  expirationTime?: string;
3535
3589
  /** Output only. The health state of the NotebookRuntime. */
3536
3590
  healthState?: string;
3591
+ /** Output only. Whether NotebookRuntime is upgradable. */
3592
+ isUpgradable?: boolean;
3537
3593
  /** 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. */
3538
3594
  labels?: {[P in string]: string};
3539
3595
  /** Output only. The resource name of the NotebookRuntime. */
3540
3596
  name?: string;
3597
+ /** Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/vpc/docs/add-remove-network-tags)). */
3598
+ networkTags?: string[];
3541
3599
  /** Output only. The pointer to NotebookRuntimeTemplate this NotebookRuntime is created from. */
3542
3600
  notebookRuntimeTemplateRef?: GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef;
3543
3601
  /** Output only. The type of the notebook runtime. */
3544
3602
  notebookRuntimeType?: string;
3545
3603
  /** Output only. The proxy endpoint used to access the NotebookRuntime. */
3546
3604
  proxyUri?: string;
3605
+ /** Output only. Reservation Affinity of the notebook runtime. */
3606
+ reservationAffinity?: GoogleCloudAiplatformV1beta1NotebookReservationAffinity;
3547
3607
  /** Output only. The runtime (instance) state of the NotebookRuntime. */
3548
3608
  runtimeState?: string;
3549
3609
  /** Required. The user email of the NotebookRuntime. */
@@ -3580,10 +3640,16 @@ declare namespace gapi.client {
3580
3640
  name?: string;
3581
3641
  /** Optional. Network spec. */
3582
3642
  networkSpec?: GoogleCloudAiplatformV1beta1NetworkSpec;
3643
+ /** Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/vpc/docs/add-remove-network-tags)). */
3644
+ networkTags?: string[];
3583
3645
  /** Optional. Immutable. The type of the notebook runtime template. */
3584
3646
  notebookRuntimeType?: string;
3647
+ /** Optional. Reservation Affinity of the notebook runtime template. */
3648
+ reservationAffinity?: GoogleCloudAiplatformV1beta1NotebookReservationAffinity;
3585
3649
  /** 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. */
3586
3650
  serviceAccount?: string;
3651
+ /** Optional. Immutable. Runtime Shielded VM spec. */
3652
+ shieldedVmConfig?: GoogleCloudAiplatformV1beta1ShieldedVmConfig;
3587
3653
  /** Output only. Timestamp when this NotebookRuntimeTemplate was most recently updated. */
3588
3654
  updateTime?: string;
3589
3655
  }
@@ -3888,12 +3954,16 @@ declare namespace gapi.client {
3888
3954
  openEvaluationPipeline?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
3889
3955
  /** Optional. Open fine-tuning pipeline of the PublisherModel. */
3890
3956
  openFineTuningPipeline?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
3957
+ /** Optional. Open fine-tuning pipelines of the PublisherModel. */
3958
+ openFineTuningPipelines?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines;
3891
3959
  /** Optional. Open in Generation AI Studio. */
3892
3960
  openGenerationAiStudio?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
3893
3961
  /** Optional. Open Genie / Playground. */
3894
3962
  openGenie?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
3895
3963
  /** Optional. Open notebook of the PublisherModel. */
3896
3964
  openNotebook?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
3965
+ /** Optional. Open notebooks of the PublisherModel. */
3966
+ openNotebooks?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks;
3897
3967
  /** Optional. Open prompt-tuning pipeline of the PublisherModel. */
3898
3968
  openPromptTuningPipeline?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
3899
3969
  /** Optional. Request for access. */
@@ -3921,12 +3991,26 @@ declare namespace gapi.client {
3921
3991
  /** Required. The title of the regional resource reference. */
3922
3992
  title?: string;
3923
3993
  }
3994
+ interface GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines {
3995
+ /** Required. Regional resource references to fine tuning pipelines. */
3996
+ fineTuningPipelines?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences[];
3997
+ }
3998
+ interface GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks {
3999
+ /** Required. Regional resource references to notebooks. */
4000
+ notebooks?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences[];
4001
+ }
3924
4002
  interface GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences {
3925
4003
  /** Required. */
3926
4004
  references?: {
3927
4005
  [P in string]: GoogleCloudAiplatformV1beta1PublisherModelResourceReference;
3928
4006
  };
3929
- /** Required. The title of the regional resource reference. */
4007
+ /** Optional. Description of the resource. */
4008
+ resourceDescription?: string;
4009
+ /** Optional. Title of the resource. */
4010
+ resourceTitle?: string;
4011
+ /** Optional. Use case (CUJ) of the resource. */
4012
+ resourceUseCase?: string;
4013
+ /** Required. */
3930
4014
  title?: string;
3931
4015
  }
3932
4016
  interface GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi {
@@ -4141,6 +4225,10 @@ declare namespace gapi.client {
4141
4225
  eventDetails?: {[P in string]: string};
4142
4226
  /** Required. The type of the event. */
4143
4227
  eventType?: string;
4228
+ /** The details of the internal os service states. */
4229
+ internalOsServiceStateInstance?: GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance[];
4230
+ /** Optional. The details of the internal os service states. */
4231
+ internalOsServiceStateInstances?: GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance[];
4144
4232
  /** Required. The VM identity token (a JWT) for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity */
4145
4233
  vmToken?: string;
4146
4234
  }
@@ -4300,6 +4388,8 @@ declare namespace gapi.client {
4300
4388
  interface GoogleCloudAiplatformV1beta1Scheduling {
4301
4389
  /** Optional. Indicates if the job should retry for internal errors after the job starts running. If true, overrides `Scheduling.restart_job_on_worker_restart` to false. */
4302
4390
  disableRetries?: boolean;
4391
+ /** Optional. This is the maximum time a user will wait in the QRM queue for resources. Default is 1 day */
4392
+ maxWaitDuration?: string;
4303
4393
  /** Restarts the entire CustomJob if a worker gets restarted. This feature can be used by distributed training jobs that are not resilient to workers leaving and joining a job. */
4304
4394
  restartJobOnWorkerRestart?: boolean;
4305
4395
  /** The maximum job running time. The default is 7 days. */
@@ -5631,6 +5721,10 @@ declare namespace gapi.client {
5631
5721
  /** Optional. Default service account that this PersistentResource's workloads run as. The workloads include: * Any runtime specified via `ResourceRuntimeSpec` on creation time, for example, Ray. * Jobs submitted to PersistentResource, if no other service account specified in the job specs. Only works when custom service account is enabled and users have the `iam.serviceAccounts.actAs` permission on this service account. Required if any containers are specified in `ResourceRuntimeSpec`. */
5632
5722
  serviceAccount?: string;
5633
5723
  }
5724
+ interface GoogleCloudAiplatformV1beta1ShieldedVmConfig {
5725
+ /** 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. */
5726
+ enableSecureBoot?: boolean;
5727
+ }
5634
5728
  interface GoogleCloudAiplatformV1beta1SmoothGradConfig {
5635
5729
  /** This is similar to noise_sigma, but provides additional flexibility. A separate noise sigma can be provided for each feature, which is useful if their distributions are different. No noise is added to features that are not set. If this field is unset, noise_sigma will be used for all features. */
5636
5730
  featureNoiseSigma?: GoogleCloudAiplatformV1beta1FeatureNoiseSigma;
@@ -6371,7 +6465,7 @@ declare namespace gapi.client {
6371
6465
  interface GoogleIamV1Binding {
6372
6466
  /** The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
6373
6467
  condition?: GoogleTypeExpr;
6374
- /** Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. */
6468
+ /** Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. */
6375
6469
  members?: string[];
6376
6470
  /** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. */
6377
6471
  role?: string;
@@ -6497,6 +6591,460 @@ declare namespace gapi.client {
6497
6591
  /** One entry per metric name. The values must be aggregated per metric name. */
6498
6592
  metricEntries?: IntelligenceCloudAutomlXpsMetricEntry[];
6499
6593
  }
6594
+ interface LanguageLabsAidaTrustRecitationProtoDocAttribution {
6595
+ amarnaId?: string;
6596
+ arxivId?: string;
6597
+ author?: string;
6598
+ bibkey?: string;
6599
+ bookTitle?: string;
6600
+ /** The Oceanographers full-view books dataset uses a 'volume id' as the unique ID of a book. There is a deterministic function from a volume id to a URL under the books.google.com domain. Marked as 'optional' since a volume ID of zero is potentially possible and we want to distinguish that from the volume ID not being set. */
6601
+ bookVolumeId?: string;
6602
+ category?: string;
6603
+ conversationId?: string;
6604
+ /** The dataset this document comes from. */
6605
+ dataset?: string;
6606
+ filepath?: string;
6607
+ geminiId?: string;
6608
+ gnewsArticleTitle?: string;
6609
+ goodallExampleId?: string;
6610
+ /** Whether the document is opted out. */
6611
+ isOptOut?: boolean;
6612
+ isPrompt?: boolean;
6613
+ lamdaExampleId?: string;
6614
+ license?: string;
6615
+ meenaConversationId?: string;
6616
+ /** Natural (not programming) language of the document. Language code as defined by http://www.unicode.org/reports/tr35/#Identifiers and https://tools.ietf.org/html/bcp47. Currently applicable to full-view books. Use docinfo-util.h to set & read language fields. See go/iii. */
6617
+ naturalLanguageCode?: string;
6618
+ /** True if this doc has no attribution information available. We use an explicit field for this instead of just implicitly leaving all the DocAttribution fields blank to distinguish a case where a bug/oversight has left the attribution information empty vs when we really have no attribution information available. */
6619
+ noAttribution?: boolean;
6620
+ podcastUtteranceId?: string;
6621
+ publicationDate?: GoogleTypeDate;
6622
+ /** This field is for opt-out experiment only, MUST never be used during actual production/serving. */
6623
+ qualityScoreExperimentOnly?: number;
6624
+ /** Github repository */
6625
+ repo?: string;
6626
+ /** URL of a webdoc */
6627
+ url?: string;
6628
+ volumeId?: string;
6629
+ /** Wikipedia article title. The Wikipedia TFDS dataset includes article titles but not URLs. While a URL is to the best of our knowledge a deterministic function of the title, we store the original title to reflect the information in the original dataset. */
6630
+ wikipediaArticleTitle?: string;
6631
+ }
6632
+ interface LanguageLabsAidaTrustRecitationProtoRecitationResult {
6633
+ dynamicSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
6634
+ /** The recitation action for one given input. When its segments contain different actions, the overall action will be returned in the precedence of BLOCK > CITE > NO_ACTION. */
6635
+ recitationAction?: string;
6636
+ trainingSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
6637
+ }
6638
+ interface LanguageLabsAidaTrustRecitationProtoSegmentResult {
6639
+ /** The dataset the segment came from. */
6640
+ attributionDataset?: string;
6641
+ /** human-friendly string that contains information from doc_attribution which could be shown by clients */
6642
+ displayAttributionMessage?: string;
6643
+ /** populated when recitation_action == CITE */
6644
+ docAttribution?: LanguageLabsAidaTrustRecitationProtoDocAttribution;
6645
+ /** number of documents that contained this segment */
6646
+ docOccurrences?: number;
6647
+ endIndex?: number;
6648
+ /** The raw text in the given input that is corresponding to the segment. It will be available only when 'return_segment_raw_text' is enabled in the request options. */
6649
+ rawText?: string;
6650
+ segmentRecitationAction?: string;
6651
+ /** The segment boundary start (inclusive) and end index (exclusive) in the given text. In the streaming RPC, the indexes always start from the beginning of the first text in the entire stream. The indexes are measured in UTF-16 code units. */
6652
+ startIndex?: number;
6653
+ }
6654
+ interface LanguageLabsAidaTrustRecitationProtoStreamRecitationResult {
6655
+ /** The recitation result against the given dynamic data source. */
6656
+ dynamicSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
6657
+ /** Last index of input text fully checked for recitation in the entire streaming context. Would return `-1` if no Input was checked for recitation. */
6658
+ fullyCheckedTextIndex?: number;
6659
+ /** The recitation action for one given input. When its segments contain different actions, the overall action will be returned in the precedence of BLOCK > CITE > NO_ACTION. */
6660
+ recitationAction?: string;
6661
+ /** The recitation result against model training data. */
6662
+ trainingSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
6663
+ }
6664
+ interface LearningGenaiRecitationDocAttribution {
6665
+ amarnaId?: string;
6666
+ arxivId?: string;
6667
+ author?: string;
6668
+ bibkey?: string;
6669
+ bookTitle?: string;
6670
+ /** The Oceanographers full-view books dataset uses a 'volume id' as the unique ID of a book. There is a deterministic function from a volume id to a URL under the books.google.com domain. Marked as 'optional' since a volume ID of zero is potentially possible and we want to distinguish that from the volume ID not being set. */
6671
+ bookVolumeId?: string;
6672
+ conversationId?: string;
6673
+ /** The dataset this document comes from. */
6674
+ dataset?: string;
6675
+ filepath?: string;
6676
+ geminiId?: string;
6677
+ gnewsArticleTitle?: string;
6678
+ goodallExampleId?: string;
6679
+ /** Whether the document is opted out. */
6680
+ isOptOut?: boolean;
6681
+ /** When true, this attribution came from the user's prompt. */
6682
+ isPrompt?: boolean;
6683
+ lamdaExampleId?: string;
6684
+ license?: string;
6685
+ meenaConversationId?: string;
6686
+ /** Natural (not programming) language of the document. Language code as defined by http://www.unicode.org/reports/tr35/#Identifiers and https://tools.ietf.org/html/bcp47. Currently applicable to full-view books. Use docinfo-util.h to set & read language fields. See go/iii. */
6687
+ naturalLanguageCode?: string;
6688
+ /** True if this doc has no attribution information available. We use an explicit field for this instead of just implicitly leaving all the DocAttribution fields blank to distinguish a case where a bug/oversight has left the attribution information empty vs when we really have no attribution information available. */
6689
+ noAttribution?: boolean;
6690
+ podcastUtteranceId?: string;
6691
+ publicationDate?: GoogleTypeDate;
6692
+ /** This field is for opt-out experiment only, MUST never be used during actual production/serving. */
6693
+ qualityScoreExperimentOnly?: number;
6694
+ /** Github repository */
6695
+ repo?: string;
6696
+ /** URL of a webdoc */
6697
+ url?: string;
6698
+ volumeId?: string;
6699
+ /** Wikipedia article title. The Wikipedia TFDS dataset includes article titles but not URLs. While a URL is to the best of our knowledge a deterministic function of the title, we store the original title to reflect the information in the original dataset. */
6700
+ wikipediaArticleTitle?: string;
6701
+ }
6702
+ interface LearningGenaiRecitationRecitationResult {
6703
+ dynamicSegmentResults?: LearningGenaiRecitationSegmentResult[];
6704
+ /** The recitation action for one given input. When its segments contain different actions, the overall action will be returned in the precedence of BLOCK > CITE > NO_ACTION. */
6705
+ recitationAction?: string;
6706
+ trainingSegmentResults?: LearningGenaiRecitationSegmentResult[];
6707
+ }
6708
+ interface LearningGenaiRecitationSegmentResult {
6709
+ /** The dataset the segment came from. */
6710
+ attributionDataset?: string;
6711
+ /** human-friendly string that contains information from doc_attribution which could be shown by clients */
6712
+ displayAttributionMessage?: string;
6713
+ /** populated when recitation_action == CITE */
6714
+ docAttribution?: LearningGenaiRecitationDocAttribution;
6715
+ /** number of documents that contained this segment */
6716
+ docOccurrences?: number;
6717
+ endIndex?: number;
6718
+ /** The raw text in the given input that is corresponding to the segment. It will be available only when 'return_segment_raw_text' is enabled in the request options. */
6719
+ rawText?: string;
6720
+ segmentRecitationAction?: string;
6721
+ /** The segment boundary start (inclusive) and end index (exclusive) in the given text. In the streaming RPC, the indexes always start from the beginning of the first text in the entire stream. The indexes are measured in UTF-16 code units. */
6722
+ startIndex?: number;
6723
+ }
6724
+ interface LearningGenaiRootCalculationType {
6725
+ scoreType?: string;
6726
+ weights?: number;
6727
+ }
6728
+ interface LearningGenaiRootClassifierOutput {
6729
+ /** If set, this is the output of the first matching rule. */
6730
+ ruleOutput?: LearningGenaiRootRuleOutput;
6731
+ /** outputs of all matching rule. */
6732
+ ruleOutputs?: LearningGenaiRootRuleOutput[];
6733
+ /** The results of data_providers and metrics. */
6734
+ state?: LearningGenaiRootClassifierState;
6735
+ }
6736
+ interface LearningGenaiRootClassifierOutputSummary {
6737
+ metrics?: LearningGenaiRootMetricOutput[];
6738
+ /** Output of the first matching rule. */
6739
+ ruleOutput?: LearningGenaiRootRuleOutput;
6740
+ /** outputs of all matching rule. */
6741
+ ruleOutputs?: LearningGenaiRootRuleOutput[];
6742
+ }
6743
+ interface LearningGenaiRootClassifierState {
6744
+ dataProviderOutput?: LearningGenaiRootDataProviderOutput[];
6745
+ metricOutput?: LearningGenaiRootMetricOutput[];
6746
+ }
6747
+ interface LearningGenaiRootDataProviderOutput {
6748
+ name?: string;
6749
+ /** If set, this DataProvider failed and this is the error message. */
6750
+ status?: UtilStatusProto;
6751
+ }
6752
+ interface LearningGenaiRootFilterMetadata {
6753
+ /** Filter confidence. */
6754
+ confidence?: string;
6755
+ /** Debug info for the message. */
6756
+ debugInfo?: LearningGenaiRootFilterMetadataFilterDebugInfo;
6757
+ /** A fallback message chosen by the applied filter. */
6758
+ fallback?: string;
6759
+ /** Additional info for the filter. */
6760
+ info?: string;
6761
+ /** Name of the filter that triggered. */
6762
+ name?: string;
6763
+ /** Filter reason. */
6764
+ reason?: string;
6765
+ /** The input query or generated response that is getting filtered. */
6766
+ text?: string;
6767
+ }
6768
+ interface LearningGenaiRootFilterMetadataFilterDebugInfo {
6769
+ classifierOutput?: LearningGenaiRootClassifierOutput;
6770
+ defaultMetadata?: string;
6771
+ languageFilterResult?: LearningServingLlmLanguageFilterResult;
6772
+ /** Safety filter output information for LLM Root RAI harm check. */
6773
+ raiOutput?: LearningGenaiRootRAIOutput;
6774
+ raiResult?: CloudAiNlLlmProtoServiceRaiResult;
6775
+ raiSignal?: CloudAiNlLlmProtoServiceRaiSignal;
6776
+ streamRecitationResult?: LanguageLabsAidaTrustRecitationProtoStreamRecitationResult;
6777
+ takedownResult?: LearningGenaiRootTakedownResult;
6778
+ toxicityResult?: LearningGenaiRootToxicityResult;
6779
+ }
6780
+ interface LearningGenaiRootHarm {
6781
+ /** Please do not use, this is still under development. */
6782
+ contextualDangerous?: boolean;
6783
+ csam?: boolean;
6784
+ fringe?: boolean;
6785
+ grailImageHarmType?: LearningGenaiRootHarmGrailImageHarmType;
6786
+ grailTextHarmType?: LearningGenaiRootHarmGrailTextHarmType;
6787
+ imageCsam?: boolean;
6788
+ imagePedo?: boolean;
6789
+ /** Image signals */
6790
+ imagePorn?: boolean;
6791
+ imageViolence?: boolean;
6792
+ pqc?: boolean;
6793
+ safetycat?: LearningGenaiRootHarmSafetyCatCategories;
6794
+ spii?: LearningGenaiRootHarmSpiiFilter;
6795
+ threshold?: number;
6796
+ videoFrameCsam?: boolean;
6797
+ videoFramePedo?: boolean;
6798
+ /** Video frame signals */
6799
+ videoFramePorn?: boolean;
6800
+ videoFrameViolence?: boolean;
6801
+ }
6802
+ interface LearningGenaiRootHarmGrailImageHarmType {
6803
+ imageHarmType?: string[];
6804
+ }
6805
+ interface LearningGenaiRootHarmGrailTextHarmType {
6806
+ harmType?: string[];
6807
+ }
6808
+ interface LearningGenaiRootHarmSafetyCatCategories {
6809
+ categories?: string[];
6810
+ }
6811
+ interface LearningGenaiRootHarmSpiiFilter {
6812
+ usBankRoutingMicr?: boolean;
6813
+ usEmployerIdentificationNumber?: boolean;
6814
+ usSocialSecurityNumber?: boolean;
6815
+ }
6816
+ interface LearningGenaiRootInternalMetadata {
6817
+ scoredTokens?: LearningGenaiRootScoredToken[];
6818
+ }
6819
+ interface LearningGenaiRootMetricOutput {
6820
+ debug?: string;
6821
+ /** Name of the metric. */
6822
+ name?: string;
6823
+ numericValue?: number;
6824
+ status?: UtilStatusProto;
6825
+ stringValue?: string;
6826
+ }
6827
+ interface LearningGenaiRootRAIOutput {
6828
+ allowed?: boolean;
6829
+ harm?: LearningGenaiRootHarm;
6830
+ name?: string;
6831
+ score?: number;
6832
+ }
6833
+ interface LearningGenaiRootRegexTakedownResult {
6834
+ /** False when query or response should be taken down due to match with a blocked regex, true otherwise. */
6835
+ allowed?: boolean;
6836
+ /** Regex used to decide that query or response should be taken down. Empty when query or response is kept. */
6837
+ takedownRegex?: string;
6838
+ }
6839
+ interface LearningGenaiRootRequestResponseTakedownResult {
6840
+ /** False when response has to be taken down per above config. */
6841
+ allowed?: boolean;
6842
+ /** Regex used to match the request. */
6843
+ requestTakedownRegex?: string;
6844
+ /** Regex used to decide that response should be taken down. Empty when response is kept. */
6845
+ responseTakedownRegex?: string;
6846
+ }
6847
+ interface LearningGenaiRootRoutingDecision {
6848
+ metadata?: LearningGenaiRootRoutingDecisionMetadata;
6849
+ /** The selected model to route traffic to. */
6850
+ modelConfigId?: string;
6851
+ }
6852
+ interface LearningGenaiRootRoutingDecisionMetadata {
6853
+ scoreBasedRoutingMetadata?: LearningGenaiRootRoutingDecisionMetadataScoreBased;
6854
+ tokenLengthBasedRoutingMetadata?: LearningGenaiRootRoutingDecisionMetadataTokenLengthBased;
6855
+ }
6856
+ interface LearningGenaiRootRoutingDecisionMetadataScoreBased {
6857
+ /** The rule that was matched. */
6858
+ matchedRule?: LearningGenaiRootScoreBasedRoutingConfigRule;
6859
+ /** The score that was generated by the router i.e. the model. */
6860
+ score?: LearningGenaiRootScore;
6861
+ /** No rules were matched & therefore used the default fallback. */
6862
+ usedDefaultFallback?: boolean;
6863
+ }
6864
+ interface LearningGenaiRootRoutingDecisionMetadataTokenLengthBased {
6865
+ modelInputTokenMetadata?: LearningGenaiRootRoutingDecisionMetadataTokenLengthBasedModelInputTokenMetadata[];
6866
+ modelMaxTokenMetadata?: LearningGenaiRootRoutingDecisionMetadataTokenLengthBasedModelMaxTokenMetadata[];
6867
+ }
6868
+ interface LearningGenaiRootRoutingDecisionMetadataTokenLengthBasedModelInputTokenMetadata {
6869
+ /** The length computed by backends using the formatter & tokenizer specific to the model */
6870
+ computedInputTokenLength?: number;
6871
+ modelId?: string;
6872
+ }
6873
+ interface LearningGenaiRootRoutingDecisionMetadataTokenLengthBasedModelMaxTokenMetadata {
6874
+ maxNumInputTokens?: number;
6875
+ maxNumOutputTokens?: number;
6876
+ modelId?: string;
6877
+ }
6878
+ interface LearningGenaiRootRuleOutput {
6879
+ decision?: string;
6880
+ name?: string;
6881
+ }
6882
+ interface LearningGenaiRootScore {
6883
+ calculationType?: LearningGenaiRootCalculationType;
6884
+ /** The internal_metadata is intended to be used by internal processors and will be cleared before returns. */
6885
+ internalMetadata?: LearningGenaiRootInternalMetadata;
6886
+ thresholdType?: LearningGenaiRootThresholdType;
6887
+ /** Top candidate tokens and log probabilities at each decoding step. */
6888
+ tokensAndLogprobPerDecodingStep?: LearningGenaiRootTokensAndLogProbPerDecodingStep;
6889
+ value?: number;
6890
+ }
6891
+ interface LearningGenaiRootScoreBasedRoutingConfigRule {
6892
+ /** NOTE: Hardest examples have smaller values in their routing scores. */
6893
+ equalOrGreaterThan?: LearningGenaiRootScore;
6894
+ lessThan?: LearningGenaiRootScore;
6895
+ /** This model_config_id points to ModelConfig::id which allows us to find the ModelConfig to route to. This is part of the banks specified in the ModelBankConfig. */
6896
+ modelConfigId?: string;
6897
+ }
6898
+ interface LearningGenaiRootScoredSimilarityTakedownPhrase {
6899
+ phrase?: LearningGenaiRootSimilarityTakedownPhrase;
6900
+ similarityScore?: number;
6901
+ }
6902
+ interface LearningGenaiRootScoredToken {
6903
+ /** Each end_token_score is a logprob for how well the completion would end at a particular token. See http://google3/labs/language/aida/config/proto/model_config.proto;l=376;rcl=573039459 */
6904
+ endTokenScore?: number;
6905
+ /** Each score is the logprob for the token in model response. */
6906
+ score?: number;
6907
+ token?: string;
6908
+ }
6909
+ interface LearningGenaiRootSimilarityTakedownPhrase {
6910
+ blockedPhrase?: string;
6911
+ }
6912
+ interface LearningGenaiRootSimilarityTakedownResult {
6913
+ /** False when query or response should be taken down by any of the takedown rules, true otherwise. */
6914
+ allowed?: boolean;
6915
+ /** List of similar phrases with score. Set only if allowed=false. */
6916
+ scoredPhrases?: LearningGenaiRootScoredSimilarityTakedownPhrase[];
6917
+ }
6918
+ interface LearningGenaiRootTakedownResult {
6919
+ /** False when query or response should be taken down by any of the takedown rules, true otherwise. */
6920
+ allowed?: boolean;
6921
+ regexTakedownResult?: LearningGenaiRootRegexTakedownResult;
6922
+ requestResponseTakedownResult?: LearningGenaiRootRequestResponseTakedownResult;
6923
+ similarityTakedownResult?: LearningGenaiRootSimilarityTakedownResult;
6924
+ }
6925
+ interface LearningGenaiRootThresholdType {
6926
+ scoreType?: string;
6927
+ threshold?: number;
6928
+ }
6929
+ interface LearningGenaiRootTokensAndLogProbPerDecodingStep {
6930
+ /** Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates. */
6931
+ chosenCandidates?: LearningGenaiRootTokensAndLogProbPerDecodingStepCandidate[];
6932
+ /** Length = total number of decoding steps. */
6933
+ topCandidates?: LearningGenaiRootTokensAndLogProbPerDecodingStepTopCandidates[];
6934
+ }
6935
+ interface LearningGenaiRootTokensAndLogProbPerDecodingStepCandidate {
6936
+ /** The candidate's log probability. */
6937
+ logProbability?: number;
6938
+ /** The candidate’s token value. */
6939
+ token?: string;
6940
+ }
6941
+ interface LearningGenaiRootTokensAndLogProbPerDecodingStepTopCandidates {
6942
+ /** Sorted by log probability in descending order. */
6943
+ candidates?: LearningGenaiRootTokensAndLogProbPerDecodingStepCandidate[];
6944
+ }
6945
+ interface LearningGenaiRootToxicityResult {
6946
+ signals?: LearningGenaiRootToxicitySignal[];
6947
+ }
6948
+ interface LearningGenaiRootToxicitySignal {
6949
+ allowed?: boolean;
6950
+ label?: string;
6951
+ score?: number;
6952
+ }
6953
+ interface LearningServingLlmLanguageFilterResult {
6954
+ /** False when query or response should be filtered out due to unsupported language. */
6955
+ allowed?: boolean;
6956
+ /** Language of the query or response. */
6957
+ detectedLanguage?: string;
6958
+ /** Probability of the language predicted as returned by LangID. */
6959
+ detectedLanguageProbability?: number;
6960
+ }
6961
+ interface LearningServingLlmMessageMetadata {
6962
+ /** Summary of classifier output. We attach this to all messages regardless of whether classification rules triggered or not. */
6963
+ classifierSummary?: LearningGenaiRootClassifierOutputSummary;
6964
+ currentStreamTextLength?: number;
6965
+ /** Whether the corresponding message has been deleted. */
6966
+ deleted?: boolean;
6967
+ /** Metadata for filters that triggered. */
6968
+ filterMeta?: LearningGenaiRootFilterMetadata[];
6969
+ /** This score is finally used for ranking the message. This will be same as the score present in `Message.score` field. */
6970
+ finalMessageScore?: LearningGenaiRootScore;
6971
+ /** NOT YET IMPLEMENTED. */
6972
+ finishReason?: string;
6973
+ /** Applies to Response message only. Indicates whether the message is a fallback and the response would have otherwise been empty. */
6974
+ isFallback?: boolean;
6975
+ /** Result from nlp_saft DetectLanguage method. Currently the predicted language code and language probability is used. */
6976
+ langidResult?: NlpSaftLangIdResult;
6977
+ /** Detected language. */
6978
+ language?: string;
6979
+ /** The LM prefix used to generate this response. */
6980
+ lmPrefix?: string;
6981
+ /** The original text generated by LLM. This is the raw output for debugging purposes. */
6982
+ originalText?: string;
6983
+ /** NOT YET IMPLEMENTED. Applies to streaming only. Number of tokens decoded / emitted by the model as part of this stream. This may be different from token_count, which contains number of tokens returned in this response after any response rewriting / truncation. */
6984
+ perStreamDecodedTokenCount?: number;
6985
+ /** Results of running RAI on the query or this response candidate. One output per rai_config. It will be populated regardless of whether the threshold is exceeded or not. */
6986
+ raiOutputs?: LearningGenaiRootRAIOutput[];
6987
+ /** Recitation Results. It will be populated as long as Recitation processing is enabled, regardless of recitation outcome. */
6988
+ recitationResult?: LearningGenaiRecitationRecitationResult;
6989
+ /** NOT YET IMPLEMENTED. Number of tokens returned as part of this candidate. */
6990
+ returnTokenCount?: number;
6991
+ /** All the different scores for a message are logged here. */
6992
+ scores?: LearningGenaiRootScore[];
6993
+ /** Whether the response is terminated during streaming return. Only used for streaming requests. */
6994
+ streamTerminated?: boolean;
6995
+ /** NOT YET IMPLEMENTED. Aggregated number of total tokens decoded so far. For streaming, this is sum of all the tokens decoded so far i.e. aggregated count. */
6996
+ totalDecodedTokenCount?: number;
6997
+ /** Translated user-prompt used for RAI post processing. This is for internal processing only. We will translate in pre-processor and pass the translated text to the post processor using this field. It will be empty if non of the signals requested need translation. */
6998
+ translatedUserPrompts?: string[];
6999
+ /** The metadata from Vertex SafetyCat processors */
7000
+ vertexRaiResult?: CloudAiNlLlmProtoServiceRaiResult;
7001
+ }
7002
+ interface NlpSaftLangIdLocalesResult {
7003
+ /** List of locales in which the text would be considered acceptable. Sorted in descending order according to each locale's respective likelihood. For example, if a Portuguese text is acceptable in both Brazil and Portugal, but is more strongly associated with Brazil, then the predictions would be ["pt-BR", "pt-PT"], in that order. May be empty, indicating that the model did not predict any acceptable locales. */
7004
+ predictions?: NlpSaftLangIdLocalesResultLocale[];
7005
+ }
7006
+ interface NlpSaftLangIdLocalesResultLocale {
7007
+ /** A BCP 47 language code that includes region information. For example, "pt-BR" or "pt-PT". This field will always be populated. */
7008
+ languageCode?: string;
7009
+ }
7010
+ interface NlpSaftLangIdResult {
7011
+ /** The version of the model used to create these annotations. */
7012
+ modelVersion?: string;
7013
+ /** This field stores the n-best list of possible BCP 47 language code strings for a given input sorted in descending order according to each code's respective probability. */
7014
+ predictions?: NlpSaftLanguageSpan[];
7015
+ /** This field stores language predictions of subspans of the input, when available. Each LanguageSpanSequence is a sequence of LanguageSpans. A particular sequence of LanguageSpans has an associated probability, and need not necessarily cover the entire input. If no language could be predicted for any span, then this field may be empty. */
7016
+ spanPredictions?: NlpSaftLanguageSpanSequence[];
7017
+ }
7018
+ interface NlpSaftLanguageSpan {
7019
+ end?: number;
7020
+ /** A BCP 47 language code for this span. */
7021
+ languageCode?: string;
7022
+ /** Optional field containing any information that was predicted about the specific locale(s) of the span. */
7023
+ locales?: NlpSaftLangIdLocalesResult;
7024
+ /** A probability associated with this prediction. */
7025
+ probability?: number;
7026
+ /** Start and end byte offsets, inclusive, within the given input string. A value of -1 implies that this field is not set. Both fields must either be set with a nonnegative value or both are unset. If both are unset then this LanguageSpan applies to the entire input. */
7027
+ start?: number;
7028
+ }
7029
+ interface NlpSaftLanguageSpanSequence {
7030
+ /** A sequence of LanguageSpan objects, each assigning a language to a subspan of the input. */
7031
+ languageSpans?: NlpSaftLanguageSpan[];
7032
+ /** The probability of this sequence of LanguageSpans. */
7033
+ probability?: number;
7034
+ }
7035
+ interface Proto2BridgeMessageSet {}
7036
+ interface UtilStatusProto {
7037
+ /** The canonical error code (see codes.proto) that most closely corresponds to this status. This may be missing, and in the common case of the generic space, it definitely will be. */
7038
+ canonicalCode?: number;
7039
+ /** Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto */
7040
+ code?: number;
7041
+ /** Detail message */
7042
+ message?: string;
7043
+ /** message_set associates an arbitrary proto message with the status. */
7044
+ messageSet?: any;
7045
+ /** The following are usually only present when code != 0 Space to which this status belongs */
7046
+ space?: string;
7047
+ }
6500
7048
  interface BatchPredictionJobsResource {
6501
7049
  /** Cancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server makes the best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob is not deleted;instead its BatchPredictionJob.state is set to `CANCELLED`. Any files already outputted by the job are not deleted. */
6502
7050
  cancel(request: {
@@ -15928,6 +16476,151 @@ declare namespace gapi.client {
15928
16476
  ): Request<{}>;
15929
16477
  operations: OperationsResource;
15930
16478
  }
16479
+ interface OperationsResource {
16480
+ /** 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`. */
16481
+ cancel(request?: {
16482
+ /** V1 error format. */
16483
+ '$.xgafv'?: string;
16484
+ /** OAuth access token. */
16485
+ access_token?: string;
16486
+ /** Data format for response. */
16487
+ alt?: string;
16488
+ /** JSONP */
16489
+ callback?: string;
16490
+ /** Selector specifying which fields to include in a partial response. */
16491
+ fields?: string;
16492
+ /** 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. */
16493
+ key?: string;
16494
+ /** The name of the operation resource to be cancelled. */
16495
+ name: string;
16496
+ /** OAuth 2.0 token for the current user. */
16497
+ oauth_token?: string;
16498
+ /** Returns response with indentations and line breaks. */
16499
+ prettyPrint?: boolean;
16500
+ /** 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. */
16501
+ quotaUser?: string;
16502
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
16503
+ upload_protocol?: string;
16504
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16505
+ uploadType?: string;
16506
+ }): Request<{}>;
16507
+ /** 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`. */
16508
+ delete(request?: {
16509
+ /** V1 error format. */
16510
+ '$.xgafv'?: string;
16511
+ /** OAuth access token. */
16512
+ access_token?: string;
16513
+ /** Data format for response. */
16514
+ alt?: string;
16515
+ /** JSONP */
16516
+ callback?: string;
16517
+ /** Selector specifying which fields to include in a partial response. */
16518
+ fields?: string;
16519
+ /** 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. */
16520
+ key?: string;
16521
+ /** The name of the operation resource to be deleted. */
16522
+ name: string;
16523
+ /** OAuth 2.0 token for the current user. */
16524
+ oauth_token?: string;
16525
+ /** Returns response with indentations and line breaks. */
16526
+ prettyPrint?: boolean;
16527
+ /** 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. */
16528
+ quotaUser?: string;
16529
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
16530
+ upload_protocol?: string;
16531
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16532
+ uploadType?: string;
16533
+ }): Request<{}>;
16534
+ /** 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. */
16535
+ get(request?: {
16536
+ /** V1 error format. */
16537
+ '$.xgafv'?: string;
16538
+ /** OAuth access token. */
16539
+ access_token?: string;
16540
+ /** Data format for response. */
16541
+ alt?: string;
16542
+ /** JSONP */
16543
+ callback?: string;
16544
+ /** Selector specifying which fields to include in a partial response. */
16545
+ fields?: string;
16546
+ /** 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. */
16547
+ key?: string;
16548
+ /** The name of the operation resource. */
16549
+ name: string;
16550
+ /** OAuth 2.0 token for the current user. */
16551
+ oauth_token?: string;
16552
+ /** Returns response with indentations and line breaks. */
16553
+ prettyPrint?: boolean;
16554
+ /** 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. */
16555
+ quotaUser?: string;
16556
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
16557
+ upload_protocol?: string;
16558
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16559
+ uploadType?: string;
16560
+ }): Request<GoogleLongrunningOperation>;
16561
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
16562
+ list(request?: {
16563
+ /** V1 error format. */
16564
+ '$.xgafv'?: string;
16565
+ /** OAuth access token. */
16566
+ access_token?: string;
16567
+ /** Data format for response. */
16568
+ alt?: string;
16569
+ /** JSONP */
16570
+ callback?: string;
16571
+ /** Selector specifying which fields to include in a partial response. */
16572
+ fields?: string;
16573
+ /** The standard list filter. */
16574
+ filter?: string;
16575
+ /** 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. */
16576
+ key?: string;
16577
+ /** The name of the operation's parent resource. */
16578
+ name: string;
16579
+ /** OAuth 2.0 token for the current user. */
16580
+ oauth_token?: string;
16581
+ /** The standard list page size. */
16582
+ pageSize?: number;
16583
+ /** The standard list page token. */
16584
+ pageToken?: string;
16585
+ /** Returns response with indentations and line breaks. */
16586
+ prettyPrint?: boolean;
16587
+ /** 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. */
16588
+ quotaUser?: string;
16589
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
16590
+ upload_protocol?: string;
16591
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16592
+ uploadType?: string;
16593
+ }): Request<GoogleLongrunningListOperationsResponse>;
16594
+ /** 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. */
16595
+ wait(request?: {
16596
+ /** V1 error format. */
16597
+ '$.xgafv'?: string;
16598
+ /** OAuth access token. */
16599
+ access_token?: string;
16600
+ /** Data format for response. */
16601
+ alt?: string;
16602
+ /** JSONP */
16603
+ callback?: string;
16604
+ /** Selector specifying which fields to include in a partial response. */
16605
+ fields?: string;
16606
+ /** 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. */
16607
+ key?: string;
16608
+ /** The name of the operation resource to wait on. */
16609
+ name: string;
16610
+ /** OAuth 2.0 token for the current user. */
16611
+ oauth_token?: string;
16612
+ /** Returns response with indentations and line breaks. */
16613
+ prettyPrint?: boolean;
16614
+ /** 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. */
16615
+ quotaUser?: string;
16616
+ /** 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. */
16617
+ timeout?: string;
16618
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
16619
+ upload_protocol?: string;
16620
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16621
+ uploadType?: string;
16622
+ }): Request<GoogleLongrunningOperation>;
16623
+ }
15931
16624
  interface ArtifactsResource {
15932
16625
  /** Creates an Artifact associated with a MetadataStore. */
15933
16626
  create(request: {
@@ -16237,10 +16930,11 @@ declare namespace gapi.client {
16237
16930
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16238
16931
  uploadType?: string;
16239
16932
  }): Request<GoogleCloudAiplatformV1beta1LineageSubgraph>;
16933
+ operations: OperationsResource;
16240
16934
  }
16241
- interface ContextsResource {
16242
- /** Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped. */
16243
- addContextArtifactsAndExecutions(request: {
16935
+ interface OperationsResource {
16936
+ /** 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`. */
16937
+ cancel(request?: {
16244
16938
  /** V1 error format. */
16245
16939
  '$.xgafv'?: string;
16246
16940
  /** OAuth access token. */
@@ -16249,12 +16943,12 @@ declare namespace gapi.client {
16249
16943
  alt?: string;
16250
16944
  /** JSONP */
16251
16945
  callback?: string;
16252
- /** Required. The resource name of the Context that the Artifacts and Executions belong to. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` */
16253
- context: string;
16254
16946
  /** Selector specifying which fields to include in a partial response. */
16255
16947
  fields?: string;
16256
16948
  /** 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. */
16257
16949
  key?: string;
16950
+ /** The name of the operation resource to be cancelled. */
16951
+ name: string;
16258
16952
  /** OAuth 2.0 token for the current user. */
16259
16953
  oauth_token?: string;
16260
16954
  /** Returns response with indentations and line breaks. */
@@ -16265,40 +16959,185 @@ declare namespace gapi.client {
16265
16959
  upload_protocol?: string;
16266
16960
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16267
16961
  uploadType?: string;
16268
- /** Request body */
16269
- resource: GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest;
16270
16962
  }): Request<{}>;
16271
- addContextArtifactsAndExecutions(
16272
- request: {
16273
- /** V1 error format. */
16274
- '$.xgafv'?: string;
16275
- /** OAuth access token. */
16276
- access_token?: string;
16277
- /** Data format for response. */
16278
- alt?: string;
16279
- /** JSONP */
16280
- callback?: string;
16281
- /** Required. The resource name of the Context that the Artifacts and Executions belong to. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` */
16282
- context: string;
16283
- /** Selector specifying which fields to include in a partial response. */
16284
- fields?: string;
16285
- /** 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. */
16286
- key?: string;
16287
- /** OAuth 2.0 token for the current user. */
16288
- oauth_token?: string;
16289
- /** Returns response with indentations and line breaks. */
16290
- prettyPrint?: boolean;
16291
- /** 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. */
16292
- quotaUser?: string;
16293
- /** Upload protocol for media (e.g. "raw", "multipart"). */
16294
- upload_protocol?: string;
16295
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16296
- uploadType?: string;
16297
- },
16298
- body: GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest
16299
- ): Request<{}>;
16300
- /** Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error. */
16301
- addContextChildren(request: {
16963
+ /** 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`. */
16964
+ delete(request?: {
16965
+ /** V1 error format. */
16966
+ '$.xgafv'?: string;
16967
+ /** OAuth access token. */
16968
+ access_token?: string;
16969
+ /** Data format for response. */
16970
+ alt?: string;
16971
+ /** JSONP */
16972
+ callback?: string;
16973
+ /** Selector specifying which fields to include in a partial response. */
16974
+ fields?: string;
16975
+ /** 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. */
16976
+ key?: string;
16977
+ /** The name of the operation resource to be deleted. */
16978
+ name: string;
16979
+ /** OAuth 2.0 token for the current user. */
16980
+ oauth_token?: string;
16981
+ /** Returns response with indentations and line breaks. */
16982
+ prettyPrint?: boolean;
16983
+ /** 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. */
16984
+ quotaUser?: string;
16985
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
16986
+ upload_protocol?: string;
16987
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16988
+ uploadType?: string;
16989
+ }): Request<{}>;
16990
+ /** 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. */
16991
+ get(request?: {
16992
+ /** V1 error format. */
16993
+ '$.xgafv'?: string;
16994
+ /** OAuth access token. */
16995
+ access_token?: string;
16996
+ /** Data format for response. */
16997
+ alt?: string;
16998
+ /** JSONP */
16999
+ callback?: string;
17000
+ /** Selector specifying which fields to include in a partial response. */
17001
+ fields?: string;
17002
+ /** 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. */
17003
+ key?: string;
17004
+ /** The name of the operation resource. */
17005
+ name: string;
17006
+ /** OAuth 2.0 token for the current user. */
17007
+ oauth_token?: string;
17008
+ /** Returns response with indentations and line breaks. */
17009
+ prettyPrint?: boolean;
17010
+ /** 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. */
17011
+ quotaUser?: string;
17012
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
17013
+ upload_protocol?: string;
17014
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17015
+ uploadType?: string;
17016
+ }): Request<GoogleLongrunningOperation>;
17017
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
17018
+ list(request?: {
17019
+ /** V1 error format. */
17020
+ '$.xgafv'?: string;
17021
+ /** OAuth access token. */
17022
+ access_token?: string;
17023
+ /** Data format for response. */
17024
+ alt?: string;
17025
+ /** JSONP */
17026
+ callback?: string;
17027
+ /** Selector specifying which fields to include in a partial response. */
17028
+ fields?: string;
17029
+ /** The standard list filter. */
17030
+ filter?: string;
17031
+ /** 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. */
17032
+ key?: string;
17033
+ /** The name of the operation's parent resource. */
17034
+ name: string;
17035
+ /** OAuth 2.0 token for the current user. */
17036
+ oauth_token?: string;
17037
+ /** The standard list page size. */
17038
+ pageSize?: number;
17039
+ /** The standard list page token. */
17040
+ pageToken?: string;
17041
+ /** Returns response with indentations and line breaks. */
17042
+ prettyPrint?: boolean;
17043
+ /** 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. */
17044
+ quotaUser?: string;
17045
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
17046
+ upload_protocol?: string;
17047
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17048
+ uploadType?: string;
17049
+ }): Request<GoogleLongrunningListOperationsResponse>;
17050
+ /** 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. */
17051
+ wait(request?: {
17052
+ /** V1 error format. */
17053
+ '$.xgafv'?: string;
17054
+ /** OAuth access token. */
17055
+ access_token?: string;
17056
+ /** Data format for response. */
17057
+ alt?: string;
17058
+ /** JSONP */
17059
+ callback?: string;
17060
+ /** Selector specifying which fields to include in a partial response. */
17061
+ fields?: string;
17062
+ /** 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. */
17063
+ key?: string;
17064
+ /** The name of the operation resource to wait on. */
17065
+ name: string;
17066
+ /** OAuth 2.0 token for the current user. */
17067
+ oauth_token?: string;
17068
+ /** Returns response with indentations and line breaks. */
17069
+ prettyPrint?: boolean;
17070
+ /** 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. */
17071
+ quotaUser?: string;
17072
+ /** 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. */
17073
+ timeout?: string;
17074
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
17075
+ upload_protocol?: string;
17076
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17077
+ uploadType?: string;
17078
+ }): Request<GoogleLongrunningOperation>;
17079
+ }
17080
+ interface ContextsResource {
17081
+ /** Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped. */
17082
+ addContextArtifactsAndExecutions(request: {
17083
+ /** V1 error format. */
17084
+ '$.xgafv'?: string;
17085
+ /** OAuth access token. */
17086
+ access_token?: string;
17087
+ /** Data format for response. */
17088
+ alt?: string;
17089
+ /** JSONP */
17090
+ callback?: string;
17091
+ /** Required. The resource name of the Context that the Artifacts and Executions belong to. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` */
17092
+ context: string;
17093
+ /** Selector specifying which fields to include in a partial response. */
17094
+ fields?: string;
17095
+ /** 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. */
17096
+ key?: string;
17097
+ /** OAuth 2.0 token for the current user. */
17098
+ oauth_token?: string;
17099
+ /** Returns response with indentations and line breaks. */
17100
+ prettyPrint?: boolean;
17101
+ /** 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. */
17102
+ quotaUser?: string;
17103
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
17104
+ upload_protocol?: string;
17105
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17106
+ uploadType?: string;
17107
+ /** Request body */
17108
+ resource: GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest;
17109
+ }): Request<{}>;
17110
+ addContextArtifactsAndExecutions(
17111
+ request: {
17112
+ /** V1 error format. */
17113
+ '$.xgafv'?: string;
17114
+ /** OAuth access token. */
17115
+ access_token?: string;
17116
+ /** Data format for response. */
17117
+ alt?: string;
17118
+ /** JSONP */
17119
+ callback?: string;
17120
+ /** Required. The resource name of the Context that the Artifacts and Executions belong to. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` */
17121
+ context: string;
17122
+ /** Selector specifying which fields to include in a partial response. */
17123
+ fields?: string;
17124
+ /** 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. */
17125
+ key?: string;
17126
+ /** OAuth 2.0 token for the current user. */
17127
+ oauth_token?: string;
17128
+ /** Returns response with indentations and line breaks. */
17129
+ prettyPrint?: boolean;
17130
+ /** 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. */
17131
+ quotaUser?: string;
17132
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
17133
+ upload_protocol?: string;
17134
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17135
+ uploadType?: string;
17136
+ },
17137
+ body: GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest
17138
+ ): Request<{}>;
17139
+ /** Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error. */
17140
+ addContextChildren(request: {
16302
17141
  /** V1 error format. */
16303
17142
  '$.xgafv'?: string;
16304
17143
  /** OAuth access token. */
@@ -16719,6 +17558,152 @@ declare namespace gapi.client {
16719
17558
  },
16720
17559
  body: GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
16721
17560
  ): Request<{}>;
17561
+ operations: OperationsResource;
17562
+ }
17563
+ interface OperationsResource {
17564
+ /** 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`. */
17565
+ cancel(request?: {
17566
+ /** V1 error format. */
17567
+ '$.xgafv'?: string;
17568
+ /** OAuth access token. */
17569
+ access_token?: string;
17570
+ /** Data format for response. */
17571
+ alt?: string;
17572
+ /** JSONP */
17573
+ callback?: string;
17574
+ /** Selector specifying which fields to include in a partial response. */
17575
+ fields?: string;
17576
+ /** 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. */
17577
+ key?: string;
17578
+ /** The name of the operation resource to be cancelled. */
17579
+ name: string;
17580
+ /** OAuth 2.0 token for the current user. */
17581
+ oauth_token?: string;
17582
+ /** Returns response with indentations and line breaks. */
17583
+ prettyPrint?: boolean;
17584
+ /** 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. */
17585
+ quotaUser?: string;
17586
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
17587
+ upload_protocol?: string;
17588
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17589
+ uploadType?: string;
17590
+ }): Request<{}>;
17591
+ /** 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`. */
17592
+ delete(request?: {
17593
+ /** V1 error format. */
17594
+ '$.xgafv'?: string;
17595
+ /** OAuth access token. */
17596
+ access_token?: string;
17597
+ /** Data format for response. */
17598
+ alt?: string;
17599
+ /** JSONP */
17600
+ callback?: string;
17601
+ /** Selector specifying which fields to include in a partial response. */
17602
+ fields?: string;
17603
+ /** 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. */
17604
+ key?: string;
17605
+ /** The name of the operation resource to be deleted. */
17606
+ name: string;
17607
+ /** OAuth 2.0 token for the current user. */
17608
+ oauth_token?: string;
17609
+ /** Returns response with indentations and line breaks. */
17610
+ prettyPrint?: boolean;
17611
+ /** 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. */
17612
+ quotaUser?: string;
17613
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
17614
+ upload_protocol?: string;
17615
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17616
+ uploadType?: string;
17617
+ }): Request<{}>;
17618
+ /** 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. */
17619
+ get(request?: {
17620
+ /** V1 error format. */
17621
+ '$.xgafv'?: string;
17622
+ /** OAuth access token. */
17623
+ access_token?: string;
17624
+ /** Data format for response. */
17625
+ alt?: string;
17626
+ /** JSONP */
17627
+ callback?: string;
17628
+ /** Selector specifying which fields to include in a partial response. */
17629
+ fields?: string;
17630
+ /** 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. */
17631
+ key?: string;
17632
+ /** The name of the operation resource. */
17633
+ name: string;
17634
+ /** OAuth 2.0 token for the current user. */
17635
+ oauth_token?: string;
17636
+ /** Returns response with indentations and line breaks. */
17637
+ prettyPrint?: boolean;
17638
+ /** 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. */
17639
+ quotaUser?: string;
17640
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
17641
+ upload_protocol?: string;
17642
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17643
+ uploadType?: string;
17644
+ }): Request<GoogleLongrunningOperation>;
17645
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
17646
+ list(request?: {
17647
+ /** V1 error format. */
17648
+ '$.xgafv'?: string;
17649
+ /** OAuth access token. */
17650
+ access_token?: string;
17651
+ /** Data format for response. */
17652
+ alt?: string;
17653
+ /** JSONP */
17654
+ callback?: string;
17655
+ /** Selector specifying which fields to include in a partial response. */
17656
+ fields?: string;
17657
+ /** The standard list filter. */
17658
+ filter?: string;
17659
+ /** 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. */
17660
+ key?: string;
17661
+ /** The name of the operation's parent resource. */
17662
+ name: string;
17663
+ /** OAuth 2.0 token for the current user. */
17664
+ oauth_token?: string;
17665
+ /** The standard list page size. */
17666
+ pageSize?: number;
17667
+ /** The standard list page token. */
17668
+ pageToken?: string;
17669
+ /** Returns response with indentations and line breaks. */
17670
+ prettyPrint?: boolean;
17671
+ /** 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. */
17672
+ quotaUser?: string;
17673
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
17674
+ upload_protocol?: string;
17675
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17676
+ uploadType?: string;
17677
+ }): Request<GoogleLongrunningListOperationsResponse>;
17678
+ /** 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. */
17679
+ wait(request?: {
17680
+ /** V1 error format. */
17681
+ '$.xgafv'?: string;
17682
+ /** OAuth access token. */
17683
+ access_token?: string;
17684
+ /** Data format for response. */
17685
+ alt?: string;
17686
+ /** JSONP */
17687
+ callback?: string;
17688
+ /** Selector specifying which fields to include in a partial response. */
17689
+ fields?: string;
17690
+ /** 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. */
17691
+ key?: string;
17692
+ /** The name of the operation resource to wait on. */
17693
+ name: string;
17694
+ /** OAuth 2.0 token for the current user. */
17695
+ oauth_token?: string;
17696
+ /** Returns response with indentations and line breaks. */
17697
+ prettyPrint?: boolean;
17698
+ /** 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. */
17699
+ quotaUser?: string;
17700
+ /** 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. */
17701
+ timeout?: string;
17702
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
17703
+ upload_protocol?: string;
17704
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17705
+ uploadType?: string;
17706
+ }): Request<GoogleLongrunningOperation>;
16722
17707
  }
16723
17708
  interface ExecutionsResource {
16724
17709
  /** Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped. */
@@ -17083,6 +18068,7 @@ declare namespace gapi.client {
17083
18068
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17084
18069
  uploadType?: string;
17085
18070
  }): Request<GoogleCloudAiplatformV1beta1LineageSubgraph>;
18071
+ operations: OperationsResource;
17086
18072
  }
17087
18073
  interface MetadataSchemasResource {
17088
18074
  /** Creates a MetadataSchema. */
@@ -17161,7 +18147,123 @@ declare namespace gapi.client {
17161
18147
  fields?: string;
17162
18148
  /** 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. */
17163
18149
  key?: string;
17164
- /** Required. The resource name of the MetadataSchema to retrieve. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` */
18150
+ /** Required. The resource name of the MetadataSchema to retrieve. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` */
18151
+ name: string;
18152
+ /** OAuth 2.0 token for the current user. */
18153
+ oauth_token?: string;
18154
+ /** Returns response with indentations and line breaks. */
18155
+ prettyPrint?: boolean;
18156
+ /** 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. */
18157
+ quotaUser?: string;
18158
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
18159
+ upload_protocol?: string;
18160
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18161
+ uploadType?: string;
18162
+ }): Request<GoogleCloudAiplatformV1beta1MetadataSchema>;
18163
+ /** Lists MetadataSchemas. */
18164
+ list(request?: {
18165
+ /** V1 error format. */
18166
+ '$.xgafv'?: string;
18167
+ /** OAuth access token. */
18168
+ access_token?: string;
18169
+ /** Data format for response. */
18170
+ alt?: string;
18171
+ /** JSONP */
18172
+ callback?: string;
18173
+ /** Selector specifying which fields to include in a partial response. */
18174
+ fields?: string;
18175
+ /** A query to filter available MetadataSchemas for matching results. */
18176
+ filter?: string;
18177
+ /** 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. */
18178
+ key?: string;
18179
+ /** OAuth 2.0 token for the current user. */
18180
+ oauth_token?: string;
18181
+ /** The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100. */
18182
+ pageSize?: number;
18183
+ /** A page token, received from a previous MetadataService.ListMetadataSchemas call. Provide this to retrieve the next page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.) */
18184
+ pageToken?: string;
18185
+ /** Required. The MetadataStore whose MetadataSchemas should be listed. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` */
18186
+ parent: string;
18187
+ /** Returns response with indentations and line breaks. */
18188
+ prettyPrint?: boolean;
18189
+ /** 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. */
18190
+ quotaUser?: string;
18191
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
18192
+ upload_protocol?: string;
18193
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18194
+ uploadType?: string;
18195
+ }): Request<GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse>;
18196
+ }
18197
+ interface OperationsResource {
18198
+ /** 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`. */
18199
+ cancel(request?: {
18200
+ /** V1 error format. */
18201
+ '$.xgafv'?: string;
18202
+ /** OAuth access token. */
18203
+ access_token?: string;
18204
+ /** Data format for response. */
18205
+ alt?: string;
18206
+ /** JSONP */
18207
+ callback?: string;
18208
+ /** Selector specifying which fields to include in a partial response. */
18209
+ fields?: string;
18210
+ /** 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. */
18211
+ key?: string;
18212
+ /** The name of the operation resource to be cancelled. */
18213
+ name: string;
18214
+ /** OAuth 2.0 token for the current user. */
18215
+ oauth_token?: string;
18216
+ /** Returns response with indentations and line breaks. */
18217
+ prettyPrint?: boolean;
18218
+ /** 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. */
18219
+ quotaUser?: string;
18220
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
18221
+ upload_protocol?: string;
18222
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18223
+ uploadType?: string;
18224
+ }): Request<{}>;
18225
+ /** 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`. */
18226
+ delete(request?: {
18227
+ /** V1 error format. */
18228
+ '$.xgafv'?: string;
18229
+ /** OAuth access token. */
18230
+ access_token?: string;
18231
+ /** Data format for response. */
18232
+ alt?: string;
18233
+ /** JSONP */
18234
+ callback?: string;
18235
+ /** Selector specifying which fields to include in a partial response. */
18236
+ fields?: string;
18237
+ /** 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. */
18238
+ key?: string;
18239
+ /** The name of the operation resource to be deleted. */
18240
+ name: string;
18241
+ /** OAuth 2.0 token for the current user. */
18242
+ oauth_token?: string;
18243
+ /** Returns response with indentations and line breaks. */
18244
+ prettyPrint?: boolean;
18245
+ /** 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. */
18246
+ quotaUser?: string;
18247
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
18248
+ upload_protocol?: string;
18249
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18250
+ uploadType?: string;
18251
+ }): Request<{}>;
18252
+ /** 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. */
18253
+ get(request?: {
18254
+ /** V1 error format. */
18255
+ '$.xgafv'?: string;
18256
+ /** OAuth access token. */
18257
+ access_token?: string;
18258
+ /** Data format for response. */
18259
+ alt?: string;
18260
+ /** JSONP */
18261
+ callback?: string;
18262
+ /** Selector specifying which fields to include in a partial response. */
18263
+ fields?: string;
18264
+ /** 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. */
18265
+ key?: string;
18266
+ /** The name of the operation resource. */
17165
18267
  name: string;
17166
18268
  /** OAuth 2.0 token for the current user. */
17167
18269
  oauth_token?: string;
@@ -17173,8 +18275,8 @@ declare namespace gapi.client {
17173
18275
  upload_protocol?: string;
17174
18276
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17175
18277
  uploadType?: string;
17176
- }): Request<GoogleCloudAiplatformV1beta1MetadataSchema>;
17177
- /** Lists MetadataSchemas. */
18278
+ }): Request<GoogleLongrunningOperation>;
18279
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
17178
18280
  list(request?: {
17179
18281
  /** V1 error format. */
17180
18282
  '$.xgafv'?: string;
@@ -17186,18 +18288,18 @@ declare namespace gapi.client {
17186
18288
  callback?: string;
17187
18289
  /** Selector specifying which fields to include in a partial response. */
17188
18290
  fields?: string;
17189
- /** A query to filter available MetadataSchemas for matching results. */
18291
+ /** The standard list filter. */
17190
18292
  filter?: string;
17191
18293
  /** 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. */
17192
18294
  key?: string;
18295
+ /** The name of the operation's parent resource. */
18296
+ name: string;
17193
18297
  /** OAuth 2.0 token for the current user. */
17194
18298
  oauth_token?: string;
17195
- /** The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100. */
18299
+ /** The standard list page size. */
17196
18300
  pageSize?: number;
17197
- /** A page token, received from a previous MetadataService.ListMetadataSchemas call. Provide this to retrieve the next page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.) */
18301
+ /** The standard list page token. */
17198
18302
  pageToken?: string;
17199
- /** Required. The MetadataStore whose MetadataSchemas should be listed. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` */
17200
- parent: string;
17201
18303
  /** Returns response with indentations and line breaks. */
17202
18304
  prettyPrint?: boolean;
17203
18305
  /** 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. */
@@ -17206,7 +18308,36 @@ declare namespace gapi.client {
17206
18308
  upload_protocol?: string;
17207
18309
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17208
18310
  uploadType?: string;
17209
- }): Request<GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse>;
18311
+ }): Request<GoogleLongrunningListOperationsResponse>;
18312
+ /** 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. */
18313
+ wait(request?: {
18314
+ /** V1 error format. */
18315
+ '$.xgafv'?: string;
18316
+ /** OAuth access token. */
18317
+ access_token?: string;
18318
+ /** Data format for response. */
18319
+ alt?: string;
18320
+ /** JSONP */
18321
+ callback?: string;
18322
+ /** Selector specifying which fields to include in a partial response. */
18323
+ fields?: string;
18324
+ /** 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. */
18325
+ key?: string;
18326
+ /** The name of the operation resource to wait on. */
18327
+ name: string;
18328
+ /** OAuth 2.0 token for the current user. */
18329
+ oauth_token?: string;
18330
+ /** Returns response with indentations and line breaks. */
18331
+ prettyPrint?: boolean;
18332
+ /** 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. */
18333
+ quotaUser?: string;
18334
+ /** 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. */
18335
+ timeout?: string;
18336
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
18337
+ upload_protocol?: string;
18338
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18339
+ uploadType?: string;
18340
+ }): Request<GoogleLongrunningOperation>;
17210
18341
  }
17211
18342
  interface MetadataStoresResource {
17212
18343
  /** Initializes a MetadataStore, including allocation of resources. */
@@ -17362,6 +18493,7 @@ declare namespace gapi.client {
17362
18493
  contexts: ContextsResource;
17363
18494
  executions: ExecutionsResource;
17364
18495
  metadataSchemas: MetadataSchemasResource;
18496
+ operations: OperationsResource;
17365
18497
  }
17366
18498
  interface OperationsResource {
17367
18499
  /** 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`. */
@@ -21714,40 +22846,217 @@ declare namespace gapi.client {
21714
22846
  upload_protocol?: string;
21715
22847
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21716
22848
  uploadType?: string;
21717
- /** Request body */
21718
- resource: GoogleCloudAiplatformV1beta1StreamingPredictRequest;
21719
- }): Request<GoogleCloudAiplatformV1beta1StreamingPredictResponse>;
21720
- serverStreamingPredict(
21721
- request: {
21722
- /** V1 error format. */
21723
- '$.xgafv'?: string;
21724
- /** OAuth access token. */
21725
- access_token?: string;
21726
- /** Data format for response. */
21727
- alt?: string;
21728
- /** JSONP */
21729
- callback?: string;
21730
- /** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
21731
- endpoint: string;
21732
- /** Selector specifying which fields to include in a partial response. */
21733
- fields?: string;
21734
- /** 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. */
21735
- key?: string;
21736
- /** OAuth 2.0 token for the current user. */
21737
- oauth_token?: string;
21738
- /** Returns response with indentations and line breaks. */
21739
- prettyPrint?: boolean;
21740
- /** 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. */
21741
- quotaUser?: string;
21742
- /** Upload protocol for media (e.g. "raw", "multipart"). */
21743
- upload_protocol?: string;
21744
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21745
- uploadType?: string;
21746
- },
21747
- body: GoogleCloudAiplatformV1beta1StreamingPredictRequest
21748
- ): Request<GoogleCloudAiplatformV1beta1StreamingPredictResponse>;
21749
- /** Generate content with multimodal inputs with streaming support. */
21750
- streamGenerateContent(request: {
22849
+ /** Request body */
22850
+ resource: GoogleCloudAiplatformV1beta1StreamingPredictRequest;
22851
+ }): Request<GoogleCloudAiplatformV1beta1StreamingPredictResponse>;
22852
+ serverStreamingPredict(
22853
+ request: {
22854
+ /** V1 error format. */
22855
+ '$.xgafv'?: string;
22856
+ /** OAuth access token. */
22857
+ access_token?: string;
22858
+ /** Data format for response. */
22859
+ alt?: string;
22860
+ /** JSONP */
22861
+ callback?: string;
22862
+ /** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
22863
+ endpoint: string;
22864
+ /** Selector specifying which fields to include in a partial response. */
22865
+ fields?: string;
22866
+ /** 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. */
22867
+ key?: string;
22868
+ /** OAuth 2.0 token for the current user. */
22869
+ oauth_token?: string;
22870
+ /** Returns response with indentations and line breaks. */
22871
+ prettyPrint?: boolean;
22872
+ /** 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. */
22873
+ quotaUser?: string;
22874
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
22875
+ upload_protocol?: string;
22876
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22877
+ uploadType?: string;
22878
+ },
22879
+ body: GoogleCloudAiplatformV1beta1StreamingPredictRequest
22880
+ ): Request<GoogleCloudAiplatformV1beta1StreamingPredictResponse>;
22881
+ /** Generate content with multimodal inputs with streaming support. */
22882
+ streamGenerateContent(request: {
22883
+ /** V1 error format. */
22884
+ '$.xgafv'?: string;
22885
+ /** OAuth access token. */
22886
+ access_token?: string;
22887
+ /** Data format for response. */
22888
+ alt?: string;
22889
+ /** JSONP */
22890
+ callback?: string;
22891
+ /** Selector specifying which fields to include in a partial response. */
22892
+ fields?: string;
22893
+ /** 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. */
22894
+ key?: string;
22895
+ /** Required. The name of the publisher model requested to serve the prediction. Format: `projects/{project}/locations/{location}/publishers/*‍/models/*` */
22896
+ model: string;
22897
+ /** OAuth 2.0 token for the current user. */
22898
+ oauth_token?: string;
22899
+ /** Returns response with indentations and line breaks. */
22900
+ prettyPrint?: boolean;
22901
+ /** 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. */
22902
+ quotaUser?: string;
22903
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
22904
+ upload_protocol?: string;
22905
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22906
+ uploadType?: string;
22907
+ /** Request body */
22908
+ resource: GoogleCloudAiplatformV1beta1GenerateContentRequest;
22909
+ }): Request<GoogleCloudAiplatformV1beta1GenerateContentResponse>;
22910
+ streamGenerateContent(
22911
+ request: {
22912
+ /** V1 error format. */
22913
+ '$.xgafv'?: string;
22914
+ /** OAuth access token. */
22915
+ access_token?: string;
22916
+ /** Data format for response. */
22917
+ alt?: string;
22918
+ /** JSONP */
22919
+ callback?: string;
22920
+ /** Selector specifying which fields to include in a partial response. */
22921
+ fields?: string;
22922
+ /** 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. */
22923
+ key?: string;
22924
+ /** Required. The name of the publisher model requested to serve the prediction. Format: `projects/{project}/locations/{location}/publishers/*‍/models/*` */
22925
+ model: string;
22926
+ /** OAuth 2.0 token for the current user. */
22927
+ oauth_token?: string;
22928
+ /** Returns response with indentations and line breaks. */
22929
+ prettyPrint?: boolean;
22930
+ /** 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. */
22931
+ quotaUser?: string;
22932
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
22933
+ upload_protocol?: string;
22934
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22935
+ uploadType?: string;
22936
+ },
22937
+ body: GoogleCloudAiplatformV1beta1GenerateContentRequest
22938
+ ): Request<GoogleCloudAiplatformV1beta1GenerateContentResponse>;
22939
+ }
22940
+ interface PublishersResource {
22941
+ models: ModelsResource;
22942
+ }
22943
+ interface OperationsResource {
22944
+ /** 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`. */
22945
+ cancel(request?: {
22946
+ /** V1 error format. */
22947
+ '$.xgafv'?: string;
22948
+ /** OAuth access token. */
22949
+ access_token?: string;
22950
+ /** Data format for response. */
22951
+ alt?: string;
22952
+ /** JSONP */
22953
+ callback?: string;
22954
+ /** Selector specifying which fields to include in a partial response. */
22955
+ fields?: string;
22956
+ /** 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. */
22957
+ key?: string;
22958
+ /** The name of the operation resource to be cancelled. */
22959
+ name: string;
22960
+ /** OAuth 2.0 token for the current user. */
22961
+ oauth_token?: string;
22962
+ /** Returns response with indentations and line breaks. */
22963
+ prettyPrint?: boolean;
22964
+ /** 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. */
22965
+ quotaUser?: string;
22966
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
22967
+ upload_protocol?: string;
22968
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22969
+ uploadType?: string;
22970
+ }): Request<{}>;
22971
+ /** 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`. */
22972
+ delete(request?: {
22973
+ /** V1 error format. */
22974
+ '$.xgafv'?: string;
22975
+ /** OAuth access token. */
22976
+ access_token?: string;
22977
+ /** Data format for response. */
22978
+ alt?: string;
22979
+ /** JSONP */
22980
+ callback?: string;
22981
+ /** Selector specifying which fields to include in a partial response. */
22982
+ fields?: string;
22983
+ /** 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. */
22984
+ key?: string;
22985
+ /** The name of the operation resource to be deleted. */
22986
+ name: string;
22987
+ /** OAuth 2.0 token for the current user. */
22988
+ oauth_token?: string;
22989
+ /** Returns response with indentations and line breaks. */
22990
+ prettyPrint?: boolean;
22991
+ /** 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. */
22992
+ quotaUser?: string;
22993
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
22994
+ upload_protocol?: string;
22995
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22996
+ uploadType?: string;
22997
+ }): Request<{}>;
22998
+ /** 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. */
22999
+ get(request?: {
23000
+ /** V1 error format. */
23001
+ '$.xgafv'?: string;
23002
+ /** OAuth access token. */
23003
+ access_token?: string;
23004
+ /** Data format for response. */
23005
+ alt?: string;
23006
+ /** JSONP */
23007
+ callback?: string;
23008
+ /** Selector specifying which fields to include in a partial response. */
23009
+ fields?: string;
23010
+ /** 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. */
23011
+ key?: string;
23012
+ /** The name of the operation resource. */
23013
+ name: string;
23014
+ /** OAuth 2.0 token for the current user. */
23015
+ oauth_token?: string;
23016
+ /** Returns response with indentations and line breaks. */
23017
+ prettyPrint?: boolean;
23018
+ /** 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. */
23019
+ quotaUser?: string;
23020
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23021
+ upload_protocol?: string;
23022
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23023
+ uploadType?: string;
23024
+ }): Request<GoogleLongrunningOperation>;
23025
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
23026
+ list(request?: {
23027
+ /** V1 error format. */
23028
+ '$.xgafv'?: string;
23029
+ /** OAuth access token. */
23030
+ access_token?: string;
23031
+ /** Data format for response. */
23032
+ alt?: string;
23033
+ /** JSONP */
23034
+ callback?: string;
23035
+ /** Selector specifying which fields to include in a partial response. */
23036
+ fields?: string;
23037
+ /** The standard list filter. */
23038
+ filter?: string;
23039
+ /** 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. */
23040
+ key?: string;
23041
+ /** The name of the operation's parent resource. */
23042
+ name: string;
23043
+ /** OAuth 2.0 token for the current user. */
23044
+ oauth_token?: string;
23045
+ /** The standard list page size. */
23046
+ pageSize?: number;
23047
+ /** The standard list page token. */
23048
+ pageToken?: string;
23049
+ /** Returns response with indentations and line breaks. */
23050
+ prettyPrint?: boolean;
23051
+ /** 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. */
23052
+ quotaUser?: string;
23053
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23054
+ upload_protocol?: string;
23055
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23056
+ uploadType?: string;
23057
+ }): Request<GoogleLongrunningListOperationsResponse>;
23058
+ /** 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. */
23059
+ wait(request?: {
21751
23060
  /** V1 error format. */
21752
23061
  '$.xgafv'?: string;
21753
23062
  /** OAuth access token. */
@@ -21760,53 +23069,24 @@ declare namespace gapi.client {
21760
23069
  fields?: string;
21761
23070
  /** 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. */
21762
23071
  key?: string;
21763
- /** Required. The name of the publisher model requested to serve the prediction. Format: `projects/{project}/locations/{location}/publishers/*‍/models/*` */
21764
- model: string;
23072
+ /** The name of the operation resource to wait on. */
23073
+ name: string;
21765
23074
  /** OAuth 2.0 token for the current user. */
21766
23075
  oauth_token?: string;
21767
23076
  /** Returns response with indentations and line breaks. */
21768
23077
  prettyPrint?: boolean;
21769
23078
  /** 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. */
21770
23079
  quotaUser?: string;
23080
+ /** 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. */
23081
+ timeout?: string;
21771
23082
  /** Upload protocol for media (e.g. "raw", "multipart"). */
21772
23083
  upload_protocol?: string;
21773
23084
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21774
23085
  uploadType?: string;
21775
- /** Request body */
21776
- resource: GoogleCloudAiplatformV1beta1GenerateContentRequest;
21777
- }): Request<GoogleCloudAiplatformV1beta1GenerateContentResponse>;
21778
- streamGenerateContent(
21779
- request: {
21780
- /** V1 error format. */
21781
- '$.xgafv'?: string;
21782
- /** OAuth access token. */
21783
- access_token?: string;
21784
- /** Data format for response. */
21785
- alt?: string;
21786
- /** JSONP */
21787
- callback?: string;
21788
- /** Selector specifying which fields to include in a partial response. */
21789
- fields?: string;
21790
- /** 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. */
21791
- key?: string;
21792
- /** Required. The name of the publisher model requested to serve the prediction. Format: `projects/{project}/locations/{location}/publishers/*‍/models/*` */
21793
- model: string;
21794
- /** OAuth 2.0 token for the current user. */
21795
- oauth_token?: string;
21796
- /** Returns response with indentations and line breaks. */
21797
- prettyPrint?: boolean;
21798
- /** 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. */
21799
- quotaUser?: string;
21800
- /** Upload protocol for media (e.g. "raw", "multipart"). */
21801
- upload_protocol?: string;
21802
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21803
- uploadType?: string;
21804
- },
21805
- body: GoogleCloudAiplatformV1beta1GenerateContentRequest
21806
- ): Request<GoogleCloudAiplatformV1beta1GenerateContentResponse>;
23086
+ }): Request<GoogleLongrunningOperation>;
21807
23087
  }
21808
- interface PublishersResource {
21809
- models: ModelsResource;
23088
+ interface ReasoningEnginesResource {
23089
+ operations: OperationsResource;
21810
23090
  }
21811
23091
  interface OperationsResource {
21812
23092
  /** 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`. */
@@ -24155,97 +25435,6 @@ declare namespace gapi.client {
24155
25435
  }): Request<GoogleLongrunningOperation>;
24156
25436
  }
24157
25437
  interface TimeSeriesResource {
24158
- /** Batch create TensorboardTimeSeries that belong to a TensorboardExperiment. */
24159
- batchCreate(request: {
24160
- /** V1 error format. */
24161
- '$.xgafv'?: string;
24162
- /** OAuth access token. */
24163
- access_token?: string;
24164
- /** Data format for response. */
24165
- alt?: string;
24166
- /** JSONP */
24167
- callback?: string;
24168
- /** Selector specifying which fields to include in a partial response. */
24169
- fields?: string;
24170
- /** 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. */
24171
- key?: string;
24172
- /** OAuth 2.0 token for the current user. */
24173
- oauth_token?: string;
24174
- /** Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment. */
24175
- parent: string;
24176
- /** Returns response with indentations and line breaks. */
24177
- prettyPrint?: boolean;
24178
- /** 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. */
24179
- quotaUser?: string;
24180
- runsId: string;
24181
- /** Upload protocol for media (e.g. "raw", "multipart"). */
24182
- upload_protocol?: string;
24183
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
24184
- uploadType?: string;
24185
- /** Request body */
24186
- resource: GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest;
24187
- }): Request<GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse>;
24188
- batchCreate(
24189
- request: {
24190
- /** V1 error format. */
24191
- '$.xgafv'?: string;
24192
- /** OAuth access token. */
24193
- access_token?: string;
24194
- /** Data format for response. */
24195
- alt?: string;
24196
- /** JSONP */
24197
- callback?: string;
24198
- /** Selector specifying which fields to include in a partial response. */
24199
- fields?: string;
24200
- /** 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. */
24201
- key?: string;
24202
- /** OAuth 2.0 token for the current user. */
24203
- oauth_token?: string;
24204
- /** Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment. */
24205
- parent: string;
24206
- /** Returns response with indentations and line breaks. */
24207
- prettyPrint?: boolean;
24208
- /** 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. */
24209
- quotaUser?: string;
24210
- runsId: string;
24211
- /** Upload protocol for media (e.g. "raw", "multipart"). */
24212
- upload_protocol?: string;
24213
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
24214
- uploadType?: string;
24215
- },
24216
- body: GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest
24217
- ): Request<GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse>;
24218
- /** Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned. */
24219
- batchRead(request?: {
24220
- /** V1 error format. */
24221
- '$.xgafv'?: string;
24222
- /** OAuth access token. */
24223
- access_token?: string;
24224
- /** Data format for response. */
24225
- alt?: string;
24226
- /** JSONP */
24227
- callback?: string;
24228
- experimentsId: string;
24229
- /** Selector specifying which fields to include in a partial response. */
24230
- fields?: string;
24231
- /** 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. */
24232
- key?: string;
24233
- /** OAuth 2.0 token for the current user. */
24234
- oauth_token?: string;
24235
- /** Returns response with indentations and line breaks. */
24236
- prettyPrint?: boolean;
24237
- /** 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. */
24238
- quotaUser?: string;
24239
- runsId: string;
24240
- /** Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`. The TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard. */
24241
- tensorboard: string;
24242
- /** Required. The resource names of the TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` */
24243
- timeSeries?: string | string[];
24244
- /** Upload protocol for media (e.g. "raw", "multipart"). */
24245
- upload_protocol?: string;
24246
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
24247
- uploadType?: string;
24248
- }): Request<GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse>;
24249
25438
  /** Creates a TensorboardTimeSeries. */
24250
25439
  create(request: {
24251
25440
  /** V1 error format. */
@@ -24917,6 +26106,64 @@ declare namespace gapi.client {
24917
26106
  timeSeries: TimeSeriesResource;
24918
26107
  }
24919
26108
  interface ExperimentsResource {
26109
+ /** Batch create TensorboardTimeSeries that belong to a TensorboardExperiment. */
26110
+ batchCreate(request: {
26111
+ /** V1 error format. */
26112
+ '$.xgafv'?: string;
26113
+ /** OAuth access token. */
26114
+ access_token?: string;
26115
+ /** Data format for response. */
26116
+ alt?: string;
26117
+ /** JSONP */
26118
+ callback?: string;
26119
+ /** Selector specifying which fields to include in a partial response. */
26120
+ fields?: string;
26121
+ /** 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. */
26122
+ key?: string;
26123
+ /** OAuth 2.0 token for the current user. */
26124
+ oauth_token?: string;
26125
+ /** Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment. */
26126
+ parent: string;
26127
+ /** Returns response with indentations and line breaks. */
26128
+ prettyPrint?: boolean;
26129
+ /** 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. */
26130
+ quotaUser?: string;
26131
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
26132
+ upload_protocol?: string;
26133
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
26134
+ uploadType?: string;
26135
+ /** Request body */
26136
+ resource: GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest;
26137
+ }): Request<GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse>;
26138
+ batchCreate(
26139
+ request: {
26140
+ /** V1 error format. */
26141
+ '$.xgafv'?: string;
26142
+ /** OAuth access token. */
26143
+ access_token?: string;
26144
+ /** Data format for response. */
26145
+ alt?: string;
26146
+ /** JSONP */
26147
+ callback?: string;
26148
+ /** Selector specifying which fields to include in a partial response. */
26149
+ fields?: string;
26150
+ /** 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. */
26151
+ key?: string;
26152
+ /** OAuth 2.0 token for the current user. */
26153
+ oauth_token?: string;
26154
+ /** Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment. */
26155
+ parent: string;
26156
+ /** Returns response with indentations and line breaks. */
26157
+ prettyPrint?: boolean;
26158
+ /** 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. */
26159
+ quotaUser?: string;
26160
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
26161
+ upload_protocol?: string;
26162
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
26163
+ uploadType?: string;
26164
+ },
26165
+ body: GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest
26166
+ ): Request<GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse>;
24920
26167
  /** Creates a TensorboardExperiment. */
24921
26168
  create(request: {
24922
26169
  /** V1 error format. */
@@ -25339,6 +26586,35 @@ declare namespace gapi.client {
25339
26586
  }): Request<GoogleLongrunningOperation>;
25340
26587
  }
25341
26588
  interface TensorboardsResource {
26589
+ /** Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned. */
26590
+ batchRead(request?: {
26591
+ /** V1 error format. */
26592
+ '$.xgafv'?: string;
26593
+ /** OAuth access token. */
26594
+ access_token?: string;
26595
+ /** Data format for response. */
26596
+ alt?: string;
26597
+ /** JSONP */
26598
+ callback?: string;
26599
+ /** Selector specifying which fields to include in a partial response. */
26600
+ fields?: string;
26601
+ /** 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. */
26602
+ key?: string;
26603
+ /** OAuth 2.0 token for the current user. */
26604
+ oauth_token?: string;
26605
+ /** Returns response with indentations and line breaks. */
26606
+ prettyPrint?: boolean;
26607
+ /** 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. */
26608
+ quotaUser?: string;
26609
+ /** Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`. The TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard. */
26610
+ tensorboard: string;
26611
+ /** Required. The resource names of the TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` */
26612
+ timeSeries?: string | string[];
26613
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
26614
+ upload_protocol?: string;
26615
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
26616
+ uploadType?: string;
26617
+ }): Request<GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse>;
25342
26618
  /** Creates a Tensorboard. */
25343
26619
  create(request: {
25344
26620
  /** V1 error format. */
@@ -26050,6 +27326,7 @@ declare namespace gapi.client {
26050
27326
  persistentResources: PersistentResourcesResource;
26051
27327
  pipelineJobs: PipelineJobsResource;
26052
27328
  publishers: PublishersResource;
27329
+ reasoningEngines: ReasoningEnginesResource;
26053
27330
  schedules: SchedulesResource;
26054
27331
  solvers: SolversResource;
26055
27332
  specialistPools: SpecialistPoolsResource;