@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20231012 → 0.0.20231023

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 +139 -45
  2. package/package.json +1 -1
  3. package/tests.ts +35 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20231012
12
+ // Revision: 20231023
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -948,6 +948,11 @@ declare namespace gapi.client {
948
948
  */
949
949
  featureId?:
950
950
  string;
951
+ /**
952
+ * Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent:
953
+ * `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent:
954
+ * `projects/{project}/locations/{location}/featureGroups/{feature_group}`
955
+ */
951
956
  parent?:
952
957
  string;
953
958
  }
@@ -979,6 +984,14 @@ declare namespace gapi.client {
979
984
  genericMetadata?:
980
985
  GoogleCloudAiplatformV1beta1GenericOperationMetadata;
981
986
  }
987
+ interface GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobOperationMetadata {
988
+ /** The operation generic information. */
989
+ genericMetadata?:
990
+ GoogleCloudAiplatformV1beta1GenericOperationMetadata;
991
+ /** A human-readable message that shows the intermediate progress details of NotebookRuntime. */
992
+ progressMessage?:
993
+ string;
994
+ }
982
995
  interface GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata {
983
996
  /** The operation generic information. */
984
997
  genericMetadata?:
@@ -1157,6 +1170,12 @@ declare namespace gapi.client {
1157
1170
  */
1158
1171
  persistentResourceId?:
1159
1172
  string;
1173
+ /**
1174
+ * The ID of the location to store protected artifacts. e.g. us-central1. Populate only when the location is different than CustomJob location. List of supported locations:
1175
+ * https://cloud.google.com/vertex-ai/docs/general/locations
1176
+ */
1177
+ protectedArtifactLocationId?:
1178
+ string;
1160
1179
  /**
1161
1180
  * Optional. A list of names for the reserved ip ranges under the VPC network that can be used for this job. If set, we will deploy the job within the provided ip ranges. Otherwise,
1162
1181
  * the job will be deployed to any ip ranges under the provided VPC network. Example: ['vertex-ai-ip-range'].
@@ -2498,15 +2517,15 @@ declare namespace gapi.client {
2498
2517
  GoogleCloudAiplatformV1beta1TimeSeriesDataPoint[];
2499
2518
  }
2500
2519
  interface GoogleCloudAiplatformV1beta1Feature {
2501
- /** Output only. Timestamp when this EntityType was created. */
2520
+ /** Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created. */
2502
2521
  createTime?:
2503
2522
  string;
2504
2523
  /** Description of the Feature. */
2505
2524
  description?:
2506
2525
  string;
2507
2526
  /**
2508
- * Optional. If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can
2509
- * enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
2527
+ * Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type
2528
+ * (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
2510
2529
  */
2511
2530
  disableMonitoring?:
2512
2531
  boolean;
@@ -2521,30 +2540,33 @@ declare namespace gapi.client {
2521
2540
  labels?:
2522
2541
  { [P in string]: string };
2523
2542
  /**
2524
- * Optional. Deprecated: The custom monitoring configuration for this Feature, if not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features
2525
- * with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If this is populated with FeaturestoreMonitoringConfig.disabled = true, snapshot analysis
2526
- * monitoring is disabled; if FeaturestoreMonitoringConfig.monitoring_interval specified, snapshot analysis monitoring is enabled. Otherwise, snapshot analysis monitoring config is
2527
- * same as the EntityType's this Feature belongs to.
2543
+ * Optional. Only applicable for Vertex AI Feature Store (Legacy). Deprecated: The custom monitoring configuration for this Feature, if not set, use the monitoring_config defined for
2544
+ * the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If this is populated with
2545
+ * FeaturestoreMonitoringConfig.disabled = true, snapshot analysis monitoring is disabled; if FeaturestoreMonitoringConfig.monitoring_interval specified, snapshot analysis monitoring
2546
+ * is enabled. Otherwise, snapshot analysis monitoring config is same as the EntityType's this Feature belongs to.
2528
2547
  */
2529
2548
  monitoringConfig?:
2530
2549
  GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig;
2531
- /** Output only. A list of historical SnapshotAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending. */
2550
+ /**
2551
+ * Output only. Only applicable for Vertex AI Feature Store (Legacy). A list of historical SnapshotAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time
2552
+ * descending.
2553
+ */
2532
2554
  monitoringStats?:
2533
2555
  GoogleCloudAiplatformV1beta1FeatureStatsAnomaly[];
2534
- /** Output only. The list of historical stats and anomalies with specified objectives. */
2556
+ /** Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives. */
2535
2557
  monitoringStatsAnomalies?:
2536
2558
  GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly[];
2537
2559
  /**
2538
- * Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature is
2539
- * 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
2540
- * letter. The value will be unique given an entity type.
2560
+ * Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
2561
+ * `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
2562
+ * 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.
2541
2563
  */
2542
2564
  name?:
2543
2565
  string;
2544
- /** Output only. Timestamp when this EntityType was most recently updated. */
2566
+ /** Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated. */
2545
2567
  updateTime?:
2546
2568
  string;
2547
- /** Immutable. Type of Feature value. */
2569
+ /** Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value. */
2548
2570
  valueType?:
2549
2571
  string;
2550
2572
  }
@@ -8951,6 +8973,9 @@ declare namespace gapi.client {
8951
8973
  /** Required. The set of parameters to tune. */
8952
8974
  parameters?:
8953
8975
  GoogleCloudAiplatformV1beta1StudySpecParameterSpec[];
8976
+ /** Conditions for automated stopping of a Study. Enable automated stopping by configuring at least one condition. */
8977
+ studyStoppingConfig?:
8978
+ GoogleCloudAiplatformV1beta1StudySpecStudyStoppingConfig;
8954
8979
  /** The configuration info/options for transfer learning. Currently supported for Vertex AI Vizier service, not HyperParameterTuningJob */
8955
8980
  transferLearningConfig?:
8956
8981
  GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig;
@@ -9171,6 +9196,41 @@ declare namespace gapi.client {
9171
9196
  minValue?:
9172
9197
  string;
9173
9198
  }
9199
+ interface GoogleCloudAiplatformV1beta1StudySpecStudyStoppingConfig {
9200
+ /** If the objective value has not improved for this much time, stop the study. WARNING: Effective only for single-objective studies. */
9201
+ maxDurationNoProgress?:
9202
+ string;
9203
+ /** If the specified time or duration has passed, stop the study. */
9204
+ maximumRuntimeConstraint?:
9205
+ GoogleCloudAiplatformV1beta1StudyTimeConstraint;
9206
+ /** If there are more than this many trials, stop the study. */
9207
+ maxNumTrials?:
9208
+ number;
9209
+ /** If the objective value has not improved for this many consecutive trials, stop the study. WARNING: Effective only for single-objective studies. */
9210
+ maxNumTrialsNoProgress?:
9211
+ number;
9212
+ /**
9213
+ * Each "stopping rule" in this proto specifies an "if" condition. Before Vizier would generate a new suggestion, it first checks each specified stopping rule, from top to bottom in
9214
+ * this list. Note that the first few rules (e.g. minimum_runtime_constraint, min_num_trials) will prevent other stopping rules from being evaluated until they are met. For example,
9215
+ * setting `min_num_trials=5` and `always_stop_after= 1 hour` means that the Study will ONLY stop after it has 5 COMPLETED trials, even if more than an hour has passed since its
9216
+ * creation. It follows the first applicable rule (whose "if" condition is satisfied) to make a stopping decision. If none of the specified rules are applicable, then Vizier decides
9217
+ * that the study should not stop. If Vizier decides that the study should stop, the study enters STOPPING state (or STOPPING_ASAP if should_stop_asap = true). IMPORTANT: The automatic
9218
+ * study state transition happens precisely as described above; that is, deleting trials or updating StudyConfig NEVER automatically moves the study state back to ACTIVE. If you want
9219
+ * to _resume_ a Study that was stopped, 1) change the stopping conditions if necessary, 2) activate the study, and then 3) ask for suggestions. If the specified time or duration has
9220
+ * not passed, do not stop the study.
9221
+ */
9222
+ minimumRuntimeConstraint?:
9223
+ GoogleCloudAiplatformV1beta1StudyTimeConstraint;
9224
+ /** If there are fewer than this many COMPLETED trials, do not stop the study. */
9225
+ minNumTrials?:
9226
+ number;
9227
+ /**
9228
+ * If true, a Study enters STOPPING_ASAP whenever it would normally enters STOPPING state. The bottom line is: set to true if you want to interrupt on-going evaluations of Trials as
9229
+ * soon as the study stopping condition is met. (Please see Study.State documentation for the source of truth).
9230
+ */
9231
+ shouldStopAsap?:
9232
+ boolean;
9233
+ }
9174
9234
  interface GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig {
9175
9235
  /** Flag to to manually prevent vizier from using transfer learning on a new study. Otherwise, vizier will automatically determine whether or not to use transfer learning. */
9176
9236
  disableTransferLearning?:
@@ -9179,6 +9239,14 @@ declare namespace gapi.client {
9179
9239
  priorStudyNames?:
9180
9240
  string[];
9181
9241
  }
9242
+ interface GoogleCloudAiplatformV1beta1StudyTimeConstraint {
9243
+ /** Compares the wallclock time to this time. Must use UTC timezone. */
9244
+ endTime?:
9245
+ string;
9246
+ /** Counts the wallclock time passed since the creation of this Study. */
9247
+ maxDuration?:
9248
+ string;
9249
+ }
9182
9250
  interface GoogleCloudAiplatformV1beta1SuggestTrialsMetadata {
9183
9251
  /**
9184
9252
  * The identifier of the client that is requesting the suggestion. If multiple SuggestTrialsRequests have the same `client_id`, the service will return the identical suggested Trial if
@@ -16711,6 +16779,11 @@ declare namespace gapi.client {
16711
16779
  /** OAuth 2.0 token for the current user. */
16712
16780
  oauth_token?:
16713
16781
  string;
16782
+ /**
16783
+ * Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent:
16784
+ * `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent:
16785
+ * `projects/{project}/locations/{location}/featureGroups/{feature_group}`
16786
+ */
16714
16787
  parent:
16715
16788
  string;
16716
16789
  /** Returns response with indentations and line breaks. */
@@ -16757,6 +16830,11 @@ declare namespace gapi.client {
16757
16830
  /** OAuth 2.0 token for the current user. */
16758
16831
  oauth_token?:
16759
16832
  string;
16833
+ /**
16834
+ * Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent:
16835
+ * `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent:
16836
+ * `projects/{project}/locations/{location}/featureGroups/{feature_group}`
16837
+ */
16760
16838
  parent:
16761
16839
  string;
16762
16840
  /** Returns response with indentations and line breaks. */
@@ -16836,8 +16914,8 @@ declare namespace gapi.client {
16836
16914
  key?:
16837
16915
  string;
16838
16916
  /**
16839
- * Required. The name of the Feature resource. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
16840
- * `projects/{project}/locations/{location}/featureGroups/{feature_group}`
16917
+ * Required. The name of the Feature resource. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
16918
+ * Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`
16841
16919
  */
16842
16920
  name:
16843
16921
  string;
@@ -16887,8 +16965,8 @@ declare namespace gapi.client {
16887
16965
  key?:
16888
16966
  string;
16889
16967
  /**
16890
- * If set, return the most recent ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is [0, 10]. If number of stats exists <
16891
- * ListFeaturesRequest.latest_stats_count, return all existing stats.
16968
+ * Only applicable for Vertex AI Feature Store (Legacy). If set, return the most recent ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is
16969
+ * [0, 10]. If number of stats exists < ListFeaturesRequest.latest_stats_count, return all existing stats.
16892
16970
  */
16893
16971
  latestStatsCount?:
16894
16972
  number;
@@ -16908,13 +16986,14 @@ declare namespace gapi.client {
16908
16986
  pageSize?:
16909
16987
  number;
16910
16988
  /**
16911
- * A page token, received from a previous FeaturestoreService.ListFeatures call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to
16912
- * FeaturestoreService.ListFeatures must match the call that provided the page token.
16989
+ * A page token, received from a previous FeaturestoreService.ListFeatures call or FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. When
16990
+ * paginating, all other parameters provided to FeaturestoreService.ListFeatures or or FeatureRegistryService.ListFeatures must match the call that provided the page token.
16913
16991
  */
16914
16992
  pageToken?:
16915
16993
  string;
16916
16994
  /**
16917
- * Required. The resource name of the Location to list Features. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
16995
+ * Required. The resource name of the Location to list Features. Format for entity_type as parent:
16996
+ * `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent:
16918
16997
  * `projects/{project}/locations/{location}/featureGroups/{feature_group}`
16919
16998
  */
16920
16999
  parent:
@@ -16956,9 +17035,10 @@ declare namespace gapi.client {
16956
17035
  key?:
16957
17036
  string;
16958
17037
  /**
16959
- * Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature
16960
- * 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
16961
- * a letter. The value will be unique given an entity type.
17038
+ * Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
17039
+ * `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
17040
+ * 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
17041
+ * type.
16962
17042
  */
16963
17043
  name:
16964
17044
  string;
@@ -16974,7 +17054,7 @@ declare namespace gapi.client {
16974
17054
  /**
16975
17055
  * Field mask is used to specify the fields to be overwritten in the Features resource by the update. The fields specified in the update_mask are relative to the resource, not the
16976
17056
  * 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.
16977
- * Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring`
17057
+ * Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistry Feature)
16978
17058
  */
16979
17059
  updateMask?:
16980
17060
  string;
@@ -17008,9 +17088,10 @@ declare namespace gapi.client {
17008
17088
  key?:
17009
17089
  string;
17010
17090
  /**
17011
- * Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature
17012
- * 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
17013
- * a letter. The value will be unique given an entity type.
17091
+ * Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
17092
+ * `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
17093
+ * 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
17094
+ * type.
17014
17095
  */
17015
17096
  name:
17016
17097
  string;
@@ -17026,7 +17107,7 @@ declare namespace gapi.client {
17026
17107
  /**
17027
17108
  * Field mask is used to specify the fields to be overwritten in the Features resource by the update. The fields specified in the update_mask are relative to the resource, not the
17028
17109
  * 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.
17029
- * Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring`
17110
+ * Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistry Feature)
17030
17111
  */
17031
17112
  updateMask?:
17032
17113
  string;
@@ -19297,6 +19378,11 @@ declare namespace gapi.client {
19297
19378
  /** OAuth 2.0 token for the current user. */
19298
19379
  oauth_token?:
19299
19380
  string;
19381
+ /**
19382
+ * Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent:
19383
+ * `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent:
19384
+ * `projects/{project}/locations/{location}/featureGroups/{feature_group}`
19385
+ */
19300
19386
  parent:
19301
19387
  string;
19302
19388
  /** Returns response with indentations and line breaks. */
@@ -19343,6 +19429,11 @@ declare namespace gapi.client {
19343
19429
  /** OAuth 2.0 token for the current user. */
19344
19430
  oauth_token?:
19345
19431
  string;
19432
+ /**
19433
+ * Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent:
19434
+ * `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent:
19435
+ * `projects/{project}/locations/{location}/featureGroups/{feature_group}`
19436
+ */
19346
19437
  parent:
19347
19438
  string;
19348
19439
  /** Returns response with indentations and line breaks. */
@@ -19422,8 +19513,8 @@ declare namespace gapi.client {
19422
19513
  key?:
19423
19514
  string;
19424
19515
  /**
19425
- * Required. The name of the Feature resource. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
19426
- * `projects/{project}/locations/{location}/featureGroups/{feature_group}`
19516
+ * Required. The name of the Feature resource. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
19517
+ * Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`
19427
19518
  */
19428
19519
  name:
19429
19520
  string;
@@ -19473,8 +19564,8 @@ declare namespace gapi.client {
19473
19564
  key?:
19474
19565
  string;
19475
19566
  /**
19476
- * If set, return the most recent ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is [0, 10]. If number of stats exists <
19477
- * ListFeaturesRequest.latest_stats_count, return all existing stats.
19567
+ * Only applicable for Vertex AI Feature Store (Legacy). If set, return the most recent ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is
19568
+ * [0, 10]. If number of stats exists < ListFeaturesRequest.latest_stats_count, return all existing stats.
19478
19569
  */
19479
19570
  latestStatsCount?:
19480
19571
  number;
@@ -19494,13 +19585,14 @@ declare namespace gapi.client {
19494
19585
  pageSize?:
19495
19586
  number;
19496
19587
  /**
19497
- * A page token, received from a previous FeaturestoreService.ListFeatures call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to
19498
- * FeaturestoreService.ListFeatures must match the call that provided the page token.
19588
+ * A page token, received from a previous FeaturestoreService.ListFeatures call or FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. When
19589
+ * paginating, all other parameters provided to FeaturestoreService.ListFeatures or or FeatureRegistryService.ListFeatures must match the call that provided the page token.
19499
19590
  */
19500
19591
  pageToken?:
19501
19592
  string;
19502
19593
  /**
19503
- * Required. The resource name of the Location to list Features. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
19594
+ * Required. The resource name of the Location to list Features. Format for entity_type as parent:
19595
+ * `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent:
19504
19596
  * `projects/{project}/locations/{location}/featureGroups/{feature_group}`
19505
19597
  */
19506
19598
  parent:
@@ -19542,9 +19634,10 @@ declare namespace gapi.client {
19542
19634
  key?:
19543
19635
  string;
19544
19636
  /**
19545
- * Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature
19546
- * 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
19547
- * a letter. The value will be unique given an entity type.
19637
+ * Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
19638
+ * `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
19639
+ * 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
19640
+ * type.
19548
19641
  */
19549
19642
  name:
19550
19643
  string;
@@ -19560,7 +19653,7 @@ declare namespace gapi.client {
19560
19653
  /**
19561
19654
  * Field mask is used to specify the fields to be overwritten in the Features resource by the update. The fields specified in the update_mask are relative to the resource, not the
19562
19655
  * 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.
19563
- * Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring`
19656
+ * Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistry Feature)
19564
19657
  */
19565
19658
  updateMask?:
19566
19659
  string;
@@ -19594,9 +19687,10 @@ declare namespace gapi.client {
19594
19687
  key?:
19595
19688
  string;
19596
19689
  /**
19597
- * Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature
19598
- * 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
19599
- * a letter. The value will be unique given an entity type.
19690
+ * Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
19691
+ * `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
19692
+ * 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
19693
+ * type.
19600
19694
  */
19601
19695
  name:
19602
19696
  string;
@@ -19612,7 +19706,7 @@ declare namespace gapi.client {
19612
19706
  /**
19613
19707
  * Field mask is used to specify the fields to be overwritten in the Features resource by the update. The fields specified in the update_mask are relative to the resource, not the
19614
19708
  * 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.
19615
- * Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring`
19709
+ * Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistry Feature)
19616
19710
  */
19617
19711
  updateMask?:
19618
19712
  string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.aiplatform-v1beta1",
3
- "version": "0.0.20231012",
3
+ "version": "0.0.20231023",
4
4
  "description": "TypeScript typings for Vertex AI API v1beta1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20231012
6
+ // Revision: 20231023
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -474,6 +474,7 @@ gapi.load('client', async () => {
474
474
  experimentRun: "Test string",
475
475
  network: "Test string",
476
476
  persistentResourceId: "Test string",
477
+ protectedArtifactLocationId: "Test string",
477
478
  reservedIpRanges: [
478
479
  "Test string"
479
480
  ],
@@ -3813,6 +3814,21 @@ gapi.load('client', async () => {
3813
3814
  scaleType: "Test string",
3814
3815
  }
3815
3816
  ],
3817
+ studyStoppingConfig: {
3818
+ maxDurationNoProgress: "Test string",
3819
+ maximumRuntimeConstraint: {
3820
+ endTime: "Test string",
3821
+ maxDuration: "Test string",
3822
+ },
3823
+ maxNumTrials: 42,
3824
+ maxNumTrialsNoProgress: 42,
3825
+ minimumRuntimeConstraint: {
3826
+ endTime: "Test string",
3827
+ maxDuration: "Test string",
3828
+ },
3829
+ minNumTrials: 42,
3830
+ shouldStopAsap: true,
3831
+ },
3816
3832
  transferLearningConfig: {
3817
3833
  disableTransferLearning: true,
3818
3834
  priorStudyNames: [
@@ -3830,6 +3846,7 @@ gapi.load('client', async () => {
3830
3846
  experimentRun: "Test string",
3831
3847
  network: "Test string",
3832
3848
  persistentResourceId: "Test string",
3849
+ protectedArtifactLocationId: "Test string",
3833
3850
  reservedIpRanges: [
3834
3851
  "Test string"
3835
3852
  ],
@@ -6266,6 +6283,7 @@ gapi.load('client', async () => {
6266
6283
  experimentRun: "Test string",
6267
6284
  network: "Test string",
6268
6285
  persistentResourceId: "Test string",
6286
+ protectedArtifactLocationId: "Test string",
6269
6287
  reservedIpRanges: [
6270
6288
  "Test string"
6271
6289
  ],
@@ -6344,6 +6362,7 @@ gapi.load('client', async () => {
6344
6362
  experimentRun: "Test string",
6345
6363
  network: "Test string",
6346
6364
  persistentResourceId: "Test string",
6365
+ protectedArtifactLocationId: "Test string",
6347
6366
  reservedIpRanges: [
6348
6367
  "Test string"
6349
6368
  ],
@@ -7995,6 +8014,21 @@ gapi.load('client', async () => {
7995
8014
  scaleType: "Test string",
7996
8015
  }
7997
8016
  ],
8017
+ studyStoppingConfig: {
8018
+ maxDurationNoProgress: "Test string",
8019
+ maximumRuntimeConstraint: {
8020
+ endTime: "Test string",
8021
+ maxDuration: "Test string",
8022
+ },
8023
+ maxNumTrials: 42,
8024
+ maxNumTrialsNoProgress: 42,
8025
+ minimumRuntimeConstraint: {
8026
+ endTime: "Test string",
8027
+ maxDuration: "Test string",
8028
+ },
8029
+ minNumTrials: 42,
8030
+ shouldStopAsap: true,
8031
+ },
7998
8032
  transferLearningConfig: {
7999
8033
  disableTransferLearning: true,
8000
8034
  priorStudyNames: [