@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20240209 → 0.0.20240219

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +119 -26
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240209
12
+ // Revision: 20240219
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -55,10 +55,12 @@ declare namespace gapi.client {
55
55
  image?: string;
56
56
  /** RAI scores for generated image. */
57
57
  imageRaiScores?: CloudAiLargeModelsVisionImageRAIScores;
58
- /** RAI info for image */
58
+ /** RAI info for image. */
59
59
  raiInfo?: CloudAiLargeModelsVisionRaiInfo;
60
60
  /** Semantic filter info for image. */
61
61
  semanticFilterResponse?: CloudAiLargeModelsVisionSemanticFilterResponse;
62
+ /** Text/Expanded text input for imagen. */
63
+ text?: string;
62
64
  /** Path to another storage (typically Google Cloud Storage). */
63
65
  uri?: string;
64
66
  }
@@ -280,8 +282,26 @@ declare namespace gapi.client {
280
282
  blocked?: boolean;
281
283
  /** Harm category. */
282
284
  category?: string;
285
+ /** The influential terms that could potentially block the response. */
286
+ influentialTerms?: CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm[];
283
287
  /** Harm probability levels in the content. */
284
288
  probability?: string;
289
+ /** Harm probability score. */
290
+ probabilityScore?: number;
291
+ /** Harm severity levels in the content. */
292
+ severity?: string;
293
+ /** Harm severity score. */
294
+ severityScore?: number;
295
+ }
296
+ interface CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm {
297
+ /** The beginning offset of the influential term. */
298
+ beginOffset?: number;
299
+ /** The confidence score of the influential term. */
300
+ confidence?: number;
301
+ /** The source of the influential term, prompt or response. */
302
+ source?: string;
303
+ /** The influential term. */
304
+ term?: string;
285
305
  }
