@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20250120 → 0.0.20250131

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 (3) hide show
  1. package/index.d.ts +458 -200
  2. package/package.json +1 -1
  3. package/readme.md +7 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250120
12
+ // Revision: 20250131
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Vertex AI API v1 */
18
18
  function load(
19
- urlOrObject: 'https://aiplatform.googleapis.com/$discovery/rest?version=v1'
19
+ urlOrObject: 'https://aiplatform.googleapis.com/$discovery/rest?version=v1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'aiplatform', version: 'v1'): Promise<void>;
@@ -555,6 +555,8 @@ declare namespace gapi.client {
555
555
  interface GoogleCloudAiplatformV1Blob {
556
556
  /** Required. Raw bytes. */
557
557
  data?: string;
558
+ /** Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls. */
559
+ displayName?: string;
558
560
  /** Required. The IANA standard MIME type of the source data. */
559
561
  mimeType?: string;
560
562
  }
@@ -575,7 +577,7 @@ declare namespace gapi.client {
575
577
  interface GoogleCloudAiplatformV1CachedContent {
576
578
  /** Optional. Input only. Immutable. The content to cache */
577
579
  contents?: GoogleCloudAiplatformV1Content[];
578
- /** Output only. Creatation time of the cache entry. */
580
+ /** Output only. Creation time of the cache entry. */
579
581
  createTime?: string;
580
582
  /** Optional. Immutable. The user-generated meaningful display name of the cached content. */
581
583
  displayName?: string;
@@ -683,6 +685,12 @@ declare namespace gapi.client {
683
685
  /** Customizable online prediction request timeout. */
684
686
  inferenceTimeout?: string;
685
687
  }
688
+ interface GoogleCloudAiplatformV1CodeExecutionResult {
689
+ /** Required. Outcome of the code execution. */
690
+ outcome?: string;
691
+ /** Optional. Contains stdout when code execution is successful, stderr or other description otherwise. */
692
+ output?: string;
693
+ }
686
694
  interface GoogleCloudAiplatformV1CoherenceInput {
687
695
  /** Required. Coherence instance. */
688
696
  instance?: GoogleCloudAiplatformV1CoherenceInstance;
@@ -864,6 +872,8 @@ declare namespace gapi.client {
864
872
  tools?: GoogleCloudAiplatformV1Tool[];
865
873
  }
866
874
  interface GoogleCloudAiplatformV1CountTokensResponse {
875
+ /** Output only. List of modalities that were processed in the request input. */
876
+ promptTokensDetails?: GoogleCloudAiplatformV1ModalityTokenCount[];
867
877
  /** The total number of billable characters counted across all instances from the request. */
868
878
  totalBillableCharacters?: number;
869
879
  /** The total number of tokens counted across all instances from the request. */
@@ -1326,6 +1336,8 @@ declare namespace gapi.client {
1326
1336
  serviceAccount?: string;
1327
1337
  /** The resource name of the shared DeploymentResourcePool to deploy on. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` */
1328
1338
  sharedResources?: string;
1339
+ /** Optional. Spec for configuring speculative decoding. */
1340
+ speculativeDecodingSpec?: GoogleCloudAiplatformV1SpeculativeDecodingSpec;
1329
1341
  /** Output only. Runtime status of the deployed model. */
1330
1342
  status?: GoogleCloudAiplatformV1DeployedModelStatus;
1331
1343
  /** System labels to apply to Model Garden deployments. System labels are managed by Google for internal use only. */
@@ -1461,6 +1473,8 @@ declare namespace gapi.client {
1461
1473
  encryptionSpec?: GoogleCloudAiplatformV1EncryptionSpec;
1462
1474
  /** Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. */
1463
1475
  etag?: string;
1476
+ /** Optional. Configuration for GenAiAdvancedFeatures. If the endpoint is serving GenAI models, advanced features like native RAG integration can be configured. Currently, only Model Garden models are supported. */
1477
+ genAiAdvancedFeaturesConfig?: GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfig;
1464
1478
  /** The labels with user-defined metadata to organize your Endpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. */
1465
1479
  labels?: {[P in string]: string};
1466
1480
  /** Output only. Resource name of the Model Monitoring job associated with this Endpoint if monitoring is enabled by JobService.CreateModelDeploymentMonitoringJob. Format: `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` */
@@ -1751,6 +1765,12 @@ declare namespace gapi.client {
1751
1765
  /** The namespace name. */
1752
1766
  namespaceName?: string;
1753
1767
  }
1768
+ interface GoogleCloudAiplatformV1ExecutableCode {
1769
+ /** Required. The code to be executed. */
1770
+ code?: string;
1771
+ /** Required. Programming language of the `code`. */
1772
+ language?: string;
1773
+ }
1754
1774
  interface GoogleCloudAiplatformV1Execution {
1755
1775
  /** Output only. Timestamp when this Execution was created. */
1756
1776
  createTime?: string;
@@ -2311,6 +2331,10 @@ declare namespace gapi.client {
2311
2331
  satisfiesPzi?: boolean;
2312
2332
  /** Output only. Reserved for future use. */
2313
2333
  satisfiesPzs?: boolean;
2334
+ /** Output only. A Service Account unique to this FeatureView. The role bigquery.dataViewer should be granted to this service account to allow Vertex AI Feature Store to sync data to the online store. */
2335
+ serviceAccountEmail?: string;
2336
+ /** Optional. Service agent type used during data sync. By default, the Vertex AI Service Agent is used. When using an IAM Policy to isolate this FeatureView within a project, a separate service account should be provisioned by setting this field to `SERVICE_AGENT_TYPE_FEATURE_VIEW`. This will generate a separate service account to access the BigQuery source table. */
2337
+ serviceAgentType?: string;
2314
2338
  /** Configures when data is to be synced/updated for this FeatureView. At the end of the sync the latest featureValues for each entityId of this FeatureView are made ready for online serving. */
2315
2339
  syncConfig?: GoogleCloudAiplatformV1FeatureViewSyncConfig;
2316
2340
  /** Output only. Timestamp when this FeatureView was last updated. */
@@ -2436,6 +2460,8 @@ declare namespace gapi.client {
2436
2460
  operationName?: string;
2437
2461
  }
2438
2462
  interface GoogleCloudAiplatformV1FileData {
2463
+ /** Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls. */
2464
+ displayName?: string;
2439
2465
  /** Required. URI. */
2440
2466
  fileUri?: string;
2441
2467
  /** Required. The IANA standard MIME type of the source data. */
@@ -2589,6 +2615,14 @@ declare namespace gapi.client {
2589
2615
  /** Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames. */
2590
2616
  uris?: string[];
2591
2617
  }
2618
+ interface GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfig {
2619
+ /** Configuration for Retrieval Augmented Generation feature. */
2620
+ ragConfig?: GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfigRagConfig;
2621
+ }
2622
+ interface GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfigRagConfig {
2623
+ /** If true, enable Retrieval Augmented Generation in ChatCompletion request. Once enabled, the endpoint will be identified as GenAI endpoint and Arthedain router will be used. */
2624
+ enableRag?: boolean;
2625
+ }
2592
2626
  interface GoogleCloudAiplatformV1GenerateContentRequest {
2593
2627
  /** Optional. The name of the cached content used as context to serve the prediction. Note: only used in explicit caching, where users can have control over caching (e.g. what content to cache) and enjoy guaranteed cost savings. Format: `projects/{project}/locations/{location}/cachedContents/{cachedContent}` */
2594
2628
  cachedContent?: string;
@@ -2610,10 +2644,14 @@ declare namespace gapi.client {
2610
2644
  interface GoogleCloudAiplatformV1GenerateContentResponse {
2611
2645
  /** Output only. Generated candidates. */
2612
2646
  candidates?: GoogleCloudAiplatformV1Candidate[];
2647
+ /** Output only. Timestamp when the request is made to the server. */
2648
+ createTime?: string;
2613
2649
  /** Output only. The model version used to generate the response. */
2614
2650
  modelVersion?: string;
2615
2651
  /** Output only. 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. */
2616
2652
  promptFeedback?: GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback;
2653
+ /** Output only. response_id is used to identify each response. It is the encoding of the event_id. */
2654
+ responseId?: string;
2617
2655
  /** Usage metadata about the response(s). */
2618
2656
  usageMetadata?: GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata;
2619
2657
  }
@@ -2628,10 +2666,16 @@ declare namespace gapi.client {
2628
2666
  interface GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata {
2629
2667
  /** Output only. Number of tokens in the cached part in the input (the cached content). */
2630
2668
  cachedContentTokenCount?: number;
2669
+ /** Output only. List of modalities of the cached content in the request input. */
2670
+ cacheTokensDetails?: GoogleCloudAiplatformV1ModalityTokenCount[];
2631
2671
  /** Number of tokens in the response(s). */
2632
2672
  candidatesTokenCount?: number;
2673
+ /** Output only. List of modalities that were returned in the response. */
2674
+ candidatesTokensDetails?: GoogleCloudAiplatformV1ModalityTokenCount[];
2633
2675
  /** Number of tokens in the request. When `cached_content` is set, this is still the total effective prompt size meaning this includes the number of tokens in the cached content. */
2634
2676
  promptTokenCount?: number;
2677
+ /** Output only. List of modalities that were processed in the request input. */
2678
+ promptTokensDetails?: GoogleCloudAiplatformV1ModalityTokenCount[];
2635
2679
  /** Total token count for prompt and response candidates. */
2636
2680
  totalTokenCount?: number;
2637
2681
  }
@@ -3283,6 +3327,12 @@ declare namespace gapi.client {
3283
3327
  /** A token to retrieve next page of results. Pass to ListModelsRequest.page_token to obtain that page. */
3284
3328
  nextPageToken?: string;
3285
3329
  }
3330
+ interface GoogleCloudAiplatformV1ListModelVersionCheckpointsResponse {
3331
+ /** List of Model Version checkpoints. */
3332
+ checkpoints?: GoogleCloudAiplatformV1ModelVersionCheckpoint[];
3333
+ /** A token to retrieve the next page of results. Pass to ListModelVersionCheckpointsRequest.page_token to obtain that page. */
3334
+ nextPageToken?: string;
3335
+ }
3286
3336
  interface GoogleCloudAiplatformV1ListModelVersionsResponse {
3287
3337
  /** List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included. */
3288
3338
  models?: GoogleCloudAiplatformV1Model[];
@@ -3635,6 +3685,12 @@ declare namespace gapi.client {
3635
3685
  /** Migrated Model's resource name. */
3636
3686
  model?: string;
3637
3687
  }
3688
+ interface GoogleCloudAiplatformV1ModalityTokenCount {
3689
+ /** The modality associated with this token count. */
3690
+ modality?: string;
3691
+ /** Number of tokens. */
3692
+ tokenCount?: number;
3693
+ }
3638
3694
  interface GoogleCloudAiplatformV1Model {
3639
3695
  /** Immutable. The path to the directory containing the Model artifact and any of its supporting files. Not required for AutoML Models. */
3640
3696
  artifactUri?: string;
@@ -3646,6 +3702,8 @@ declare namespace gapi.client {
3646
3702
  createTime?: string;
3647
3703
  /** Stats of data used for training or evaluating the Model. Only populated when the Model is trained by a TrainingPipeline with data_input_config. */
3648
3704
  dataStats?: GoogleCloudAiplatformV1ModelDataStats;
3705
+ /** The default checkpoint id of a model version. */
3706
+ defaultCheckpointId?: string;
3649
3707
  /** Output only. The pointers to DeployedModels created from this Model. Note that Model could have been deployed to Endpoints in different Locations. */
3650
3708
  deployedModels?: GoogleCloudAiplatformV1DeployedModelRef[];
3651
3709
  /** The description of the Model. */
@@ -3922,6 +3980,10 @@ declare namespace gapi.client {
3922
3980
  interface GoogleCloudAiplatformV1ModelGardenSource {
3923
3981
  /** Required. The model garden source model resource name. */
3924
3982
  publicModelName?: string;
3983
+ /** Optional. Whether to avoid pulling the model from the HF cache. */
3984
+ skipHfModelCache?: boolean;
3985
+ /** Optional. The model garden source model version ID. */
3986
+ versionId?: string;
3925
3987
  }
3926
3988
  interface GoogleCloudAiplatformV1ModelMonitoringAlertConfig {
3927
3989
  /** Email alert config. */
@@ -4023,6 +4085,14 @@ declare namespace gapi.client {
4023
4085
  /** Type of the model source. */
4024
4086
  sourceType?: string;
4025
4087
  }
4088
+ interface GoogleCloudAiplatformV1ModelVersionCheckpoint {
4089
+ /** The ID of the checkpoint. */
4090
+ checkpointId?: string;
4091
+ /** The epoch of the checkpoint. */
4092
+ epoch?: string;
4093
+ /** The step of the checkpoint. */
4094
+ step?: string;
4095
+ }
4026
4096
  interface GoogleCloudAiplatformV1MutateDeployedIndexOperationMetadata {
4027
4097
  /** The unique index id specified by user */
4028
4098
  deployedIndexId?: string;
@@ -4393,6 +4463,8 @@ declare namespace gapi.client {
4393
4463
  serviceAccount?: string;
4394
4464
  /** Output only. Runtime Shielded VM spec. */
4395
4465
  shieldedVmConfig?: GoogleCloudAiplatformV1ShieldedVmConfig;
4466
+ /** Output only. Software config of the notebook runtime. */
4467
+ softwareConfig?: GoogleCloudAiplatformV1NotebookSoftwareConfig;
4396
4468
  /** Output only. Timestamp when this NotebookRuntime was most recently updated. */
4397
4469
  updateTime?: string;
4398
4470
  /** Output only. The VM os image version of NotebookRuntime. */
@@ -4433,6 +4505,8 @@ declare namespace gapi.client {
4433
4505
  serviceAccount?: string;
4434
4506
  /** Optional. Immutable. Runtime Shielded VM spec. */
4435
4507
  shieldedVmConfig?: GoogleCloudAiplatformV1ShieldedVmConfig;
4508
+ /** Optional. The notebook software configuration of the notebook runtime. */
4509
+ softwareConfig?: GoogleCloudAiplatformV1NotebookSoftwareConfig;
4436
4510
  /** Output only. Timestamp when this NotebookRuntimeTemplate was most recently updated. */
4437
4511
  updateTime?: string;
4438
4512
  }
@@ -4440,6 +4514,12 @@ declare namespace gapi.client {
4440
4514
  /** Immutable. A resource name of the NotebookRuntimeTemplate. */
4441
4515
  notebookRuntimeTemplate?: string;
4442
4516
  }
4517
+ interface GoogleCloudAiplatformV1NotebookSoftwareConfig {
4518
+ /** Optional. Environment variables to be passed to the container. Maximum limit is 100. */
4519
+ env?: GoogleCloudAiplatformV1EnvVar[];
4520
+ /** Optional. Post startup script config. */
4521
+ postStartupScriptConfig?: GoogleCloudAiplatformV1PostStartupScriptConfig;
4522
+ }
4443
4523
  interface GoogleCloudAiplatformV1PairwiseMetricInput {
4444
4524
  /** Required. Pairwise metric instance. */
4445
4525
  instance?: GoogleCloudAiplatformV1PairwiseMetricInstance;
@@ -4525,6 +4605,10 @@ declare namespace gapi.client {
4525
4605
  version?: number;
4526
4606
  }
4527
4607
  interface GoogleCloudAiplatformV1Part {
4608
+ /** Optional. Result of executing the [ExecutableCode]. */
4609
+ codeExecutionResult?: GoogleCloudAiplatformV1CodeExecutionResult;
4610
+ /** Optional. Code generated by the model that is meant to be executed. */
4611
+ executableCode?: GoogleCloudAiplatformV1ExecutableCode;
4528
4612
  /** Optional. URI based data. */
4529
4613
  fileData?: GoogleCloudAiplatformV1FileData;
4530
4614
  /** Optional. A predicted [FunctionCall] returned from the model that contains a string representing the [FunctionDeclaration.name] with the parameters and their values. */
@@ -4742,6 +4826,14 @@ declare namespace gapi.client {
4742
4826
  /** The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive. */
4743
4827
  containerPort?: number;
4744
4828
  }
4829
+ interface GoogleCloudAiplatformV1PostStartupScriptConfig {
4830
+ /** Optional. Post startup script to run after runtime is started. */
4831
+ postStartupScript?: string;
4832
+ /** Optional. Post startup script behavior that defines download and execution behavior. */
4833
+ postStartupScriptBehavior?: string;
4834
+ /** Optional. Post startup script url to download. Example: https://bucket/script.sh */
4835
+ postStartupScriptUrl?: string;
4836
+ }
4745
4837
  interface GoogleCloudAiplatformV1PrebuiltVoiceConfig {
4746
4838
  /** The name of the preset voice to use. */
4747
4839
  voiceName?: string;
@@ -7391,6 +7483,22 @@ declare namespace gapi.client {
7391
7483
  /** The email addresses of workers in the SpecialistPool. */
7392
7484
  specialistWorkerEmails?: string[];
7393
7485
  }
7486
+ interface GoogleCloudAiplatformV1SpeculativeDecodingSpec {
7487
+ /** draft model speculation. */
7488
+ draftModelSpeculation?: GoogleCloudAiplatformV1SpeculativeDecodingSpecDraftModelSpeculation;
7489
+ /** N-Gram speculation. */
7490
+ ngramSpeculation?: GoogleCloudAiplatformV1SpeculativeDecodingSpecNgramSpeculation;
7491
+ /** The number of speculative tokens to generate at each step. */
7492
+ speculativeTokenCount?: number;
7493
+ }
7494
+ interface GoogleCloudAiplatformV1SpeculativeDecodingSpecDraftModelSpeculation {
7495
+ /** Required. The resource name of the draft model. */
7496
+ draftModel?: string;
7497
+ }
7498
+ interface GoogleCloudAiplatformV1SpeculativeDecodingSpecNgramSpeculation {
7499
+ /** The number of last N input tokens used as ngram to search/match against the previous prompt sequence. This is equal to the N in N-Gram. The default value is 3 if not specified. */
7500
+ ngramSize?: number;
7501
+ }
7394
7502
  interface GoogleCloudAiplatformV1SpeechConfig {
7395
7503
  /** The configuration for the speaker to use. */
7396
7504
  voiceConfig?: GoogleCloudAiplatformV1VoiceConfig;
@@ -7988,6 +8096,8 @@ declare namespace gapi.client {
7988
8096
  tokens?: string[];
7989
8097
  }
7990
8098
  interface GoogleCloudAiplatformV1Tool {
8099
+ /** Optional. CodeExecution tool type. Enables the model to execute code as part of generation. This field is only used by the Gemini Developer API services. */
8100
+ codeExecution?: any;
7991
8101
  /** Optional. Function tool type. One or more function declarations to be passed to the model along with the current user query. Model may decide to call a subset of these functions by populating FunctionCall in the response. User should provide a FunctionResponse for each function call in the next turn. Based on the function responses, Model will generate the final response back to the user. Maximum 128 function declarations can be provided. */
7992
8102
  functionDeclarations?: GoogleCloudAiplatformV1FunctionDeclaration[];
7993
8103
  /** Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. */
@@ -8024,6 +8134,7 @@ declare namespace gapi.client {
8024
8134
  toolCallValidMetricValues?: GoogleCloudAiplatformV1ToolCallValidMetricValue[];
8025
8135
  }
8026
8136
  interface GoogleCloudAiplatformV1ToolCallValidSpec {}
8137
+ interface GoogleCloudAiplatformV1ToolCodeExecution {}
8027
8138
  interface GoogleCloudAiplatformV1ToolConfig {
8028
8139
  /** Optional. Function calling config. */
8029
8140
  functionCallingConfig?: GoogleCloudAiplatformV1FunctionCallingConfig;
@@ -8351,7 +8462,7 @@ declare namespace gapi.client {
8351
8462
  state?: string;
8352
8463
  /** Tuning Spec for Supervised Fine Tuning. */
8353
8464
  supervisedTuningSpec?: GoogleCloudAiplatformV1SupervisedTuningSpec;
8354
- /** Output only. The tuned model resources assiociated with this TuningJob. */
8465
+ /** Output only. The tuned model resources associated with this TuningJob. */
8355
8466
  tunedModel?: GoogleCloudAiplatformV1TunedModel;
8356
8467
  /** Optional. The display name of the TunedModel. The name can be up to 128 characters long and can consist of any UTF-8 characters. */
8357
8468
  tunedModelDisplayName?: string;
@@ -8766,7 +8877,7 @@ declare namespace gapi.client {
8766
8877
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8767
8878
  uploadType?: string;
8768
8879
  },
8769
- body: GoogleCloudAiplatformV1DatasetVersion
8880
+ body: GoogleCloudAiplatformV1DatasetVersion,
8770
8881
  ): Request<GoogleLongrunningOperation>;
8771
8882
  /** Deletes a Dataset version. */
8772
8883
  delete(request?: {
@@ -8921,7 +9032,7 @@ declare namespace gapi.client {
8921
9032
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8922
9033
  uploadType?: string;
8923
9034
  },
8924
- body: GoogleCloudAiplatformV1DatasetVersion
9035
+ body: GoogleCloudAiplatformV1DatasetVersion,
8925
9036
  ): Request<GoogleCloudAiplatformV1DatasetVersion>;
8926
9037
  /** Restores a dataset version. */
8927
9038
  restore(request?: {
@@ -9008,7 +9119,7 @@ declare namespace gapi.client {
9008
9119
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9009
9120
  uploadType?: string;
9010
9121
  },
9011
- body: GoogleCloudAiplatformV1Dataset
9122
+ body: GoogleCloudAiplatformV1Dataset,
9012
9123
  ): Request<GoogleLongrunningOperation>;
9013
9124
  /** Deletes a Dataset. */
9014
9125
  delete(request?: {
@@ -9163,7 +9274,7 @@ declare namespace gapi.client {
9163
9274
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9164
9275
  uploadType?: string;
9165
9276
  },
9166
- body: GoogleCloudAiplatformV1Dataset
9277
+ body: GoogleCloudAiplatformV1Dataset,
9167
9278
  ): Request<GoogleCloudAiplatformV1Dataset>;
9168
9279
  datasetVersions: DatasetVersionsResource;
9169
9280
  }
@@ -9224,7 +9335,7 @@ declare namespace gapi.client {
9224
9335
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9225
9336
  uploadType?: string;
9226
9337
  },
9227
- body: GoogleCloudAiplatformV1ComputeTokensRequest
9338
+ body: GoogleCloudAiplatformV1ComputeTokensRequest,
9228
9339
  ): Request<GoogleCloudAiplatformV1ComputeTokensResponse>;
9229
9340
  /** Perform a token counting. */
9230
9341
  countTokens(request: {
@@ -9282,7 +9393,7 @@ declare namespace gapi.client {
9282
9393
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9283
9394
  uploadType?: string;
9284
9395
  },
9285
- body: GoogleCloudAiplatformV1CountTokensRequest
9396
+ body: GoogleCloudAiplatformV1CountTokensRequest,
9286
9397
  ): Request<GoogleCloudAiplatformV1CountTokensResponse>;
9287
9398
  /** Generate content with multimodal inputs. */
9288
9399
  generateContent(request: {
@@ -9340,8 +9451,66 @@ declare namespace gapi.client {
9340
9451
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9341
9452
  uploadType?: string;
9342
9453
  },
9343
- body: GoogleCloudAiplatformV1GenerateContentRequest
9454
+ body: GoogleCloudAiplatformV1GenerateContentRequest,
9344
9455
  ): Request<GoogleCloudAiplatformV1GenerateContentResponse>;
9456
+ /** Perform an online prediction. */
9457
+ predict(request: {
9458
+ /** V1 error format. */
9459
+ '$.xgafv'?: string;
9460
+ /** OAuth access token. */
9461
+ access_token?: string;
9462
+ /** Data format for response. */
9463
+ alt?: string;
9464
+ /** JSONP */
9465
+ callback?: string;
9466
+ /** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
9467
+ endpoint: string;
9468
+ /** Selector specifying which fields to include in a partial response. */
9469
+ fields?: string;
9470
+ /** 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. */
9471
+ key?: string;
9472
+ /** OAuth 2.0 token for the current user. */
9473
+ oauth_token?: string;
9474
+ /** Returns response with indentations and line breaks. */
9475
+ prettyPrint?: boolean;
9476
+ /** 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. */
9477
+ quotaUser?: string;
9478
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
9479
+ upload_protocol?: string;
9480
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9481
+ uploadType?: string;
9482
+ /** Request body */
9483
+ resource: GoogleCloudAiplatformV1PredictRequest;
9484
+ }): Request<GoogleCloudAiplatformV1PredictResponse>;
9485
+ predict(
9486
+ request: {
9487
+ /** V1 error format. */
9488
+ '$.xgafv'?: string;
9489
+ /** OAuth access token. */
9490
+ access_token?: string;
9491
+ /** Data format for response. */
9492
+ alt?: string;
9493
+ /** JSONP */
9494
+ callback?: string;
9495
+ /** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
9496
+ endpoint: string;
9497
+ /** Selector specifying which fields to include in a partial response. */
9498
+ fields?: string;
9499
+ /** 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. */
9500
+ key?: string;
9501
+ /** OAuth 2.0 token for the current user. */
9502
+ oauth_token?: string;
9503
+ /** Returns response with indentations and line breaks. */
9504
+ prettyPrint?: boolean;
9505
+ /** 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. */
9506
+ quotaUser?: string;
9507
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
9508
+ upload_protocol?: string;
9509
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9510
+ uploadType?: string;
9511
+ },
9512
+ body: GoogleCloudAiplatformV1PredictRequest,
9513
+ ): Request<GoogleCloudAiplatformV1PredictResponse>;
9345
9514
  /** Generate content with multimodal inputs with streaming support. */
9346
9515
  streamGenerateContent(request: {
9347
9516
  /** V1 error format. */
@@ -9398,7 +9567,7 @@ declare namespace gapi.client {
9398
9567
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9399
9568
  uploadType?: string;
9400
9569
  },
9401
- body: GoogleCloudAiplatformV1GenerateContentRequest
9570
+ body: GoogleCloudAiplatformV1GenerateContentRequest,
9402
9571
  ): Request<GoogleCloudAiplatformV1GenerateContentResponse>;
9403
9572
  }
9404
9573
  interface MediaResource {
@@ -9458,7 +9627,7 @@ declare namespace gapi.client {
9458
9627
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9459
9628
  uploadType?: string;
9460
9629
  },
9461
- body: GoogleCloudAiplatformV1UploadRagFileRequest
9630
+ body: GoogleCloudAiplatformV1UploadRagFileRequest,
9462
9631
  ): Request<GoogleCloudAiplatformV1UploadRagFileResponse>;
9463
9632
  }
9464
9633
  interface BatchPredictionJobsResource {
@@ -9518,7 +9687,7 @@ declare namespace gapi.client {
9518
9687
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9519
9688
  uploadType?: string;
9520
9689
  },
9521
- body: GoogleCloudAiplatformV1CancelBatchPredictionJobRequest
9690
+ body: GoogleCloudAiplatformV1CancelBatchPredictionJobRequest,
9522
9691
  ): Request<{}>;
9523
9692
  /** Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start. */
9524
9693
  create(request: {
@@ -9576,7 +9745,7 @@ declare namespace gapi.client {
9576
9745
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9577
9746
  uploadType?: string;
9578
9747
  },
9579
- body: GoogleCloudAiplatformV1BatchPredictionJob
9748
+ body: GoogleCloudAiplatformV1BatchPredictionJob,
9580
9749
  ): Request<GoogleCloudAiplatformV1BatchPredictionJob>;
9581
9750
  /** Deletes a BatchPredictionJob. Can only be called on jobs that already finished. */
9582
9751
  delete(request?: {
@@ -9725,7 +9894,7 @@ declare namespace gapi.client {
9725
9894
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9726
9895
  uploadType?: string;
9727
9896
  },
9728
- body: GoogleCloudAiplatformV1CachedContent
9897
+ body: GoogleCloudAiplatformV1CachedContent,
9729
9898
  ): Request<GoogleCloudAiplatformV1CachedContent>;
9730
9899
  /** Deletes cached content */
9731
9900
  delete(request?: {
@@ -9872,7 +10041,7 @@ declare namespace gapi.client {
9872
10041
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9873
10042
  uploadType?: string;
9874
10043
  },
9875
- body: GoogleCloudAiplatformV1CachedContent
10044
+ body: GoogleCloudAiplatformV1CachedContent,
9876
10045
  ): Request<GoogleCloudAiplatformV1CachedContent>;
9877
10046
  }
9878
10047
  interface OperationsResource {
@@ -10077,7 +10246,7 @@ declare namespace gapi.client {
10077
10246
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10078
10247
  uploadType?: string;
10079
10248
  },
10080
- body: GoogleCloudAiplatformV1CancelCustomJobRequest
10249
+ body: GoogleCloudAiplatformV1CancelCustomJobRequest,
10081
10250
  ): Request<{}>;
10082
10251
  /** Creates a CustomJob. A created CustomJob right away will be attempted to be run. */
10083
10252
  create(request: {
@@ -10135,7 +10304,7 @@ declare namespace gapi.client {
10135
10304
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10136
10305
  uploadType?: string;
10137
10306
  },
10138
- body: GoogleCloudAiplatformV1CustomJob
10307
+ body: GoogleCloudAiplatformV1CustomJob,
10139
10308
  ): Request<GoogleCloudAiplatformV1CustomJob>;
10140
10309
  /** Deletes a CustomJob. */
10141
10310
  delete(request?: {
@@ -10430,7 +10599,7 @@ declare namespace gapi.client {
10430
10599
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10431
10600
  uploadType?: string;
10432
10601
  },
10433
- body: GoogleCloudAiplatformV1CancelDataLabelingJobRequest
10602
+ body: GoogleCloudAiplatformV1CancelDataLabelingJobRequest,
10434
10603
  ): Request<{}>;
10435
10604
  /** Creates a DataLabelingJob. */
10436
10605
  create(request: {
@@ -10488,7 +10657,7 @@ declare namespace gapi.client {
10488
10657
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10489
10658
  uploadType?: string;
10490
10659
  },
10491
- body: GoogleCloudAiplatformV1DataLabelingJob
10660
+ body: GoogleCloudAiplatformV1DataLabelingJob,
10492
10661
  ): Request<GoogleCloudAiplatformV1DataLabelingJob>;
10493
10662
  /** Deletes a DataLabelingJob. */
10494
10663
  delete(request?: {
@@ -11188,7 +11357,7 @@ declare namespace gapi.client {
11188
11357
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
11189
11358
  uploadType?: string;
11190
11359
  },
11191
- body: GoogleCloudAiplatformV1DatasetVersion
11360
+ body: GoogleCloudAiplatformV1DatasetVersion,
11192
11361
  ): Request<GoogleLongrunningOperation>;
11193
11362
  /** Deletes a Dataset version. */
11194
11363
  delete(request?: {
@@ -11343,7 +11512,7 @@ declare namespace gapi.client {
11343
11512
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
11344
11513
  uploadType?: string;
11345
11514
  },
11346
- body: GoogleCloudAiplatformV1DatasetVersion
11515
+ body: GoogleCloudAiplatformV1DatasetVersion,
11347
11516
  ): Request<GoogleCloudAiplatformV1DatasetVersion>;
11348
11517
  /** Restores a dataset version. */
11349
11518
  restore(request?: {
@@ -11787,7 +11956,7 @@ declare namespace gapi.client {
11787
11956
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
11788
11957
  uploadType?: string;
11789
11958
  },
11790
- body: GoogleCloudAiplatformV1Dataset
11959
+ body: GoogleCloudAiplatformV1Dataset,
11791
11960
  ): Request<GoogleLongrunningOperation>;
11792
11961
  /** Deletes a Dataset. */
11793
11962
  delete(request?: {
@@ -11872,7 +12041,7 @@ declare namespace gapi.client {
11872
12041
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
11873
12042
  uploadType?: string;
11874
12043
  },
11875
- body: GoogleCloudAiplatformV1ExportDataRequest
12044
+ body: GoogleCloudAiplatformV1ExportDataRequest,
11876
12045
  ): Request<GoogleLongrunningOperation>;
11877
12046
  /** Gets a Dataset. */
11878
12047
  get(request?: {
@@ -11959,7 +12128,7 @@ declare namespace gapi.client {
11959
12128
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
11960
12129
  uploadType?: string;
11961
12130
  },
11962
- body: GoogleCloudAiplatformV1ImportDataRequest
12131
+ body: GoogleCloudAiplatformV1ImportDataRequest,
11963
12132
  ): Request<GoogleLongrunningOperation>;
11964
12133
  /** Lists Datasets in a Location. */
11965
12134
  list(request?: {
@@ -12058,7 +12227,7 @@ declare namespace gapi.client {
12058
12227
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
12059
12228
  uploadType?: string;
12060
12229
  },
12061
- body: GoogleCloudAiplatformV1Dataset
12230
+ body: GoogleCloudAiplatformV1Dataset,
12062
12231
  ): Request<GoogleCloudAiplatformV1Dataset>;
12063
12232
  /** Searches DataItems in a Dataset. */
12064
12233
  searchDataItems(request?: {
@@ -12321,7 +12490,7 @@ declare namespace gapi.client {
12321
12490
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
12322
12491
  uploadType?: string;
12323
12492
  },
12324
- body: GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest
12493
+ body: GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest,
12325
12494
  ): Request<GoogleLongrunningOperation>;
12326
12495
  /** Delete a DeploymentResourcePool. */
12327
12496
  delete(request?: {
@@ -12468,7 +12637,7 @@ declare namespace gapi.client {
12468
12637
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
12469
12638
  uploadType?: string;
12470
12639
  },
12471
- body: GoogleCloudAiplatformV1DeploymentResourcePool
12640
+ body: GoogleCloudAiplatformV1DeploymentResourcePool,
12472
12641
  ): Request<GoogleLongrunningOperation>;
12473
12642
  /** List DeployedModels that have been deployed on this DeploymentResourcePool. */
12474
12643
  queryDeployedModels(request?: {
@@ -12560,7 +12729,7 @@ declare namespace gapi.client {
12560
12729
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
12561
12730
  uploadType?: string;
12562
12731
  },
12563
- body: GoogleApiHttpBody
12732
+ body: GoogleApiHttpBody,
12564
12733
  ): Request<GoogleApiHttpBody>;
12565
12734
  }
12566
12735
  interface OperationsResource {
@@ -12765,7 +12934,7 @@ declare namespace gapi.client {
12765
12934
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
12766
12935
  uploadType?: string;
12767
12936
  },
12768
- body: GoogleCloudAiplatformV1ComputeTokensRequest
12937
+ body: GoogleCloudAiplatformV1ComputeTokensRequest,
12769
12938
  ): Request<GoogleCloudAiplatformV1ComputeTokensResponse>;
12770
12939
  /** Perform a token counting. */
12771
12940
  countTokens(request: {
@@ -12823,7 +12992,7 @@ declare namespace gapi.client {
12823
12992
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
12824
12993
  uploadType?: string;
12825
12994
  },
12826
- body: GoogleCloudAiplatformV1CountTokensRequest
12995
+ body: GoogleCloudAiplatformV1CountTokensRequest,
12827
12996
  ): Request<GoogleCloudAiplatformV1CountTokensResponse>;
12828
12997
  /** Creates an Endpoint. */
12829
12998
  create(request: {
@@ -12885,7 +13054,7 @@ declare namespace gapi.client {
12885
13054
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
12886
13055
  uploadType?: string;
12887
13056
  },
12888
- body: GoogleCloudAiplatformV1Endpoint
13057
+ body: GoogleCloudAiplatformV1Endpoint,
12889
13058
  ): Request<GoogleLongrunningOperation>;
12890
13059
  /** Deletes an Endpoint. */
12891
13060
  delete(request?: {
@@ -12970,7 +13139,7 @@ declare namespace gapi.client {
12970
13139
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
12971
13140
  uploadType?: string;
12972
13141
  },
12973
- body: GoogleCloudAiplatformV1DeployModelRequest
13142
+ body: GoogleCloudAiplatformV1DeployModelRequest,
12974
13143
  ): Request<GoogleLongrunningOperation>;
12975
13144
  /** Perform an unary online prediction request to a gRPC model server for Vertex first-party products and frameworks. */
12976
13145
  directPredict(request: {
@@ -13028,7 +13197,7 @@ declare namespace gapi.client {
13028
13197
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13029
13198
  uploadType?: string;
13030
13199
  },
13031
- body: GoogleCloudAiplatformV1DirectPredictRequest
13200
+ body: GoogleCloudAiplatformV1DirectPredictRequest,
13032
13201
  ): Request<GoogleCloudAiplatformV1DirectPredictResponse>;
13033
13202
  /** Perform an unary online prediction request to a gRPC model server for custom containers. */
13034
13203
  directRawPredict(request: {
@@ -13086,7 +13255,7 @@ declare namespace gapi.client {
13086
13255
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13087
13256
  uploadType?: string;
13088
13257
  },
13089
- body: GoogleCloudAiplatformV1DirectRawPredictRequest
13258
+ body: GoogleCloudAiplatformV1DirectRawPredictRequest,
13090
13259
  ): Request<GoogleCloudAiplatformV1DirectRawPredictResponse>;
13091
13260
  /** Perform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have explanation_spec populated. */
13092
13261
  explain(request: {
@@ -13144,7 +13313,7 @@ declare namespace gapi.client {
13144
13313
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13145
13314
  uploadType?: string;
13146
13315
  },
13147
- body: GoogleCloudAiplatformV1ExplainRequest
13316
+ body: GoogleCloudAiplatformV1ExplainRequest,
13148
13317
  ): Request<GoogleCloudAiplatformV1ExplainResponse>;
13149
13318
  /** Fetch an asynchronous online prediction operation. */
13150
13319
  fetchPredictOperation(request: {
@@ -13202,7 +13371,7 @@ declare namespace gapi.client {
13202
13371
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13203
13372
  uploadType?: string;
13204
13373
  },
13205
- body: GoogleCloudAiplatformV1FetchPredictOperationRequest
13374
+ body: GoogleCloudAiplatformV1FetchPredictOperationRequest,
13206
13375
  ): Request<GoogleLongrunningOperation>;
13207
13376
  /** Generate content with multimodal inputs. */
13208
13377
  generateContent(request: {
@@ -13260,7 +13429,7 @@ declare namespace gapi.client {
13260
13429
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13261
13430
  uploadType?: string;
13262
13431
  },
13263
- body: GoogleCloudAiplatformV1GenerateContentRequest
13432
+ body: GoogleCloudAiplatformV1GenerateContentRequest,
13264
13433
  ): Request<GoogleCloudAiplatformV1GenerateContentResponse>;
13265
13434
  /** Gets an Endpoint. */
13266
13435
  get(request?: {
@@ -13382,7 +13551,7 @@ declare namespace gapi.client {
13382
13551
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13383
13552
  uploadType?: string;
13384
13553
  },
13385
- body: GoogleCloudAiplatformV1MutateDeployedModelRequest
13554
+ body: GoogleCloudAiplatformV1MutateDeployedModelRequest,
13386
13555
  ): Request<GoogleLongrunningOperation>;
13387
13556
  /** Updates an Endpoint. */
13388
13557
  patch(request: {
@@ -13444,7 +13613,7 @@ declare namespace gapi.client {
13444
13613
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13445
13614
  uploadType?: string;
13446
13615
  },
13447
- body: GoogleCloudAiplatformV1Endpoint
13616
+ body: GoogleCloudAiplatformV1Endpoint,
13448
13617
  ): Request<GoogleCloudAiplatformV1Endpoint>;
13449
13618
  /** Perform an online prediction. */
13450
13619
  predict(request: {
@@ -13502,7 +13671,7 @@ declare namespace gapi.client {
13502
13671
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13503
13672
  uploadType?: string;
13504
13673
  },
13505
- body: GoogleCloudAiplatformV1PredictRequest
13674
+ body: GoogleCloudAiplatformV1PredictRequest,
13506
13675
  ): Request<GoogleCloudAiplatformV1PredictResponse>;
13507
13676
  predictLongRunning(request: {
13508
13677
  /** V1 error format. */
@@ -13559,7 +13728,7 @@ declare namespace gapi.client {
13559
13728
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13560
13729
  uploadType?: string;
13561
13730
  },
13562
- body: GoogleCloudAiplatformV1PredictLongRunningRequest
13731
+ body: GoogleCloudAiplatformV1PredictLongRunningRequest,
13563
13732
  ): Request<GoogleLongrunningOperation>;
13564
13733
  /** Perform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction. */
13565
13734
  rawPredict(request: {
@@ -13617,7 +13786,7 @@ declare namespace gapi.client {
13617
13786
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13618
13787
  uploadType?: string;
13619
13788
  },
13620
- body: GoogleCloudAiplatformV1RawPredictRequest
13789
+ body: GoogleCloudAiplatformV1RawPredictRequest,
13621
13790
  ): Request<GoogleApiHttpBody>;
13622
13791
  /** Perform a server-side streaming online prediction request for Vertex LLM streaming. */
13623
13792
  serverStreamingPredict(request: {
@@ -13675,7 +13844,7 @@ declare namespace gapi.client {
13675
13844
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13676
13845
  uploadType?: string;
13677
13846
  },
13678
- body: GoogleCloudAiplatformV1StreamingPredictRequest
13847
+ body: GoogleCloudAiplatformV1StreamingPredictRequest,
13679
13848
  ): Request<GoogleCloudAiplatformV1StreamingPredictResponse>;
13680
13849
  /** Generate content with multimodal inputs with streaming support. */
13681
13850
  streamGenerateContent(request: {
@@ -13733,7 +13902,7 @@ declare namespace gapi.client {
13733
13902
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13734
13903
  uploadType?: string;
13735
13904
  },
13736
- body: GoogleCloudAiplatformV1GenerateContentRequest
13905
+ body: GoogleCloudAiplatformV1GenerateContentRequest,
13737
13906
  ): Request<GoogleCloudAiplatformV1GenerateContentResponse>;
13738
13907
  /** Perform a streaming online prediction with an arbitrary HTTP payload. */
13739
13908
  streamRawPredict(request: {
@@ -13791,7 +13960,7 @@ declare namespace gapi.client {
13791
13960
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13792
13961
  uploadType?: string;
13793
13962
  },
13794
- body: GoogleCloudAiplatformV1StreamRawPredictRequest
13963
+ body: GoogleCloudAiplatformV1StreamRawPredictRequest,
13795
13964
  ): Request<GoogleApiHttpBody>;
13796
13965
  /** Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using. */
13797
13966
  undeployModel(request: {
@@ -13849,7 +14018,7 @@ declare namespace gapi.client {
13849
14018
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13850
14019
  uploadType?: string;
13851
14020
  },
13852
- body: GoogleCloudAiplatformV1UndeployModelRequest
14021
+ body: GoogleCloudAiplatformV1UndeployModelRequest,
13853
14022
  ): Request<GoogleLongrunningOperation>;
13854
14023
  /** Updates an Endpoint with a long running operation. */
13855
14024
  update(request: {
@@ -13907,7 +14076,7 @@ declare namespace gapi.client {
13907
14076
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
13908
14077
  uploadType?: string;
13909
14078
  },
13910
- body: GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest
14079
+ body: GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest,
13911
14080
  ): Request<GoogleLongrunningOperation>;
13912
14081
  chat: ChatResource;
13913
14082
  operations: OperationsResource;
@@ -14087,7 +14256,7 @@ declare namespace gapi.client {
14087
14256
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
14088
14257
  uploadType?: string;
14089
14258
  },
14090
- body: GoogleCloudAiplatformV1BatchCreateFeaturesRequest
14259
+ body: GoogleCloudAiplatformV1BatchCreateFeaturesRequest,
14091
14260
  ): Request<GoogleLongrunningOperation>;
14092
14261
  /** Creates a new Feature in a given FeatureGroup. */
14093
14262
  create(request: {
@@ -14149,7 +14318,7 @@ declare namespace gapi.client {
14149
14318
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
14150
14319
  uploadType?: string;
14151
14320
  },
14152
- body: GoogleCloudAiplatformV1Feature
14321
+ body: GoogleCloudAiplatformV1Feature,
14153
14322
  ): Request<GoogleLongrunningOperation>;
14154
14323
  /** Deletes a single Feature. */
14155
14324
  delete(request?: {
@@ -14304,7 +14473,7 @@ declare namespace gapi.client {
14304
14473
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
14305
14474
  uploadType?: string;
14306
14475
  },
14307
- body: GoogleCloudAiplatformV1Feature
14476
+ body: GoogleCloudAiplatformV1Feature,
14308
14477
  ): Request<GoogleLongrunningOperation>;
14309
14478
  operations: OperationsResource;
14310
14479
  }
@@ -14487,7 +14656,7 @@ declare namespace gapi.client {
14487
14656
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
14488
14657
  uploadType?: string;
14489
14658
  },
14490
- body: GoogleCloudAiplatformV1FeatureGroup
14659
+ body: GoogleCloudAiplatformV1FeatureGroup,
14491
14660
  ): Request<GoogleLongrunningOperation>;
14492
14661
  /** Deletes a single FeatureGroup. */
14493
14662
  delete(request?: {
@@ -14640,7 +14809,7 @@ declare namespace gapi.client {
14640
14809
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
14641
14810
  uploadType?: string;
14642
14811
  },
14643
- body: GoogleCloudAiplatformV1FeatureGroup
14812
+ body: GoogleCloudAiplatformV1FeatureGroup,
14644
14813
  ): Request<GoogleLongrunningOperation>;
14645
14814
  features: FeaturesResource;
14646
14815
  operations: OperationsResource;
@@ -14892,7 +15061,7 @@ declare namespace gapi.client {
14892
15061
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
14893
15062
  uploadType?: string;
14894
15063
  },
14895
- body: GoogleCloudAiplatformV1FeatureView
15064
+ body: GoogleCloudAiplatformV1FeatureView,
14896
15065
  ): Request<GoogleLongrunningOperation>;
14897
15066
  /** Deletes a single FeatureView. */
14898
15067
  delete(request?: {
@@ -14977,7 +15146,7 @@ declare namespace gapi.client {
14977
15146
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
14978
15147
  uploadType?: string;
14979
15148
  },
14980
- body: GoogleCloudAiplatformV1FetchFeatureValuesRequest
15149
+ body: GoogleCloudAiplatformV1FetchFeatureValuesRequest,
14981
15150
  ): Request<GoogleCloudAiplatformV1FetchFeatureValuesResponse>;
14982
15151
  /** Gets details of a single FeatureView. */
14983
15152
  get(request?: {
@@ -15130,7 +15299,7 @@ declare namespace gapi.client {
15130
15299
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
15131
15300
  uploadType?: string;
15132
15301
  },
15133
- body: GoogleCloudAiplatformV1FeatureView
15302
+ body: GoogleCloudAiplatformV1FeatureView,
15134
15303
  ): Request<GoogleLongrunningOperation>;
15135
15304
  /** Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response. */
15136
15305
  searchNearestEntities(request: {
@@ -15188,7 +15357,7 @@ declare namespace gapi.client {
15188
15357
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
15189
15358
  uploadType?: string;
15190
15359
  },
15191
- body: GoogleCloudAiplatformV1SearchNearestEntitiesRequest
15360
+ body: GoogleCloudAiplatformV1SearchNearestEntitiesRequest,
15192
15361
  ): Request<GoogleCloudAiplatformV1SearchNearestEntitiesResponse>;
15193
15362
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
15194
15363
  setIamPolicy(
@@ -15218,7 +15387,7 @@ declare namespace gapi.client {
15218
15387
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
15219
15388
  uploadType?: string;
15220
15389
  },
15221
- body: GoogleIamV1SetIamPolicyRequest
15390
+ body: GoogleIamV1SetIamPolicyRequest,
15222
15391
  ): Request<GoogleIamV1Policy>;
15223
15392
  /** Triggers on-demand sync for the FeatureView. */
15224
15393
  sync(request: {
@@ -15276,7 +15445,7 @@ declare namespace gapi.client {
15276
15445
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
15277
15446
  uploadType?: string;
15278
15447
  },
15279
- body: GoogleCloudAiplatformV1SyncFeatureViewRequest
15448
+ body: GoogleCloudAiplatformV1SyncFeatureViewRequest,
15280
15449
  ): Request<GoogleCloudAiplatformV1SyncFeatureViewResponse>;
15281
15450
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
15282
15451
  testIamPermissions(request?: {
@@ -15489,7 +15658,7 @@ declare namespace gapi.client {
15489
15658
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
15490
15659
  uploadType?: string;
15491
15660
  },
15492
- body: GoogleCloudAiplatformV1FeatureOnlineStore
15661
+ body: GoogleCloudAiplatformV1FeatureOnlineStore,
15493
15662
  ): Request<GoogleLongrunningOperation>;
15494
15663
  /** Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews. */
15495
15664
  delete(request?: {
@@ -15671,7 +15840,7 @@ declare namespace gapi.client {
15671
15840
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
15672
15841
  uploadType?: string;
15673
15842
  },
15674
- body: GoogleCloudAiplatformV1FeatureOnlineStore
15843
+ body: GoogleCloudAiplatformV1FeatureOnlineStore,
15675
15844
  ): Request<GoogleLongrunningOperation>;
15676
15845
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
15677
15846
  setIamPolicy(
@@ -15701,7 +15870,7 @@ declare namespace gapi.client {
15701
15870
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
15702
15871
  uploadType?: string;
15703
15872
  },
15704
- body: GoogleIamV1SetIamPolicyRequest
15873
+ body: GoogleIamV1SetIamPolicyRequest,
15705
15874
  ): Request<GoogleIamV1Policy>;
15706
15875
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
15707
15876
  testIamPermissions(request?: {
@@ -15937,7 +16106,7 @@ declare namespace gapi.client {
15937
16106
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
15938
16107
  uploadType?: string;
15939
16108
  },
15940
- body: GoogleCloudAiplatformV1BatchCreateFeaturesRequest
16109
+ body: GoogleCloudAiplatformV1BatchCreateFeaturesRequest,
15941
16110
  ): Request<GoogleLongrunningOperation>;
15942
16111
  /** Creates a new Feature in a given EntityType. */
15943
16112
  create(request: {
@@ -15999,7 +16168,7 @@ declare namespace gapi.client {
15999
16168
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16000
16169
  uploadType?: string;
16001
16170
  },
16002
- body: GoogleCloudAiplatformV1Feature
16171
+ body: GoogleCloudAiplatformV1Feature,
16003
16172
  ): Request<GoogleLongrunningOperation>;
16004
16173
  /** Deletes a single Feature. */
16005
16174
  delete(request?: {
@@ -16154,7 +16323,7 @@ declare namespace gapi.client {
16154
16323
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16155
16324
  uploadType?: string;
16156
16325
  },
16157
- body: GoogleCloudAiplatformV1Feature
16326
+ body: GoogleCloudAiplatformV1Feature,
16158
16327
  ): Request<GoogleCloudAiplatformV1Feature>;
16159
16328
  operations: OperationsResource;
16160
16329
  }
@@ -16364,7 +16533,7 @@ declare namespace gapi.client {
16364
16533
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16365
16534
  uploadType?: string;
16366
16535
  },
16367
- body: GoogleCloudAiplatformV1EntityType
16536
+ body: GoogleCloudAiplatformV1EntityType,
16368
16537
  ): Request<GoogleLongrunningOperation>;
16369
16538
  /** Deletes a single EntityType. The EntityType must not have any Features or `force` must be set to true for the request to succeed. */
16370
16539
  delete(request?: {
@@ -16451,7 +16620,7 @@ declare namespace gapi.client {
16451
16620
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16452
16621
  uploadType?: string;
16453
16622
  },
16454
- body: GoogleCloudAiplatformV1DeleteFeatureValuesRequest
16623
+ body: GoogleCloudAiplatformV1DeleteFeatureValuesRequest,
16455
16624
  ): Request<GoogleLongrunningOperation>;
16456
16625
  /** Exports Feature values from all the entities of a target EntityType. */
16457
16626
  exportFeatureValues(request: {
@@ -16509,7 +16678,7 @@ declare namespace gapi.client {
16509
16678
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16510
16679
  uploadType?: string;
16511
16680
  },
16512
- body: GoogleCloudAiplatformV1ExportFeatureValuesRequest
16681
+ body: GoogleCloudAiplatformV1ExportFeatureValuesRequest,
16513
16682
  ): Request<GoogleLongrunningOperation>;
16514
16683
  /** Gets details of a single EntityType. */
16515
16684
  get(request?: {
@@ -16623,7 +16792,7 @@ declare namespace gapi.client {
16623
16792
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16624
16793
  uploadType?: string;
16625
16794
  },
16626
- body: GoogleCloudAiplatformV1ImportFeatureValuesRequest
16795
+ body: GoogleCloudAiplatformV1ImportFeatureValuesRequest,
16627
16796
  ): Request<GoogleLongrunningOperation>;
16628
16797
  /** Lists EntityTypes in a given Featurestore. */
16629
16798
  list(request?: {
@@ -16722,7 +16891,7 @@ declare namespace gapi.client {
16722
16891
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16723
16892
  uploadType?: string;
16724
16893
  },
16725
- body: GoogleCloudAiplatformV1EntityType
16894
+ body: GoogleCloudAiplatformV1EntityType,
16726
16895
  ): Request<GoogleCloudAiplatformV1EntityType>;
16727
16896
  /** Reads Feature values of a specific entity of an EntityType. For reading feature values of multiple entities of an EntityType, please use StreamingReadFeatureValues. */
16728
16897
  readFeatureValues(request: {
@@ -16780,7 +16949,7 @@ declare namespace gapi.client {
16780
16949
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16781
16950
  uploadType?: string;
16782
16951
  },
16783
- body: GoogleCloudAiplatformV1ReadFeatureValuesRequest
16952
+ body: GoogleCloudAiplatformV1ReadFeatureValuesRequest,
16784
16953
  ): Request<GoogleCloudAiplatformV1ReadFeatureValuesResponse>;
16785
16954
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
16786
16955
  setIamPolicy(
@@ -16810,7 +16979,7 @@ declare namespace gapi.client {
16810
16979
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16811
16980
  uploadType?: string;
16812
16981
  },
16813
- body: GoogleIamV1SetIamPolicyRequest
16982
+ body: GoogleIamV1SetIamPolicyRequest,
16814
16983
  ): Request<GoogleIamV1Policy>;
16815
16984
  /** Reads Feature values for multiple entities. Depending on their size, data for different entities may be broken up across multiple responses. */
16816
16985
  streamingReadFeatureValues(request: {
@@ -16868,7 +17037,7 @@ declare namespace gapi.client {
16868
17037
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16869
17038
  uploadType?: string;
16870
17039
  },
16871
- body: GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest
17040
+ body: GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest,
16872
17041
  ): Request<GoogleCloudAiplatformV1ReadFeatureValuesResponse>;
16873
17042
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
16874
17043
  testIamPermissions(request?: {
@@ -16955,7 +17124,7 @@ declare namespace gapi.client {
16955
17124
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
16956
17125
  uploadType?: string;
16957
17126
  },
16958
- body: GoogleCloudAiplatformV1WriteFeatureValuesRequest
17127
+ body: GoogleCloudAiplatformV1WriteFeatureValuesRequest,
16959
17128
  ): Request<{}>;
16960
17129
  features: FeaturesResource;
16961
17130
  operations: OperationsResource;
@@ -17162,7 +17331,7 @@ declare namespace gapi.client {
17162
17331
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17163
17332
  uploadType?: string;
17164
17333
  },
17165
- body: GoogleCloudAiplatformV1BatchReadFeatureValuesRequest
17334
+ body: GoogleCloudAiplatformV1BatchReadFeatureValuesRequest,
17166
17335
  ): Request<GoogleLongrunningOperation>;
17167
17336
  /** Creates a new Featurestore in a given project and location. */
17168
17337
  create(request: {
@@ -17224,7 +17393,7 @@ declare namespace gapi.client {
17224
17393
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17225
17394
  uploadType?: string;
17226
17395
  },
17227
- body: GoogleCloudAiplatformV1Featurestore
17396
+ body: GoogleCloudAiplatformV1Featurestore,
17228
17397
  ): Request<GoogleLongrunningOperation>;
17229
17398
  /** Deletes a single Featurestore. The Featurestore must not contain any EntityTypes or `force` must be set to true for the request to succeed. */
17230
17399
  delete(request?: {
@@ -17408,7 +17577,7 @@ declare namespace gapi.client {
17408
17577
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17409
17578
  uploadType?: string;
17410
17579
  },
17411
- body: GoogleCloudAiplatformV1Featurestore
17580
+ body: GoogleCloudAiplatformV1Featurestore,
17412
17581
  ): Request<GoogleLongrunningOperation>;
17413
17582
  /** Searches Features matching a query in a given project. */
17414
17583
  searchFeatures(request?: {
@@ -17471,7 +17640,7 @@ declare namespace gapi.client {
17471
17640
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17472
17641
  uploadType?: string;
17473
17642
  },
17474
- body: GoogleIamV1SetIamPolicyRequest
17643
+ body: GoogleIamV1SetIamPolicyRequest,
17475
17644
  ): Request<GoogleIamV1Policy>;
17476
17645
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
17477
17646
  testIamPermissions(request?: {
@@ -17707,7 +17876,7 @@ declare namespace gapi.client {
17707
17876
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17708
17877
  uploadType?: string;
17709
17878
  },
17710
- body: GoogleCloudAiplatformV1CancelHyperparameterTuningJobRequest
17879
+ body: GoogleCloudAiplatformV1CancelHyperparameterTuningJobRequest,
17711
17880
  ): Request<{}>;
17712
17881
  /** Creates a HyperparameterTuningJob */
17713
17882
  create(request: {
@@ -17765,7 +17934,7 @@ declare namespace gapi.client {
17765
17934
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
17766
17935
  uploadType?: string;
17767
17936
  },
17768
- body: GoogleCloudAiplatformV1HyperparameterTuningJob
17937
+ body: GoogleCloudAiplatformV1HyperparameterTuningJob,
17769
17938
  ): Request<GoogleCloudAiplatformV1HyperparameterTuningJob>;
17770
17939
  /** Deletes a HyperparameterTuningJob. */
17771
17940
  delete(request?: {
@@ -18060,7 +18229,7 @@ declare namespace gapi.client {
18060
18229
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18061
18230
  uploadType?: string;
18062
18231
  },
18063
- body: GoogleCloudAiplatformV1IndexEndpoint
18232
+ body: GoogleCloudAiplatformV1IndexEndpoint,
18064
18233
  ): Request<GoogleLongrunningOperation>;
18065
18234
  /** Deletes an IndexEndpoint. */
18066
18235
  delete(request?: {
@@ -18089,7 +18258,7 @@ declare namespace gapi.client {
18089
18258
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18090
18259
  uploadType?: string;
18091
18260
  }): Request<GoogleLongrunningOperation>;
18092
- /** Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it. Only non-empty Indexes can be deployed. */
18261
+ /** Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it. */
18093
18262
  deployIndex(request: {
18094
18263
  /** V1 error format. */
18095
18264
  '$.xgafv'?: string;
@@ -18145,7 +18314,7 @@ declare namespace gapi.client {
18145
18314
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18146
18315
  uploadType?: string;
18147
18316
  },
18148
- body: GoogleCloudAiplatformV1DeployIndexRequest
18317
+ body: GoogleCloudAiplatformV1DeployIndexRequest,
18149
18318
  ): Request<GoogleLongrunningOperation>;
18150
18319
  /** Finds the nearest neighbors of each vector within the request. */
18151
18320
  findNeighbors(request: {
@@ -18203,7 +18372,7 @@ declare namespace gapi.client {
18203
18372
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18204
18373
  uploadType?: string;
18205
18374
  },
18206
- body: GoogleCloudAiplatformV1FindNeighborsRequest
18375
+ body: GoogleCloudAiplatformV1FindNeighborsRequest,
18207
18376
  ): Request<GoogleCloudAiplatformV1FindNeighborsResponse>;
18208
18377
  /** Gets an IndexEndpoint. */
18209
18378
  get(request?: {
@@ -18323,7 +18492,7 @@ declare namespace gapi.client {
18323
18492
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18324
18493
  uploadType?: string;
18325
18494
  },
18326
- body: GoogleCloudAiplatformV1DeployedIndex
18495
+ body: GoogleCloudAiplatformV1DeployedIndex,
18327
18496
  ): Request<GoogleLongrunningOperation>;
18328
18497
  /** Updates an IndexEndpoint. */
18329
18498
  patch(request: {
@@ -18385,7 +18554,7 @@ declare namespace gapi.client {
18385
18554
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18386
18555
  uploadType?: string;
18387
18556
  },
18388
- body: GoogleCloudAiplatformV1IndexEndpoint
18557
+ body: GoogleCloudAiplatformV1IndexEndpoint,
18389
18558
  ): Request<GoogleCloudAiplatformV1IndexEndpoint>;
18390
18559
  /** Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a batch. */
18391
18560
  readIndexDatapoints(request: {
@@ -18443,7 +18612,7 @@ declare namespace gapi.client {
18443
18612
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18444
18613
  uploadType?: string;
18445
18614
  },
18446
- body: GoogleCloudAiplatformV1ReadIndexDatapointsRequest
18615
+ body: GoogleCloudAiplatformV1ReadIndexDatapointsRequest,
18447
18616
  ): Request<GoogleCloudAiplatformV1ReadIndexDatapointsResponse>;
18448
18617
  /** Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using. */
18449
18618
  undeployIndex(request: {
@@ -18501,7 +18670,7 @@ declare namespace gapi.client {
18501
18670
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18502
18671
  uploadType?: string;
18503
18672
  },
18504
- body: GoogleCloudAiplatformV1UndeployIndexRequest
18673
+ body: GoogleCloudAiplatformV1UndeployIndexRequest,
18505
18674
  ): Request<GoogleLongrunningOperation>;
18506
18675
  operations: OperationsResource;
18507
18676
  }
@@ -18707,7 +18876,7 @@ declare namespace gapi.client {
18707
18876
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18708
18877
  uploadType?: string;
18709
18878
  },
18710
- body: GoogleCloudAiplatformV1Index
18879
+ body: GoogleCloudAiplatformV1Index,
18711
18880
  ): Request<GoogleLongrunningOperation>;
18712
18881
  /** Deletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed. */
18713
18882
  delete(request?: {
@@ -18858,7 +19027,7 @@ declare namespace gapi.client {
18858
19027
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18859
19028
  uploadType?: string;
18860
19029
  },
18861
- body: GoogleCloudAiplatformV1Index
19030
+ body: GoogleCloudAiplatformV1Index,
18862
19031
  ): Request<GoogleLongrunningOperation>;
18863
19032
  /** Remove Datapoints from an Index. */
18864
19033
  removeDatapoints(request: {
@@ -18916,7 +19085,7 @@ declare namespace gapi.client {
18916
19085
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18917
19086
  uploadType?: string;
18918
19087
  },
18919
- body: GoogleCloudAiplatformV1RemoveDatapointsRequest
19088
+ body: GoogleCloudAiplatformV1RemoveDatapointsRequest,
18920
19089
  ): Request<{}>;
18921
19090
  /** Add/update Datapoints into an Index. */
18922
19091
  upsertDatapoints(request: {
@@ -18974,7 +19143,7 @@ declare namespace gapi.client {
18974
19143
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18975
19144
  uploadType?: string;
18976
19145
  },
18977
- body: GoogleCloudAiplatformV1UpsertDatapointsRequest
19146
+ body: GoogleCloudAiplatformV1UpsertDatapointsRequest,
18978
19147
  ): Request<{}>;
18979
19148
  operations: OperationsResource;
18980
19149
  }
@@ -19184,7 +19353,7 @@ declare namespace gapi.client {
19184
19353
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
19185
19354
  uploadType?: string;
19186
19355
  },
19187
- body: GoogleCloudAiplatformV1Artifact
19356
+ body: GoogleCloudAiplatformV1Artifact,
19188
19357
  ): Request<GoogleCloudAiplatformV1Artifact>;
19189
19358
  /** Deletes an Artifact. */
19190
19359
  delete(request?: {
@@ -19341,7 +19510,7 @@ declare namespace gapi.client {
19341
19510
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
19342
19511
  uploadType?: string;
19343
19512
  },
19344
- body: GoogleCloudAiplatformV1Artifact
19513
+ body: GoogleCloudAiplatformV1Artifact,
19345
19514
  ): Request<GoogleCloudAiplatformV1Artifact>;
19346
19515
  /** Purges Artifacts. */
19347
19516
  purge(request: {
@@ -19399,7 +19568,7 @@ declare namespace gapi.client {
19399
19568
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
19400
19569
  uploadType?: string;
19401
19570
  },
19402
- body: GoogleCloudAiplatformV1PurgeArtifactsRequest
19571
+ body: GoogleCloudAiplatformV1PurgeArtifactsRequest,
19403
19572
  ): Request<GoogleLongrunningOperation>;
19404
19573
  /** Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph. */
19405
19574
  queryArtifactLineageSubgraph(request?: {
@@ -19636,7 +19805,7 @@ declare namespace gapi.client {
19636
19805
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
19637
19806
  uploadType?: string;
19638
19807
  },
19639
- body: GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest
19808
+ body: GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest,
19640
19809
  ): Request<{}>;
19641
19810
  /** 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. */
19642
19811
  addContextChildren(request: {
@@ -19694,7 +19863,7 @@ declare namespace gapi.client {
19694
19863
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
19695
19864
  uploadType?: string;
19696
19865
  },
19697
- body: GoogleCloudAiplatformV1AddContextChildrenRequest
19866
+ body: GoogleCloudAiplatformV1AddContextChildrenRequest,
19698
19867
  ): Request<{}>;
19699
19868
  /** Creates a Context associated with a MetadataStore. */
19700
19869
  create(request: {
@@ -19756,7 +19925,7 @@ declare namespace gapi.client {
19756
19925
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
19757
19926
  uploadType?: string;
19758
19927
  },
19759
- body: GoogleCloudAiplatformV1Context
19928
+ body: GoogleCloudAiplatformV1Context,
19760
19929
  ): Request<GoogleCloudAiplatformV1Context>;
19761
19930
  /** Deletes a stored Context. */
19762
19931
  delete(request?: {
@@ -19915,7 +20084,7 @@ declare namespace gapi.client {
19915
20084
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
19916
20085
  uploadType?: string;
19917
20086
  },
19918
- body: GoogleCloudAiplatformV1Context
20087
+ body: GoogleCloudAiplatformV1Context,
19919
20088
  ): Request<GoogleCloudAiplatformV1Context>;
19920
20089
  /** Purges Contexts. */
19921
20090
  purge(request: {
@@ -19973,7 +20142,7 @@ declare namespace gapi.client {
19973
20142
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
19974
20143
  uploadType?: string;
19975
20144
  },
19976
- body: GoogleCloudAiplatformV1PurgeContextsRequest
20145
+ body: GoogleCloudAiplatformV1PurgeContextsRequest,
19977
20146
  ): Request<GoogleLongrunningOperation>;
19978
20147
  /** Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph. */
19979
20148
  queryContextLineageSubgraph(request?: {
@@ -20058,7 +20227,7 @@ declare namespace gapi.client {
20058
20227
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
20059
20228
  uploadType?: string;
20060
20229
  },
20061
- body: GoogleCloudAiplatformV1RemoveContextChildrenRequest
20230
+ body: GoogleCloudAiplatformV1RemoveContextChildrenRequest,
20062
20231
  ): Request<{}>;
20063
20232
  operations: OperationsResource;
20064
20233
  }
@@ -20264,7 +20433,7 @@ declare namespace gapi.client {
20264
20433
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
20265
20434
  uploadType?: string;
20266
20435
  },
20267
- body: GoogleCloudAiplatformV1AddExecutionEventsRequest
20436
+ body: GoogleCloudAiplatformV1AddExecutionEventsRequest,
20268
20437
  ): Request<{}>;
20269
20438
  /** Creates an Execution associated with a MetadataStore. */
20270
20439
  create(request: {
@@ -20326,7 +20495,7 @@ declare namespace gapi.client {
20326
20495
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
20327
20496
  uploadType?: string;
20328
20497
  },
20329
- body: GoogleCloudAiplatformV1Execution
20498
+ body: GoogleCloudAiplatformV1Execution,
20330
20499
  ): Request<GoogleCloudAiplatformV1Execution>;
20331
20500
  /** Deletes an Execution. */
20332
20501
  delete(request?: {
@@ -20483,7 +20652,7 @@ declare namespace gapi.client {
20483
20652
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
20484
20653
  uploadType?: string;
20485
20654
  },
20486
- body: GoogleCloudAiplatformV1Execution
20655
+ body: GoogleCloudAiplatformV1Execution,
20487
20656
  ): Request<GoogleCloudAiplatformV1Execution>;
20488
20657
  /** Purges Executions. */
20489
20658
  purge(request: {
@@ -20541,7 +20710,7 @@ declare namespace gapi.client {
20541
20710
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
20542
20711
  uploadType?: string;
20543
20712
  },
20544
- body: GoogleCloudAiplatformV1PurgeExecutionsRequest
20713
+ body: GoogleCloudAiplatformV1PurgeExecutionsRequest,
20545
20714
  ): Request<GoogleLongrunningOperation>;
20546
20715
  /** Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events. */
20547
20716
  queryExecutionInputsAndOutputs(request?: {
@@ -20633,7 +20802,7 @@ declare namespace gapi.client {
20633
20802
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
20634
20803
  uploadType?: string;
20635
20804
  },
20636
- body: GoogleCloudAiplatformV1MetadataSchema
20805
+ body: GoogleCloudAiplatformV1MetadataSchema,
20637
20806
  ): Request<GoogleCloudAiplatformV1MetadataSchema>;
20638
20807
  /** Retrieves a specific MetadataSchema. */
20639
20808
  get(request?: {
@@ -20902,7 +21071,7 @@ declare namespace gapi.client {
20902
21071
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
20903
21072
  uploadType?: string;
20904
21073
  },
20905
- body: GoogleCloudAiplatformV1MetadataStore
21074
+ body: GoogleCloudAiplatformV1MetadataStore,
20906
21075
  ): Request<GoogleLongrunningOperation>;
20907
21076
  /** Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts). */
20908
21077
  delete(request?: {
@@ -21199,7 +21368,7 @@ declare namespace gapi.client {
21199
21368
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21200
21369
  uploadType?: string;
21201
21370
  },
21202
- body: GoogleCloudAiplatformV1BatchMigrateResourcesRequest
21371
+ body: GoogleCloudAiplatformV1BatchMigrateResourcesRequest,
21203
21372
  ): Request<GoogleLongrunningOperation>;
21204
21373
  /** Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location. */
21205
21374
  search(request: {
@@ -21257,7 +21426,7 @@ declare namespace gapi.client {
21257
21426
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21258
21427
  uploadType?: string;
21259
21428
  },
21260
- body: GoogleCloudAiplatformV1SearchMigratableResourcesRequest
21429
+ body: GoogleCloudAiplatformV1SearchMigratableResourcesRequest,
21261
21430
  ): Request<GoogleCloudAiplatformV1SearchMigratableResourcesResponse>;
21262
21431
  operations: OperationsResource;
21263
21432
  }
@@ -21463,7 +21632,7 @@ declare namespace gapi.client {
21463
21632
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21464
21633
  uploadType?: string;
21465
21634
  },
21466
- body: GoogleCloudAiplatformV1ModelDeploymentMonitoringJob
21635
+ body: GoogleCloudAiplatformV1ModelDeploymentMonitoringJob,
21467
21636
  ): Request<GoogleCloudAiplatformV1ModelDeploymentMonitoringJob>;
21468
21637
  /** Deletes a ModelDeploymentMonitoringJob. */
21469
21638
  delete(request?: {
@@ -21614,7 +21783,7 @@ declare namespace gapi.client {
21614
21783
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21615
21784
  uploadType?: string;
21616
21785
  },
21617
- body: GoogleCloudAiplatformV1ModelDeploymentMonitoringJob
21786
+ body: GoogleCloudAiplatformV1ModelDeploymentMonitoringJob,
21618
21787
  ): Request<GoogleLongrunningOperation>;
21619
21788
  /** Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to cancel the job. Will mark ModelDeploymentMonitoringJob.state to 'PAUSED'. */
21620
21789
  pause(request: {
@@ -21672,7 +21841,7 @@ declare namespace gapi.client {
21672
21841
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21673
21842
  uploadType?: string;
21674
21843
  },
21675
- body: GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest
21844
+ body: GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest,
21676
21845
  ): Request<{}>;
21677
21846
  /** Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A deleted ModelDeploymentMonitoringJob can't be resumed. */
21678
21847
  resume(request: {
@@ -21730,7 +21899,7 @@ declare namespace gapi.client {
21730
21899
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21731
21900
  uploadType?: string;
21732
21901
  },
21733
- body: GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest
21902
+ body: GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest,
21734
21903
  ): Request<{}>;
21735
21904
  /** Searches Model Monitoring Statistics generated within a given time window. */
21736
21905
  searchModelDeploymentMonitoringStatsAnomalies(request: {
@@ -21788,7 +21957,7 @@ declare namespace gapi.client {
21788
21957
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21789
21958
  uploadType?: string;
21790
21959
  },
21791
- body: GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest
21960
+ body: GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest,
21792
21961
  ): Request<GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesResponse>;
21793
21962
  operations: OperationsResource;
21794
21963
  }
@@ -21994,7 +22163,7 @@ declare namespace gapi.client {
21994
22163
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
21995
22164
  uploadType?: string;
21996
22165
  },
21997
- body: GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsRequest
22166
+ body: GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsRequest,
21998
22167
  ): Request<GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsResponse>;
21999
22168
  /** Gets a ModelEvaluationSlice. */
22000
22169
  get(request?: {
@@ -22143,7 +22312,7 @@ declare namespace gapi.client {
22143
22312
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22144
22313
  uploadType?: string;
22145
22314
  },
22146
- body: GoogleCloudAiplatformV1ImportModelEvaluationRequest
22315
+ body: GoogleCloudAiplatformV1ImportModelEvaluationRequest,
22147
22316
  ): Request<GoogleCloudAiplatformV1ModelEvaluation>;
22148
22317
  /** Lists ModelEvaluations in a Model. */
22149
22318
  list(request?: {
@@ -22385,7 +22554,7 @@ declare namespace gapi.client {
22385
22554
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22386
22555
  uploadType?: string;
22387
22556
  },
22388
- body: GoogleCloudAiplatformV1CopyModelRequest
22557
+ body: GoogleCloudAiplatformV1CopyModelRequest,
22389
22558
  ): Request<GoogleLongrunningOperation>;
22390
22559
  /** Deletes a Model. A model cannot be deleted if any Endpoint resource has a DeployedModel based on the model in its deployed_models field. */
22391
22560
  delete(request?: {
@@ -22497,7 +22666,7 @@ declare namespace gapi.client {
22497
22666
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22498
22667
  uploadType?: string;
22499
22668
  },
22500
- body: GoogleCloudAiplatformV1ExportModelRequest
22669
+ body: GoogleCloudAiplatformV1ExportModelRequest,
22501
22670
  ): Request<GoogleLongrunningOperation>;
22502
22671
  /** Gets a Model. */
22503
22672
  get(request?: {
@@ -22592,6 +22761,37 @@ declare namespace gapi.client {
22592
22761
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22593
22762
  uploadType?: string;
22594
22763
  }): Request<GoogleCloudAiplatformV1ListModelsResponse>;
22764
+ /** Lists checkpoints of the specified model version. */
22765
+ listCheckpoints(request?: {
22766
+ /** V1 error format. */
22767
+ '$.xgafv'?: string;
22768
+ /** OAuth access token. */
22769
+ access_token?: string;
22770
+ /** Data format for response. */
22771
+ alt?: string;
22772
+ /** JSONP */
22773
+ callback?: string;
22774
+ /** Selector specifying which fields to include in a partial response. */
22775
+ fields?: string;
22776
+ /** 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. */
22777
+ key?: string;
22778
+ /** Required. The name of the model version to list checkpoints for. `projects/{project}/locations/{location}/models/{model}@{version}` Example: `projects/{project}/locations/{location}/models/{model}@2` or `projects/{project}/locations/{location}/models/{model}@golden` If no version ID or alias is specified, the latest version will be used. */
22779
+ name: string;
22780
+ /** OAuth 2.0 token for the current user. */
22781
+ oauth_token?: string;
22782
+ /** Optional. The standard list page size. */
22783
+ pageSize?: number;
22784
+ /** Optional. The standard list page token. Typically obtained via next_page_token of the previous ListModelVersionCheckpoints call. */
22785
+ pageToken?: string;
22786
+ /** Returns response with indentations and line breaks. */
22787
+ prettyPrint?: boolean;
22788
+ /** 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. */
22789
+ quotaUser?: string;
22790
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
22791
+ upload_protocol?: string;
22792
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22793
+ uploadType?: string;
22794
+ }): Request<GoogleCloudAiplatformV1ListModelVersionCheckpointsResponse>;
22595
22795
  /** Lists versions of the specified model. */
22596
22796
  listVersions(request?: {
22597
22797
  /** V1 error format. */
@@ -22685,7 +22885,7 @@ declare namespace gapi.client {
22685
22885
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22686
22886
  uploadType?: string;
22687
22887
  },
22688
- body: GoogleCloudAiplatformV1MergeVersionAliasesRequest
22888
+ body: GoogleCloudAiplatformV1MergeVersionAliasesRequest,
22689
22889
  ): Request<GoogleCloudAiplatformV1Model>;
22690
22890
  /** Updates a Model. */
22691
22891
  patch(request: {
@@ -22747,7 +22947,7 @@ declare namespace gapi.client {
22747
22947
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22748
22948
  uploadType?: string;
22749
22949
  },
22750
- body: GoogleCloudAiplatformV1Model
22950
+ body: GoogleCloudAiplatformV1Model,
22751
22951
  ): Request<GoogleCloudAiplatformV1Model>;
22752
22952
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
22753
22953
  setIamPolicy(
@@ -22777,7 +22977,7 @@ declare namespace gapi.client {
22777
22977
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22778
22978
  uploadType?: string;
22779
22979
  },
22780
- body: GoogleIamV1SetIamPolicyRequest
22980
+ body: GoogleIamV1SetIamPolicyRequest,
22781
22981
  ): Request<GoogleIamV1Policy>;
22782
22982
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
22783
22983
  testIamPermissions(request?: {
@@ -22864,7 +23064,7 @@ declare namespace gapi.client {
22864
23064
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22865
23065
  uploadType?: string;
22866
23066
  },
22867
- body: GoogleCloudAiplatformV1UpdateExplanationDatasetRequest
23067
+ body: GoogleCloudAiplatformV1UpdateExplanationDatasetRequest,
22868
23068
  ): Request<GoogleLongrunningOperation>;
22869
23069
  /** Uploads a Model artifact into Vertex AI. */
22870
23070
  upload(request: {
@@ -22922,7 +23122,7 @@ declare namespace gapi.client {
22922
23122
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
22923
23123
  uploadType?: string;
22924
23124
  },
22925
- body: GoogleCloudAiplatformV1UploadModelRequest
23125
+ body: GoogleCloudAiplatformV1UploadModelRequest,
22926
23126
  ): Request<GoogleLongrunningOperation>;
22927
23127
  evaluations: EvaluationsResource;
22928
23128
  operations: OperationsResource;
@@ -23044,7 +23244,7 @@ declare namespace gapi.client {
23044
23244
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23045
23245
  uploadType?: string;
23046
23246
  },
23047
- body: GoogleCloudAiplatformV1CancelNasJobRequest
23247
+ body: GoogleCloudAiplatformV1CancelNasJobRequest,
23048
23248
  ): Request<{}>;
23049
23249
  /** Creates a NasJob */
23050
23250
  create(request: {
@@ -23102,7 +23302,7 @@ declare namespace gapi.client {
23102
23302
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23103
23303
  uploadType?: string;
23104
23304
  },
23105
- body: GoogleCloudAiplatformV1NasJob
23305
+ body: GoogleCloudAiplatformV1NasJob,
23106
23306
  ): Request<GoogleCloudAiplatformV1NasJob>;
23107
23307
  /** Deletes a NasJob. */
23108
23308
  delete(request?: {
@@ -23401,7 +23601,7 @@ declare namespace gapi.client {
23401
23601
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23402
23602
  uploadType?: string;
23403
23603
  },
23404
- body: GoogleCloudAiplatformV1NotebookExecutionJob
23604
+ body: GoogleCloudAiplatformV1NotebookExecutionJob,
23405
23605
  ): Request<GoogleLongrunningOperation>;
23406
23606
  /** Deletes a NotebookExecutionJob. */
23407
23607
  delete(request?: {
@@ -23700,7 +23900,7 @@ declare namespace gapi.client {
23700
23900
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23701
23901
  uploadType?: string;
23702
23902
  },
23703
- body: GoogleCloudAiplatformV1AssignNotebookRuntimeRequest
23903
+ body: GoogleCloudAiplatformV1AssignNotebookRuntimeRequest,
23704
23904
  ): Request<GoogleLongrunningOperation>;
23705
23905
  /** Deletes a NotebookRuntime. */
23706
23906
  delete(request?: {
@@ -23849,7 +24049,7 @@ declare namespace gapi.client {
23849
24049
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23850
24050
  uploadType?: string;
23851
24051
  },
23852
- body: GoogleCloudAiplatformV1StartNotebookRuntimeRequest
24052
+ body: GoogleCloudAiplatformV1StartNotebookRuntimeRequest,
23853
24053
  ): Request<GoogleLongrunningOperation>;
23854
24054
  /** Stops a NotebookRuntime. */
23855
24055
  stop(request: {
@@ -23907,7 +24107,7 @@ declare namespace gapi.client {
23907
24107
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23908
24108
  uploadType?: string;
23909
24109
  },
23910
- body: GoogleCloudAiplatformV1StopNotebookRuntimeRequest
24110
+ body: GoogleCloudAiplatformV1StopNotebookRuntimeRequest,
23911
24111
  ): Request<GoogleLongrunningOperation>;
23912
24112
  /** Upgrades a NotebookRuntime. */
23913
24113
  upgrade(request: {
@@ -23965,7 +24165,7 @@ declare namespace gapi.client {
23965
24165
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23966
24166
  uploadType?: string;
23967
24167
  },
23968
- body: GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest
24168
+ body: GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest,
23969
24169
  ): Request<GoogleLongrunningOperation>;
23970
24170
  operations: OperationsResource;
23971
24171
  }
@@ -24175,7 +24375,7 @@ declare namespace gapi.client {
24175
24375
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
24176
24376
  uploadType?: string;
24177
24377
  },
24178
- body: GoogleCloudAiplatformV1NotebookRuntimeTemplate
24378
+ body: GoogleCloudAiplatformV1NotebookRuntimeTemplate,
24179
24379
  ): Request<GoogleLongrunningOperation>;
24180
24380
  /** Deletes a NotebookRuntimeTemplate. */
24181
24381
  delete(request?: {
@@ -24357,7 +24557,7 @@ declare namespace gapi.client {
24357
24557
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
24358
24558
  uploadType?: string;
24359
24559
  },
24360
- body: GoogleCloudAiplatformV1NotebookRuntimeTemplate
24560
+ body: GoogleCloudAiplatformV1NotebookRuntimeTemplate,
24361
24561
  ): Request<GoogleCloudAiplatformV1NotebookRuntimeTemplate>;
24362
24562
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
24363
24563
  setIamPolicy(
@@ -24387,7 +24587,7 @@ declare namespace gapi.client {
24387
24587
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
24388
24588
  uploadType?: string;
24389
24589
  },
24390
- body: GoogleIamV1SetIamPolicyRequest
24590
+ body: GoogleIamV1SetIamPolicyRequest,
24391
24591
  ): Request<GoogleIamV1Policy>;
24392
24592
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
24393
24593
  testIamPermissions(request?: {
@@ -24771,7 +24971,7 @@ declare namespace gapi.client {
24771
24971
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
24772
24972
  uploadType?: string;
24773
24973
  },
24774
- body: GoogleCloudAiplatformV1PersistentResource
24974
+ body: GoogleCloudAiplatformV1PersistentResource,
24775
24975
  ): Request<GoogleLongrunningOperation>;
24776
24976
  /** Deletes a PersistentResource. */
24777
24977
  delete(request?: {
@@ -24918,7 +25118,7 @@ declare namespace gapi.client {
24918
25118
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
24919
25119
  uploadType?: string;
24920
25120
  },
24921
- body: GoogleCloudAiplatformV1PersistentResource
25121
+ body: GoogleCloudAiplatformV1PersistentResource,
24922
25122
  ): Request<GoogleLongrunningOperation>;
24923
25123
  /** Reboots a PersistentResource. */
24924
25124
  reboot(request: {
@@ -24976,7 +25176,7 @@ declare namespace gapi.client {
24976
25176
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
24977
25177
  uploadType?: string;
24978
25178
  },
24979
- body: GoogleCloudAiplatformV1RebootPersistentResourceRequest
25179
+ body: GoogleCloudAiplatformV1RebootPersistentResourceRequest,
24980
25180
  ): Request<GoogleLongrunningOperation>;
24981
25181
  operations: OperationsResource;
24982
25182
  }
@@ -25182,7 +25382,7 @@ declare namespace gapi.client {
25182
25382
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25183
25383
  uploadType?: string;
25184
25384
  },
25185
- body: GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest
25385
+ body: GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest,
25186
25386
  ): Request<GoogleLongrunningOperation>;
25187
25387
  /** Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted. */
25188
25388
  batchDelete(request: {
@@ -25240,7 +25440,7 @@ declare namespace gapi.client {
25240
25440
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25241
25441
  uploadType?: string;
25242
25442
  },
25243
- body: GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest
25443
+ body: GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest,
25244
25444
  ): Request<GoogleLongrunningOperation>;
25245
25445
  /** Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetPipelineJob or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is not deleted; instead it becomes a pipeline with a PipelineJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and PipelineJob.state is set to `CANCELLED`. */
25246
25446
  cancel(request: {
@@ -25298,7 +25498,7 @@ declare namespace gapi.client {
25298
25498
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25299
25499
  uploadType?: string;
25300
25500
  },
25301
- body: GoogleCloudAiplatformV1CancelPipelineJobRequest
25501
+ body: GoogleCloudAiplatformV1CancelPipelineJobRequest,
25302
25502
  ): Request<{}>;
25303
25503
  /** Creates a PipelineJob. A PipelineJob will run immediately when created. */
25304
25504
  create(request: {
@@ -25360,7 +25560,7 @@ declare namespace gapi.client {
25360
25560
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25361
25561
  uploadType?: string;
25362
25562
  },
25363
- body: GoogleCloudAiplatformV1PipelineJob
25563
+ body: GoogleCloudAiplatformV1PipelineJob,
25364
25564
  ): Request<GoogleCloudAiplatformV1PipelineJob>;
25365
25565
  /** Deletes a PipelineJob. */
25366
25566
  delete(request?: {
@@ -25512,7 +25712,7 @@ declare namespace gapi.client {
25512
25712
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25513
25713
  uploadType?: string;
25514
25714
  },
25515
- body: GoogleCloudAiplatformV1ComputeTokensRequest
25715
+ body: GoogleCloudAiplatformV1ComputeTokensRequest,
25516
25716
  ): Request<GoogleCloudAiplatformV1ComputeTokensResponse>;
25517
25717
  /** Perform a token counting. */
25518
25718
  countTokens(request: {
@@ -25570,7 +25770,7 @@ declare namespace gapi.client {
25570
25770
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25571
25771
  uploadType?: string;
25572
25772
  },
25573
- body: GoogleCloudAiplatformV1CountTokensRequest
25773
+ body: GoogleCloudAiplatformV1CountTokensRequest,
25574
25774
  ): Request<GoogleCloudAiplatformV1CountTokensResponse>;
25575
25775
  /** Fetch an asynchronous online prediction operation. */
25576
25776
  fetchPredictOperation(request: {
@@ -25628,7 +25828,7 @@ declare namespace gapi.client {
25628
25828
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25629
25829
  uploadType?: string;
25630
25830
  },
25631
- body: GoogleCloudAiplatformV1FetchPredictOperationRequest
25831
+ body: GoogleCloudAiplatformV1FetchPredictOperationRequest,
25632
25832
  ): Request<GoogleLongrunningOperation>;
25633
25833
  /** Generate content with multimodal inputs. */
25634
25834
  generateContent(request: {
@@ -25686,7 +25886,7 @@ declare namespace gapi.client {
25686
25886
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25687
25887
  uploadType?: string;
25688
25888
  },
25689
- body: GoogleCloudAiplatformV1GenerateContentRequest
25889
+ body: GoogleCloudAiplatformV1GenerateContentRequest,
25690
25890
  ): Request<GoogleCloudAiplatformV1GenerateContentResponse>;
25691
25891
  /** Perform an online prediction. */
25692
25892
  predict(request: {
@@ -25744,7 +25944,7 @@ declare namespace gapi.client {
25744
25944
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25745
25945
  uploadType?: string;
25746
25946
  },
25747
- body: GoogleCloudAiplatformV1PredictRequest
25947
+ body: GoogleCloudAiplatformV1PredictRequest,
25748
25948
  ): Request<GoogleCloudAiplatformV1PredictResponse>;
25749
25949
  predictLongRunning(request: {
25750
25950
  /** V1 error format. */
@@ -25801,7 +26001,7 @@ declare namespace gapi.client {
25801
26001
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25802
26002
  uploadType?: string;
25803
26003
  },
25804
- body: GoogleCloudAiplatformV1PredictLongRunningRequest
26004
+ body: GoogleCloudAiplatformV1PredictLongRunningRequest,
25805
26005
  ): Request<GoogleLongrunningOperation>;
25806
26006
  /** Perform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction. */
25807
26007
  rawPredict(request: {
@@ -25859,7 +26059,7 @@ declare namespace gapi.client {
25859
26059
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25860
26060
  uploadType?: string;
25861
26061
  },
25862
- body: GoogleCloudAiplatformV1RawPredictRequest
26062
+ body: GoogleCloudAiplatformV1RawPredictRequest,
25863
26063
  ): Request<GoogleApiHttpBody>;
25864
26064
  /** Perform a server-side streaming online prediction request for Vertex LLM streaming. */
25865
26065
  serverStreamingPredict(request: {
@@ -25917,7 +26117,7 @@ declare namespace gapi.client {
25917
26117
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25918
26118
  uploadType?: string;
25919
26119
  },
25920
- body: GoogleCloudAiplatformV1StreamingPredictRequest
26120
+ body: GoogleCloudAiplatformV1StreamingPredictRequest,
25921
26121
  ): Request<GoogleCloudAiplatformV1StreamingPredictResponse>;
25922
26122
  /** Generate content with multimodal inputs with streaming support. */
25923
26123
  streamGenerateContent(request: {
@@ -25975,7 +26175,7 @@ declare namespace gapi.client {
25975
26175
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
25976
26176
  uploadType?: string;
25977
26177
  },
25978
- body: GoogleCloudAiplatformV1GenerateContentRequest
26178
+ body: GoogleCloudAiplatformV1GenerateContentRequest,
25979
26179
  ): Request<GoogleCloudAiplatformV1GenerateContentResponse>;
25980
26180
  /** Perform a streaming online prediction with an arbitrary HTTP payload. */
25981
26181
  streamRawPredict(request: {
@@ -26033,7 +26233,7 @@ declare namespace gapi.client {
26033
26233
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
26034
26234
  uploadType?: string;
26035
26235
  },
26036
- body: GoogleCloudAiplatformV1StreamRawPredictRequest
26236
+ body: GoogleCloudAiplatformV1StreamRawPredictRequest,
26037
26237
  ): Request<GoogleApiHttpBody>;
26038
26238
  }
26039
26239
  interface PublishersResource {
@@ -26440,7 +26640,7 @@ declare namespace gapi.client {
26440
26640
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
26441
26641
  uploadType?: string;
26442
26642
  },
26443
- body: GoogleCloudAiplatformV1ImportRagFilesRequest
26643
+ body: GoogleCloudAiplatformV1ImportRagFilesRequest,
26444
26644
  ): Request<GoogleLongrunningOperation>;
26445
26645
  /** Lists RagFiles in a RagCorpus. */
26446
26646
  list(request?: {
@@ -26532,7 +26732,7 @@ declare namespace gapi.client {
26532
26732
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
26533
26733
  uploadType?: string;
26534
26734
  },
26535
- body: GoogleCloudAiplatformV1RagCorpus
26735
+ body: GoogleCloudAiplatformV1RagCorpus,
26536
26736
  ): Request<GoogleLongrunningOperation>;
26537
26737
  /** Deletes a RagCorpus. */
26538
26738
  delete(request?: {
@@ -26677,7 +26877,7 @@ declare namespace gapi.client {
26677
26877
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
26678
26878
  uploadType?: string;
26679
26879
  },
26680
- body: GoogleCloudAiplatformV1RagCorpus
26880
+ body: GoogleCloudAiplatformV1RagCorpus,
26681
26881
  ): Request<GoogleLongrunningOperation>;
26682
26882
  operations: OperationsResource;
26683
26883
  ragFiles: RagFilesResource;
@@ -26884,7 +27084,7 @@ declare namespace gapi.client {
26884
27084
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
26885
27085
  uploadType?: string;
26886
27086
  },
26887
- body: GoogleCloudAiplatformV1ReasoningEngine
27087
+ body: GoogleCloudAiplatformV1ReasoningEngine,
26888
27088
  ): Request<GoogleLongrunningOperation>;
26889
27089
  /** Deletes a reasoning engine. */
26890
27090
  delete(request?: {
@@ -27033,7 +27233,7 @@ declare namespace gapi.client {
27033
27233
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
27034
27234
  uploadType?: string;
27035
27235
  },
27036
- body: GoogleCloudAiplatformV1ReasoningEngine
27236
+ body: GoogleCloudAiplatformV1ReasoningEngine,
27037
27237
  ): Request<GoogleLongrunningOperation>;
27038
27238
  /** Queries using a reasoning engine. */
27039
27239
  query(request: {
@@ -27091,7 +27291,7 @@ declare namespace gapi.client {
27091
27291
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
27092
27292
  uploadType?: string;
27093
27293
  },
27094
- body: GoogleCloudAiplatformV1QueryReasoningEngineRequest
27294
+ body: GoogleCloudAiplatformV1QueryReasoningEngineRequest,
27095
27295
  ): Request<GoogleCloudAiplatformV1QueryReasoningEngineResponse>;
27096
27296
  /** Streams queries using a reasoning engine. */
27097
27297
  streamQuery(request: {
@@ -27149,7 +27349,7 @@ declare namespace gapi.client {
27149
27349
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
27150
27350
  uploadType?: string;
27151
27351
  },
27152
- body: GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest
27352
+ body: GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest,
27153
27353
  ): Request<GoogleApiHttpBody>;
27154
27354
  operations: OperationsResource;
27155
27355
  }
@@ -27355,7 +27555,7 @@ declare namespace gapi.client {
27355
27555
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
27356
27556
  uploadType?: string;
27357
27557
  },
27358
- body: GoogleCloudAiplatformV1Schedule
27558
+ body: GoogleCloudAiplatformV1Schedule,
27359
27559
  ): Request<GoogleCloudAiplatformV1Schedule>;
27360
27560
  /** Deletes a Schedule. */
27361
27561
  delete(request?: {
@@ -27506,7 +27706,7 @@ declare namespace gapi.client {
27506
27706
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
27507
27707
  uploadType?: string;
27508
27708
  },
27509
- body: GoogleCloudAiplatformV1Schedule
27709
+ body: GoogleCloudAiplatformV1Schedule,
27510
27710
  ): Request<GoogleCloudAiplatformV1Schedule>;
27511
27711
  /** Pauses a Schedule. Will mark Schedule.state to 'PAUSED'. If the schedule is paused, no new runs will be created. Already created runs will NOT be paused or canceled. */
27512
27712
  pause(request: {
@@ -27564,7 +27764,7 @@ declare namespace gapi.client {
27564
27764
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
27565
27765
  uploadType?: string;
27566
27766
  },
27567
- body: GoogleCloudAiplatformV1PauseScheduleRequest
27767
+ body: GoogleCloudAiplatformV1PauseScheduleRequest,
27568
27768
  ): Request<{}>;
27569
27769
  /** Resumes a paused Schedule to start scheduling new runs. Will mark Schedule.state to 'ACTIVE'. Only paused Schedule can be resumed. When the Schedule is resumed, new runs will be scheduled starting from the next execution time after the current time based on the time_specification in the Schedule. If Schedule.catch_up is set up true, all missed runs will be scheduled for backfill first. */
27570
27770
  resume(request: {
@@ -27622,7 +27822,7 @@ declare namespace gapi.client {
27622
27822
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
27623
27823
  uploadType?: string;
27624
27824
  },
27625
- body: GoogleCloudAiplatformV1ResumeScheduleRequest
27825
+ body: GoogleCloudAiplatformV1ResumeScheduleRequest,
27626
27826
  ): Request<{}>;
27627
27827
  operations: OperationsResource;
27628
27828
  }
@@ -27828,7 +28028,7 @@ declare namespace gapi.client {
27828
28028
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
27829
28029
  uploadType?: string;
27830
28030
  },
27831
- body: GoogleCloudAiplatformV1SpecialistPool
28031
+ body: GoogleCloudAiplatformV1SpecialistPool,
27832
28032
  ): Request<GoogleLongrunningOperation>;
27833
28033
  /** Deletes a SpecialistPool as well as all Specialists in the pool. */
27834
28034
  delete(request?: {
@@ -27979,7 +28179,7 @@ declare namespace gapi.client {
27979
28179
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
27980
28180
  uploadType?: string;
27981
28181
  },
27982
- body: GoogleCloudAiplatformV1SpecialistPool
28182
+ body: GoogleCloudAiplatformV1SpecialistPool,
27983
28183
  ): Request<GoogleLongrunningOperation>;
27984
28184
  operations: OperationsResource;
27985
28185
  }
@@ -28330,7 +28530,7 @@ declare namespace gapi.client {
28330
28530
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
28331
28531
  uploadType?: string;
28332
28532
  },
28333
- body: GoogleCloudAiplatformV1AddTrialMeasurementRequest
28533
+ body: GoogleCloudAiplatformV1AddTrialMeasurementRequest,
28334
28534
  ): Request<GoogleCloudAiplatformV1Trial>;
28335
28535
  /** Checks whether a Trial should stop or not. Returns a long-running operation. When the operation is successful, it will contain a CheckTrialEarlyStoppingStateResponse. */
28336
28536
  checkTrialEarlyStoppingState(request: {
@@ -28388,7 +28588,7 @@ declare namespace gapi.client {
28388
28588
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
28389
28589
  uploadType?: string;
28390
28590
  },
28391
- body: GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateRequest
28591
+ body: GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateRequest,
28392
28592
  ): Request<GoogleLongrunningOperation>;
28393
28593
  /** Marks a Trial as complete. */
28394
28594
  complete(request: {
@@ -28446,7 +28646,7 @@ declare namespace gapi.client {
28446
28646
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
28447
28647
  uploadType?: string;
28448
28648
  },
28449
- body: GoogleCloudAiplatformV1CompleteTrialRequest
28649
+ body: GoogleCloudAiplatformV1CompleteTrialRequest,
28450
28650
  ): Request<GoogleCloudAiplatformV1Trial>;
28451
28651
  /** Adds a user provided Trial to a Study. */
28452
28652
  create(request: {
@@ -28504,7 +28704,7 @@ declare namespace gapi.client {
28504
28704
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
28505
28705
  uploadType?: string;
28506
28706
  },
28507
- body: GoogleCloudAiplatformV1Trial
28707
+ body: GoogleCloudAiplatformV1Trial,
28508
28708
  ): Request<GoogleCloudAiplatformV1Trial>;
28509
28709
  /** Deletes a Trial. */
28510
28710
  delete(request?: {
@@ -28647,7 +28847,7 @@ declare namespace gapi.client {
28647
28847
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
28648
28848
  uploadType?: string;
28649
28849
  },
28650
- body: GoogleCloudAiplatformV1ListOptimalTrialsRequest
28850
+ body: GoogleCloudAiplatformV1ListOptimalTrialsRequest,
28651
28851
  ): Request<GoogleCloudAiplatformV1ListOptimalTrialsResponse>;
28652
28852
  /** Stops a Trial. */
28653
28853
  stop(request: {
@@ -28705,7 +28905,7 @@ declare namespace gapi.client {
28705
28905
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
28706
28906
  uploadType?: string;
28707
28907
  },
28708
- body: GoogleCloudAiplatformV1StopTrialRequest
28908
+ body: GoogleCloudAiplatformV1StopTrialRequest,
28709
28909
  ): Request<GoogleCloudAiplatformV1Trial>;
28710
28910
  /** Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier. Returns a long-running operation associated with the generation of Trial suggestions. When this long-running operation succeeds, it will contain a SuggestTrialsResponse. */
28711
28911
  suggest(request: {
@@ -28763,7 +28963,7 @@ declare namespace gapi.client {
28763
28963
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
28764
28964
  uploadType?: string;
28765
28965
  },
28766
- body: GoogleCloudAiplatformV1SuggestTrialsRequest
28966
+ body: GoogleCloudAiplatformV1SuggestTrialsRequest,
28767
28967
  ): Request<GoogleLongrunningOperation>;
28768
28968
  operations: OperationsResource;
28769
28969
  }
@@ -28824,7 +29024,7 @@ declare namespace gapi.client {
28824
29024
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
28825
29025
  uploadType?: string;
28826
29026
  },
28827
- body: GoogleCloudAiplatformV1Study
29027
+ body: GoogleCloudAiplatformV1Study,
28828
29028
  ): Request<GoogleCloudAiplatformV1Study>;
28829
29029
  /** Deletes a Study. */
28830
29030
  delete(request?: {
@@ -28967,7 +29167,7 @@ declare namespace gapi.client {
28967
29167
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
28968
29168
  uploadType?: string;
28969
29169
  },
28970
- body: GoogleCloudAiplatformV1LookupStudyRequest
29170
+ body: GoogleCloudAiplatformV1LookupStudyRequest,
28971
29171
  ): Request<GoogleCloudAiplatformV1Study>;
28972
29172
  operations: OperationsResource;
28973
29173
  trials: TrialsResource;
@@ -29468,7 +29668,7 @@ declare namespace gapi.client {
29468
29668
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
29469
29669
  uploadType?: string;
29470
29670
  },
29471
- body: GoogleCloudAiplatformV1TensorboardTimeSeries
29671
+ body: GoogleCloudAiplatformV1TensorboardTimeSeries,
29472
29672
  ): Request<GoogleCloudAiplatformV1TensorboardTimeSeries>;
29473
29673
  /** Deletes a TensorboardTimeSeries. */
29474
29674
  delete(request?: {
@@ -29553,7 +29753,7 @@ declare namespace gapi.client {
29553
29753
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
29554
29754
  uploadType?: string;
29555
29755
  },
29556
- body: GoogleCloudAiplatformV1ExportTensorboardTimeSeriesDataRequest
29756
+ body: GoogleCloudAiplatformV1ExportTensorboardTimeSeriesDataRequest,
29557
29757
  ): Request<GoogleCloudAiplatformV1ExportTensorboardTimeSeriesDataResponse>;
29558
29758
  /** Gets a TensorboardTimeSeries. */
29559
29759
  get(request?: {
@@ -29679,7 +29879,7 @@ declare namespace gapi.client {
29679
29879
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
29680
29880
  uploadType?: string;
29681
29881
  },
29682
- body: GoogleCloudAiplatformV1TensorboardTimeSeries
29882
+ body: GoogleCloudAiplatformV1TensorboardTimeSeries,
29683
29883
  ): Request<GoogleCloudAiplatformV1TensorboardTimeSeries>;
29684
29884
  /** Reads a TensorboardTimeSeries' data. By default, if the number of data points stored is less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected from this time series and returned. This value can be changed by changing max_data_points, which can't be greater than 10k. */
29685
29885
  read(request?: {
@@ -29800,7 +30000,7 @@ declare namespace gapi.client {
29800
30000
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
29801
30001
  uploadType?: string;
29802
30002
  },
29803
- body: GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest
30003
+ body: GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest,
29804
30004
  ): Request<GoogleCloudAiplatformV1BatchCreateTensorboardRunsResponse>;
29805
30005
  /** Creates a TensorboardRun. */
29806
30006
  create(request: {
@@ -29862,7 +30062,7 @@ declare namespace gapi.client {
29862
30062
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
29863
30063
  uploadType?: string;
29864
30064
  },
29865
- body: GoogleCloudAiplatformV1TensorboardRun
30065
+ body: GoogleCloudAiplatformV1TensorboardRun,
29866
30066
  ): Request<GoogleCloudAiplatformV1TensorboardRun>;
29867
30067
  /** Deletes a TensorboardRun. */
29868
30068
  delete(request?: {
@@ -30015,7 +30215,7 @@ declare namespace gapi.client {
30015
30215
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
30016
30216
  uploadType?: string;
30017
30217
  },
30018
- body: GoogleCloudAiplatformV1TensorboardRun
30218
+ body: GoogleCloudAiplatformV1TensorboardRun,
30019
30219
  ): Request<GoogleCloudAiplatformV1TensorboardRun>;
30020
30220
  /** Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned. */
30021
30221
  write(request: {
@@ -30073,7 +30273,7 @@ declare namespace gapi.client {
30073
30273
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
30074
30274
  uploadType?: string;
30075
30275
  },
30076
- body: GoogleCloudAiplatformV1WriteTensorboardRunDataRequest
30276
+ body: GoogleCloudAiplatformV1WriteTensorboardRunDataRequest,
30077
30277
  ): Request<{}>;
30078
30278
  operations: OperationsResource;
30079
30279
  timeSeries: TimeSeriesResource;
@@ -30135,7 +30335,7 @@ declare namespace gapi.client {
30135
30335
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
30136
30336
  uploadType?: string;
30137
30337
  },
30138
- body: GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest
30338
+ body: GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest,
30139
30339
  ): Request<GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesResponse>;
30140
30340
  /** Creates a TensorboardExperiment. */
30141
30341
  create(request: {
@@ -30197,7 +30397,7 @@ declare namespace gapi.client {
30197
30397
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
30198
30398
  uploadType?: string;
30199
30399
  },
30200
- body: GoogleCloudAiplatformV1TensorboardExperiment
30400
+ body: GoogleCloudAiplatformV1TensorboardExperiment,
30201
30401
  ): Request<GoogleCloudAiplatformV1TensorboardExperiment>;
30202
30402
  /** Deletes a TensorboardExperiment. */
30203
30403
  delete(request?: {
@@ -30350,7 +30550,7 @@ declare namespace gapi.client {
30350
30550
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
30351
30551
  uploadType?: string;
30352
30552
  },
30353
- body: GoogleCloudAiplatformV1TensorboardExperiment
30553
+ body: GoogleCloudAiplatformV1TensorboardExperiment,
30354
30554
  ): Request<GoogleCloudAiplatformV1TensorboardExperiment>;
30355
30555
  /** Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned. */
30356
30556
  write(request: {
@@ -30408,7 +30608,7 @@ declare namespace gapi.client {
30408
30608
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
30409
30609
  uploadType?: string;
30410
30610
  },
30411
- body: GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest
30611
+ body: GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest,
30412
30612
  ): Request<{}>;
30413
30613
  operations: OperationsResource;
30414
30614
  runs: RunsResource;
@@ -30644,7 +30844,7 @@ declare namespace gapi.client {
30644
30844
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
30645
30845
  uploadType?: string;
30646
30846
  },
30647
- body: GoogleCloudAiplatformV1Tensorboard
30847
+ body: GoogleCloudAiplatformV1Tensorboard,
30648
30848
  ): Request<GoogleLongrunningOperation>;
30649
30849
  /** Deletes a Tensorboard. */
30650
30850
  delete(request?: {
@@ -30797,7 +30997,7 @@ declare namespace gapi.client {
30797
30997
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
30798
30998
  uploadType?: string;
30799
30999
  },
30800
- body: GoogleCloudAiplatformV1Tensorboard
31000
+ body: GoogleCloudAiplatformV1Tensorboard,
30801
31001
  ): Request<GoogleLongrunningOperation>;
30802
31002
  /** Returns the storage size for a given TensorBoard instance. */
30803
31003
  readSize(request?: {
@@ -31058,7 +31258,7 @@ declare namespace gapi.client {
31058
31258
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
31059
31259
  uploadType?: string;
31060
31260
  },
31061
- body: GoogleCloudAiplatformV1CancelTrainingPipelineRequest
31261
+ body: GoogleCloudAiplatformV1CancelTrainingPipelineRequest,
31062
31262
  ): Request<{}>;
31063
31263
  /** Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run. */
31064
31264
  create(request: {
@@ -31116,7 +31316,7 @@ declare namespace gapi.client {
31116
31316
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
31117
31317
  uploadType?: string;
31118
31318
  },
31119
- body: GoogleCloudAiplatformV1TrainingPipeline
31319
+ body: GoogleCloudAiplatformV1TrainingPipeline,
31120
31320
  ): Request<GoogleCloudAiplatformV1TrainingPipeline>;
31121
31321
  /** Deletes a TrainingPipeline. */
31122
31322
  delete(request?: {
@@ -31382,7 +31582,7 @@ declare namespace gapi.client {
31382
31582
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
31383
31583
  uploadType?: string;
31384
31584
  },
31385
- body: GoogleCloudAiplatformV1CancelTuningJobRequest
31585
+ body: GoogleCloudAiplatformV1CancelTuningJobRequest,
31386
31586
  ): Request<{}>;
31387
31587
  /** Creates a TuningJob. A created TuningJob right away will be attempted to be run. */
31388
31588
  create(request: {
@@ -31440,7 +31640,7 @@ declare namespace gapi.client {
31440
31640
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
31441
31641
  uploadType?: string;
31442
31642
  },
31443
- body: GoogleCloudAiplatformV1TuningJob
31643
+ body: GoogleCloudAiplatformV1TuningJob,
31444
31644
  ): Request<GoogleCloudAiplatformV1TuningJob>;
31445
31645
  /** Gets a TuningJob. */
31446
31646
  get(request?: {
@@ -31558,7 +31758,7 @@ declare namespace gapi.client {
31558
31758
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
31559
31759
  uploadType?: string;
31560
31760
  },
31561
- body: GoogleCloudAiplatformV1RebaseTunedModelRequest
31761
+ body: GoogleCloudAiplatformV1RebaseTunedModelRequest,
31562
31762
  ): Request<GoogleLongrunningOperation>;
31563
31763
  operations: OperationsResource;
31564
31764
  }
@@ -31619,7 +31819,7 @@ declare namespace gapi.client {
31619
31819
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
31620
31820
  uploadType?: string;
31621
31821
  },
31622
- body: GoogleCloudAiplatformV1AugmentPromptRequest
31822
+ body: GoogleCloudAiplatformV1AugmentPromptRequest,
31623
31823
  ): Request<GoogleCloudAiplatformV1AugmentPromptResponse>;
31624
31824
  /** Given an input text, it returns a score that evaluates the factuality of the text. It also extracts and returns claims from the text and provides supporting facts. */
31625
31825
  corroborateContent(request: {
@@ -31677,7 +31877,7 @@ declare namespace gapi.client {
31677
31877
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
31678
31878
  uploadType?: string;
31679
31879
  },
31680
- body: GoogleCloudAiplatformV1CorroborateContentRequest
31880
+ body: GoogleCloudAiplatformV1CorroborateContentRequest,
31681
31881
  ): Request<GoogleCloudAiplatformV1CorroborateContentResponse>;
31682
31882
  /** Evaluates instances based on a given metric. */
31683
31883
  evaluateInstances(request: {
@@ -31735,7 +31935,7 @@ declare namespace gapi.client {
31735
31935
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
31736
31936
  uploadType?: string;
31737
31937
  },
31738
- body: GoogleCloudAiplatformV1EvaluateInstancesRequest
31938
+ body: GoogleCloudAiplatformV1EvaluateInstancesRequest,
31739
31939
  ): Request<GoogleCloudAiplatformV1EvaluateInstancesResponse>;
31740
31940
  /** Gets information about a location. */
31741
31941
  get(request?: {
@@ -31853,7 +32053,7 @@ declare namespace gapi.client {
31853
32053
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
31854
32054
  uploadType?: string;
31855
32055
  },
31856
- body: GoogleCloudAiplatformV1RetrieveContextsRequest
32056
+ body: GoogleCloudAiplatformV1RetrieveContextsRequest,
31857
32057
  ): Request<GoogleCloudAiplatformV1RetrieveContextsResponse>;
31858
32058
  batchPredictionJobs: BatchPredictionJobsResource;
31859
32059
  cachedContents: CachedContentsResource;
@@ -31973,7 +32173,7 @@ declare namespace gapi.client {
31973
32173
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
31974
32174
  uploadType?: string;
31975
32175
  },
31976
- body: GoogleCloudAiplatformV1CacheConfig
32176
+ body: GoogleCloudAiplatformV1CacheConfig,
31977
32177
  ): Request<GoogleLongrunningOperation>;
31978
32178
  locations: LocationsResource;
31979
32179
  }
@@ -32034,7 +32234,7 @@ declare namespace gapi.client {
32034
32234
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
32035
32235
  uploadType?: string;
32036
32236
  },
32037
- body: GoogleCloudAiplatformV1ComputeTokensRequest
32237
+ body: GoogleCloudAiplatformV1ComputeTokensRequest,
32038
32238
  ): Request<GoogleCloudAiplatformV1ComputeTokensResponse>;
32039
32239
  /** Perform a token counting. */
32040
32240
  countTokens(request: {
@@ -32092,7 +32292,7 @@ declare namespace gapi.client {
32092
32292
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
32093
32293
  uploadType?: string;
32094
32294
  },
32095
- body: GoogleCloudAiplatformV1CountTokensRequest
32295
+ body: GoogleCloudAiplatformV1CountTokensRequest,
32096
32296
  ): Request<GoogleCloudAiplatformV1CountTokensResponse>;
32097
32297
  /** Generate content with multimodal inputs. */
32098
32298
  generateContent(request: {
@@ -32150,7 +32350,7 @@ declare namespace gapi.client {
32150
32350
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
32151
32351
  uploadType?: string;
32152
32352
  },
32153
- body: GoogleCloudAiplatformV1GenerateContentRequest
32353
+ body: GoogleCloudAiplatformV1GenerateContentRequest,
32154
32354
  ): Request<GoogleCloudAiplatformV1GenerateContentResponse>;
32155
32355
  /** Gets a Model Garden publisher model. */
32156
32356
  get(request?: {
@@ -32187,6 +32387,64 @@ declare namespace gapi.client {
32187
32387
  /** Optional. PublisherModel view specifying which fields to read. */
32188
32388
  view?: string;
32189
32389
  }): Request<GoogleCloudAiplatformV1PublisherModel>;
32390
+ /** Perform an online prediction. */
32391
+ predict(request: {
32392
+ /** V1 error format. */
32393
+ '$.xgafv'?: string;
32394
+ /** OAuth access token. */
32395
+ access_token?: string;
32396
+ /** Data format for response. */
32397
+ alt?: string;
32398
+ /** JSONP */
32399
+ callback?: string;
32400
+ /** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
32401
+ endpoint: string;
32402
+ /** Selector specifying which fields to include in a partial response. */
32403
+ fields?: string;
32404
+ /** 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. */
32405
+ key?: string;
32406
+ /** OAuth 2.0 token for the current user. */
32407
+ oauth_token?: string;
32408
+ /** Returns response with indentations and line breaks. */
32409
+ prettyPrint?: boolean;
32410
+ /** 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. */
32411
+ quotaUser?: string;
32412
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
32413
+ upload_protocol?: string;
32414
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
32415
+ uploadType?: string;
32416
+ /** Request body */
32417
+ resource: GoogleCloudAiplatformV1PredictRequest;
32418
+ }): Request<GoogleCloudAiplatformV1PredictResponse>;
32419
+ predict(
32420
+ request: {
32421
+ /** V1 error format. */
32422
+ '$.xgafv'?: string;
32423
+ /** OAuth access token. */
32424
+ access_token?: string;
32425
+ /** Data format for response. */
32426
+ alt?: string;
32427
+ /** JSONP */
32428
+ callback?: string;
32429
+ /** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
32430
+ endpoint: string;
32431
+ /** Selector specifying which fields to include in a partial response. */
32432
+ fields?: string;
32433
+ /** 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. */
32434
+ key?: string;
32435
+ /** OAuth 2.0 token for the current user. */
32436
+ oauth_token?: string;
32437
+ /** Returns response with indentations and line breaks. */
32438
+ prettyPrint?: boolean;
32439
+ /** 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. */
32440
+ quotaUser?: string;
32441
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
32442
+ upload_protocol?: string;
32443
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
32444
+ uploadType?: string;
32445
+ },
32446
+ body: GoogleCloudAiplatformV1PredictRequest,
32447
+ ): Request<GoogleCloudAiplatformV1PredictResponse>;
32190
32448
  /** Generate content with multimodal inputs with streaming support. */
32191
32449
  streamGenerateContent(request: {
32192
32450
  /** V1 error format. */
@@ -32243,7 +32501,7 @@ declare namespace gapi.client {
32243
32501
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
32244
32502
  uploadType?: string;
32245
32503
  },
32246
- body: GoogleCloudAiplatformV1GenerateContentRequest
32504
+ body: GoogleCloudAiplatformV1GenerateContentRequest,
32247
32505
  ): Request<GoogleCloudAiplatformV1GenerateContentResponse>;
32248
32506
  }
32249
32507
  interface PublishersResource {