286
306
  interface CloudAiNlLlmProtoServiceUsageMetadata {
287
307
  /** Number of tokens in the response(s). */
@@ -670,6 +690,8 @@ declare namespace gapi.client {
670
690
  finishMessage?: string;
671
691
  /** Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped generating the tokens. */
672
692
  finishReason?: string;
693
+ /** Output only. Metadata specifies sources used to ground generated content. */
694
+ groundingMetadata?: GoogleCloudAiplatformV1GroundingMetadata;
673
695
  /** Output only. Index of the candidate. */
674
696
  index?: number;
675
697
  /** Output only. List of ratings for the safety of a response candidate. There is at most one rating per category. */
@@ -889,8 +911,6 @@ declare namespace gapi.client {
889
911
  pipelineJob?: GoogleCloudAiplatformV1PipelineJob;
890
912
  /** The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are `/a-z-/`. */
891
913
  pipelineJobId?: string;
892
- /** Optional. Whether to do component level validations before job creation. Currently we only support Google First Party Component/Pipelines. */
893
- preflightValidations?: boolean;
894
914
  }
895
915
  interface GoogleCloudAiplatformV1CreateRegistryFeatureOperationMetadata {
896
916
  /** Operation metadata for Feature. */
@@ -1075,8 +1095,12 @@ declare namespace gapi.client {
1075
1095
  bigQueryDatasetName?: string;
1076
1096
  /** Output only. Timestamp when this DatasetVersion was created. */
1077
1097
  createTime?: string;
1098
+ /** The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters. */
1099
+ displayName?: string;
1078
1100
  /** Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. */
1079
1101
  etag?: string;
1102
+ /** Required. Additional information about the DatasetVersion. */
1103
+ metadata?: any;
1080
1104
  /** Output only. The resource name of the DatasetVersion. */
1081
1105
  name?: string;
1082
1106
  /** Output only. Timestamp when this DatasetVersion was last updated. */
@@ -1323,6 +1347,8 @@ declare namespace gapi.client {
1323
1347
  network?: string;
1324
1348
  /** Configures the request-response logging for online prediction. */
1325
1349
  predictRequestResponseLoggingConfig?: GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig;
1350
+ /** Optional. Configuration for private service connect. network and private_service_connect_config are mutually exclusive. */
1351
+ privateServiceConnectConfig?: GoogleCloudAiplatformV1PrivateServiceConnectConfig;
1326
1352
  /** A map from a DeployedModel's ID to the percentage of this Endpoint's traffic that should be forwarded to that DeployedModel. If a DeployedModel's ID is not listed in this map, then it receives no traffic. The traffic percentage values must add up to 100, or map must be empty if the Endpoint is to not accept any traffic at a moment. */
1327
1353
  trafficSplit?: {[P in string]: number};
1328
1354
  /** Output only. Timestamp when this Endpoint was last updated. */
@@ -1735,6 +1761,8 @@ declare namespace gapi.client {
1735
1761
  monitoringStatsAnomalies?: GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly[];
1736
1762
  /** Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type. */
1737
1763
  name?: string;
1764
+ /** Entity responsible for maintaining this feature. Can be comma separated list of email addresses or URIs. */
1765
+ pointOfContact?: string;
1738
1766
  /** Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated. */
1739
1767
  updateTime?: string;
1740
1768
  /** Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value. */
@@ -1761,7 +1789,7 @@ declare namespace gapi.client {
1761
1789
  interface GoogleCloudAiplatformV1FeatureGroupBigQuery {
1762
1790
  /** Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View. */
1763
1791
  bigQuerySource?: GoogleCloudAiplatformV1BigQuerySource;
1764
- /** Optional. Columns to construct entity_id / row keys. Currently only supports 1 entity_id_column. If not provided defaults to `entity_id`. */
1792
+ /** Optional. Columns to construct entity_id / row keys. If not provided defaults to `entity_id`. */
1765
1793
  entityIdColumns?: string[];
1766
1794
  }
1767
1795
  interface GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly {
@@ -1947,18 +1975,26 @@ declare namespace gapi.client {
1947
1975
  updateTime?: string;
1948
1976
  }
1949
1977
  interface GoogleCloudAiplatformV1FeatureViewBigQuerySource {
1950
- /** Required. Columns to construct entity_id / row keys. Start by supporting 1 only. */
1978
+ /** Required. Columns to construct entity_id / row keys. */
1951
1979
  entityIdColumns?: string[];
1952
1980
  /** Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig. */
1953
1981
  uri?: string;
1954
1982
  }
1955
1983
  interface GoogleCloudAiplatformV1FeatureViewDataKey {
1984
+ /** The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec. */
1985
+ compositeKey?: GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey;
1956
1986
  /** String key to use for lookup. */
1957
1987
  key?: string;
1958
1988
  }
1989
+ interface GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey {
1990
+ /** Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order. */
1991
+ parts?: string[];
1992
+ }
1959
1993
  interface GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource {
1960
1994
  /** Required. List of features that need to be synced to Online Store. */
1961
1995
  featureGroups?: GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup[];
1996
+ /** Optional. The project number of the parent project of the Feature Groups. */
1997
+ projectNumber?: string;
1962
1998
  }
1963
1999
  interface GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup {
1964
2000
  /** Required. Identifier of the feature group. */
@@ -1975,11 +2011,19 @@ declare namespace gapi.client {
1975
2011
  name?: string;
1976
2012
  /** Output only. Time when this FeatureViewSync is finished. */
1977
2013
  runTime?: GoogleTypeInterval;
2014
+ /** Output only. Summary of the sync job. */
2015
+ syncSummary?: GoogleCloudAiplatformV1FeatureViewSyncSyncSummary;
1978
2016
  }
1979
2017
  interface GoogleCloudAiplatformV1FeatureViewSyncConfig {
1980
2018
  /** Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, "CRON_TZ=America/New_York 1 * * * *", or "TZ=America/New_York 1 * * * *". */
1981
2019
  cron?: string;
1982
2020
  }
2021
+ interface GoogleCloudAiplatformV1FeatureViewSyncSyncSummary {
2022
+ /** Output only. Total number of rows synced. */
2023
+ rowSynced?: string;
2024
+ /** Output only. BigQuery slot milliseconds consumed for the sync job. */
2025
+ totalSlot?: string;
2026
+ }
1983
2027
  interface GoogleCloudAiplatformV1FetchFeatureValuesRequest {
1984
2028
  /** Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used. */
1985
2029
  dataFormat?: string;
@@ -2095,7 +2139,7 @@ declare namespace gapi.client {
2095
2139
  generationConfig?: GoogleCloudAiplatformV1GenerationConfig;
2096
2140
  /** Optional. Per request settings for blocking unsafe content. Enforced on GenerateContentResponse.candidates. */
2097
2141
  safetySettings?: GoogleCloudAiplatformV1SafetySetting[];
2098
- /** Optional. A list of `Tools` the model may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. The only supported tool is currently `Function` */
2142
+ /** Optional. A list of `Tools` the model may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. */
2099
2143
  tools?: GoogleCloudAiplatformV1Tool[];
2100
2144
  }
2101
2145
  interface GoogleCloudAiplatformV1GenerateContentResponse {
@@ -2143,6 +2187,26 @@ declare namespace gapi.client {
2143
2187
  /** Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time. */
2144
2188
  updateTime?: string;
2145
2189
  }
2190
+ interface GoogleCloudAiplatformV1GroundingAttribution {
2191
+ /** Optional. Output only. Confidence score of the attribution. Ranges from 0 to 1. 1 is the most confident. */
2192
+ confidenceScore?: number;
2193
+ /** Output only. Segment of the content this attribution belongs to. */
2194
+ segment?: GoogleCloudAiplatformV1Segment;
2195
+ /** Optional. Attribution from the web. */
2196
+ web?: GoogleCloudAiplatformV1GroundingAttributionWeb;
2197
+ }
2198
+ interface GoogleCloudAiplatformV1GroundingAttributionWeb {
2199
+ /** Output only. Title of the attribution. */
2200
+ title?: string;
2201
+ /** Output only. URI reference of the attribution. */
2202
+ uri?: string;
2203
+ }
2204
+ interface GoogleCloudAiplatformV1GroundingMetadata {
2205
+ /** Optional. List of grounding attributions. */
2206
+ groundingAttributions?: GoogleCloudAiplatformV1GroundingAttribution[];
2207
+ /** Optional. Web search queries for the following-up web search. */
2208
+ webSearchQueries?: string[];
2209
+ }
2146
2210
  interface GoogleCloudAiplatformV1HyperparameterTuningJob {
2147
2211
  /** Output only. Time when the HyperparameterTuningJob was created. */
2148
2212
  createTime?: string;
@@ -3603,8 +3667,6 @@ declare namespace gapi.client {
3603
3667
  taskDetails?: GoogleCloudAiplatformV1PipelineTaskDetail[];
3604
3668
  }
3605
3669
  interface GoogleCloudAiplatformV1PipelineJobRuntimeConfig {
3606
- /** Optional. The default runtime for the PipelineJob. If not provided, Vertex Custom Job is used as the runtime. For Vertex Custom Job, please refer to https://cloud.google.com/vertex-ai/docs/training/overview */
3607
- defaultRuntime?: GoogleCloudAiplatformV1PipelineJobRuntimeConfigDefaultRuntime;
3608
3670
  /** Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion. */
3609
3671
  failurePolicy?: string;
3610
3672
  /** Required. A path in a Cloud Storage bucket, which will be treated as the root output directory of the pipeline. It is used by the system to generate the paths of output artifacts. The artifact paths are generated with a sub-path pattern `{job_id}/{task_id}/{output_key}` under the specified output directory. The service account specified in this pipeline must have the `storage.objects.get` and `storage.objects.create` permissions for this bucket. */
@@ -3618,18 +3680,10 @@ declare namespace gapi.client {
3618
3680
  /** The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL. */
3619
3681
  parameterValues?: {[P in string]: any};
3620
3682
  }
3621
- interface GoogleCloudAiplatformV1PipelineJobRuntimeConfigDefaultRuntime {
3622
- /** Persistent resource based runtime detail. */
3623
- persistentResourceRuntimeDetail?: GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail;
3624
- }
3625
3683
  interface GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact {
3626
3684
  /** Artifact resource id from MLMD. Which is the last portion of an artifact resource name: `projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}`. The artifact must stay within the same project, location and default metadatastore as the pipeline. */
3627
3685
  artifactId?: string;
3628
3686
  }
3629
- interface GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail {
3630
- /** Persistent resource name. Format: `projects/{project}/locations/{location}/persistentResources/{persistent_resource}` */
3631
- persistentResourceName?: string;
3632
- }
3633
3687
  interface GoogleCloudAiplatformV1PipelineTaskDetail {
3634
3688
  /** Output only. Task create time. */
3635
3689
  createTime?: string;
@@ -4080,6 +4134,12 @@ declare namespace gapi.client {
4080
4134
  category?: string;
4081
4135
  /** Output only. Harm probability levels in the content. */
4082
4136
  probability?: string;
4137
+ /** Output only. Harm probability score. */
4138
+ probabilityScore?: number;
4139
+ /** Output only. Harm severity levels in the content. */
4140
+ severity?: string;
4141
+ /** Output only. Harm severity score. */
4142
+ severityScore?: number;
4083
4143
  }
4084
4144
  interface GoogleCloudAiplatformV1SafetySetting {
4085
4145
  /** Required. Harm category. */
@@ -5545,6 +5605,14 @@ declare namespace gapi.client {
5545
5605
  /** The nearest neighbors of the query entity. */
5546
5606
  nearestNeighbors?: GoogleCloudAiplatformV1NearestNeighbors;
5547
5607
  }
5608
+ interface GoogleCloudAiplatformV1Segment {
5609
+ /** Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero. */
5610
+ endIndex?: number;
5611
+ /** Output only. The index of a Part object within its parent Content object. */
5612
+ partIndex?: number;
5613
+ /** Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero. */
5614
+ startIndex?: number;
5615
+ }
5548
5616
  interface GoogleCloudAiplatformV1ShieldedVmConfig {
5549
5617
  /** Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. */
5550
5618
  enableSecureBoot?: boolean;
@@ -5981,7 +6049,7 @@ declare namespace gapi.client {
5981
6049
  tokens?: string[];
5982
6050
  }
5983
6051
  interface GoogleCloudAiplatformV1Tool {
5984
- /** Optional. 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 64 function declarations can be provided. */
6052
+ /** 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 64 function declarations can be provided. */
5985
6053
  functionDeclarations?: GoogleCloudAiplatformV1FunctionDeclaration[];
5986
6054
  }
5987
6055
  interface GoogleCloudAiplatformV1TrainingConfig {
@@ -6423,7 +6491,7 @@ declare namespace gapi.client {
6423
6491
  }
6424
6492
  interface LanguageLabsAidaTrustRecitationProtoRecitationResult {
6425
6493
  dynamicSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
6426
- /** The recitation action for one given input. When its segments contain different actions, the overall action will be returned in the precedence of BLOCK > CITE > NO_ACTION. */
6494
+ /** The recitation action for one given input. When its segments contain different actions, the overall action will be returned in the precedence of BLOCK > CITE > NO_ACTION. When the given input is not found in any source, the recitation action will not be specified. */
6427
6495
  recitationAction?: string;
6428
6496
  trainingSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
6429
6497
  }
@@ -6496,7 +6564,7 @@ declare namespace gapi.client {
6496
6564
  }
6497
6565
  interface LearningGenaiRecitationRecitationResult {
6498
6566
  dynamicSegmentResults?: LearningGenaiRecitationSegmentResult[];
6499
- /** The recitation action for one given input. When its segments contain different actions, the overall action will be returned in the precedence of BLOCK > CITE > NO_ACTION. */
6567
+ /** The recitation action for one given input. When its segments contain different actions, the overall action will be returned in the precedence of BLOCK > CITE > NO_ACTION. When the given input is not found in any source, the recitation action will be NO_ACTION. */
6500
6568
  recitationAction?: string;
6501
6569
  trainingSegmentResults?: LearningGenaiRecitationSegmentResult[];
6502
6570
  }
@@ -6539,6 +6607,31 @@ declare namespace gapi.client {
6539
6607
  dataProviderOutput?: LearningGenaiRootDataProviderOutput[];
6540
6608
  metricOutput?: LearningGenaiRootMetricOutput[];
6541
6609
  }
6610
+ interface LearningGenaiRootCodeyChatMetadata {
6611
+ /** Indicates the programming language of the code if the message is a code chunk. */
6612
+ codeLanguage?: string;
6613
+ }
6614
+ interface LearningGenaiRootCodeyCheckpoint {
6615
+ /** Metadata that describes what was truncated at this checkpoint. */
6616
+ codeyTruncatorMetadata?: LearningGenaiRootCodeyTruncatorMetadata;
6617
+ /** Current state of the sample after truncator. */
6618
+ currentSample?: string;
6619
+ /** Postprocessor run that yielded this checkpoint. */
6620
+ postInferenceStep?: string;
6621
+ }
6622
+ interface LearningGenaiRootCodeyCompletionMetadata {
6623
+ checkpoints?: LearningGenaiRootCodeyCheckpoint[];
6624
+ }
6625
+ interface LearningGenaiRootCodeyOutput {
6626
+ codeyChatMetadata?: LearningGenaiRootCodeyChatMetadata;
6627
+ codeyCompletionMetadata?: LearningGenaiRootCodeyCompletionMetadata;
6628
+ }
6629
+ interface LearningGenaiRootCodeyTruncatorMetadata {
6630
+ /** Index of the current sample that trims off truncated text. */
6631
+ cutoffIndex?: number;
6632
+ /** Text that was truncated at a specific checkpoint. */
6633
+ truncatedText?: string;
6634
+ }
6542
6635
  interface LearningGenaiRootDataProviderOutput {
6543
6636
  name?: string;
6544
6637
  /** If set, this DataProvider failed and this is the error message. */
@@ -6773,6 +6866,8 @@ declare namespace gapi.client {
6773
6866
  interface LearningServingLlmMessageMetadata {
6774
6867
  /** Summary of classifier output. We attach this to all messages regardless of whether classification rules triggered or not. */
6775
6868
  classifierSummary?: LearningGenaiRootClassifierOutputSummary;
6869
+ /** Contains metadata related to Codey Processors. */
6870
+ codeyOutput?: LearningGenaiRootCodeyOutput;
6776
6871
  currentStreamTextLength?: number;
6777
6872
  /** Whether the corresponding message has been deleted. */
6778
6873
  deleted?: boolean;
@@ -6783,6 +6878,8 @@ declare namespace gapi.client {
6783
6878
  /** NOT YET IMPLEMENTED. */
6784
6879
  finishReason?: string;
6785
6880
  groundingMetadata?: LearningGenaiRootGroundingMetadata;
6881
+ /** Applies to streaming response message only. Whether the message is a code. */
6882
+ isCode?: boolean;
6786
6883
  /** Applies to Response message only. Indicates whether the message is a fallback and the response would have otherwise been empty. */
6787
6884
  isFallback?: boolean;
6788
6885
  /** Result from nlp_saft DetectLanguage method. Currently the predicted language code and language probability is used. */
@@ -11837,7 +11934,7 @@ declare namespace gapi.client {
11837
11934
  prettyPrint?: boolean;
11838
11935
  /** 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. */
11839
11936
  quotaUser?: string;
11840
- /** Field mask is used to specify the fields to be overwritten in the FeatureView resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` */
11937
+ /** Field mask is used to specify the fields to be overwritten in the FeatureView resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `serviceAgentType` */
11841
11938
  updateMask?: string;
11842
11939
  /** Upload protocol for media (e.g. "raw", "multipart"). */
11843
11940
  upload_protocol?: string;
@@ -11868,7 +11965,7 @@ declare namespace gapi.client {
11868
11965
  prettyPrint?: boolean;
11869
11966
  /** 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. */
11870
11967
  quotaUser?: string;
11871
- /** Field mask is used to specify the fields to be overwritten in the FeatureView resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` */
11968
+ /** Field mask is used to specify the fields to be overwritten in the FeatureView resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `serviceAgentType` */
11872
11969
  updateMask?: string;
11873
11970
  /** Upload protocol for media (e.g. "raw", "multipart"). */
11874
11971
  upload_protocol?: string;
@@ -20672,8 +20769,6 @@ declare namespace gapi.client {
20672
20769
  parent: string;
20673
20770
  /** The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are `/a-z-/`. */
20674
20771
  pipelineJobId?: string;
20675
- /** Optional. Whether to do component level validations before job creation. Currently we only support Google First Party Component/Pipelines. */
20676
- preflightValidations?: boolean;
20677
20772
  /** Returns response with indentations and line breaks. */
20678
20773
  prettyPrint?: boolean;
20679
20774
  /** 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. */
@@ -20705,8 +20800,6 @@ declare namespace gapi.client {
20705
20800
  parent: string;
20706
20801
  /** The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are `/a-z-/`. */
20707
20802
  pipelineJobId?: string;
20708
- /** Optional. Whether to do component level validations before job creation. Currently we only support Google First Party Component/Pipelines. */
20709
- preflightValidations?: boolean;
20710
20803
  /** Returns response with indentations and line breaks. */
20711
20804
  prettyPrint?: boolean;
20712
20805
  /** 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. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.aiplatform-v1",
3
- "version": "0.0.20240209",
3
+ "version": "0.0.20240219",
4
4
  "description": "TypeScript typings for Vertex AI API v1",
5
5
  "repository": {
6
6
  "type": "git",