@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20231005 → 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.
- package/index.d.ts +98 -51
- package/package.json +1 -1
- package/tests.ts +49 -6
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231023
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -890,6 +890,11 @@ declare namespace gapi.client {
|
|
|
890
890
|
*/
|
|
891
891
|
featureId?:
|
|
892
892
|
string;
|
|
893
|
+
/**
|
|
894
|
+
* Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent:
|
|
895
|
+
* `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent:
|
|
896
|
+
* `projects/{project}/locations/{location}/featureGroups/{feature_group}`
|
|
897
|
+
*/
|
|
893
898
|
parent?:
|
|
894
899
|
string;
|
|
895
900
|
}
|
|
@@ -1072,6 +1077,12 @@ declare namespace gapi.client {
|
|
|
1072
1077
|
*/
|
|
1073
1078
|
network?:
|
|
1074
1079
|
string;
|
|
1080
|
+
/**
|
|
1081
|
+
* 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:
|
|
1082
|
+
* https://cloud.google.com/vertex-ai/docs/general/locations
|
|
1083
|
+
*/
|
|
1084
|
+
protectedArtifactLocationId?:
|
|
1085
|
+
string;
|
|
1075
1086
|
/**
|
|
1076
1087
|
* 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,
|
|
1077
1088
|
* the job will be deployed to any ip ranges under the provided VPC network. Example: ['vertex-ai-ip-range'].
|
|
@@ -2218,9 +2229,6 @@ declare namespace gapi.client {
|
|
|
2218
2229
|
*/
|
|
2219
2230
|
annotationsFilter?:
|
|
2220
2231
|
string;
|
|
2221
|
-
/** Split based on the provided filters for each set. */
|
|
2222
|
-
filterSplit?:
|
|
2223
|
-
GoogleCloudAiplatformV1ExportFilterSplit;
|
|
2224
2232
|
/** Split based on fractions defining the size of each set. */
|
|
2225
2233
|
fractionSplit?:
|
|
2226
2234
|
GoogleCloudAiplatformV1ExportFractionSplit;
|
|
@@ -2297,29 +2305,6 @@ declare namespace gapi.client {
|
|
|
2297
2305
|
// tslint:disable-next-line:no-empty-interface
|
|
2298
2306
|
interface GoogleCloudAiplatformV1ExportFeatureValuesResponse {
|
|
2299
2307
|
}
|
|
2300
|
-
interface GoogleCloudAiplatformV1ExportFilterSplit {
|
|
2301
|
-
/**
|
|
2302
|
-
* Required. A filter on DataItems of the Dataset. DataItems that match this filter are used to test the Model. A filter with same syntax as the one used in
|
|
2303
|
-
* DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the
|
|
2304
|
-
* training, validation, test order.
|
|
2305
|
-
*/
|
|
2306
|
-
testFilter?:
|
|
2307
|
-
string;
|
|
2308
|
-
/**
|
|
2309
|
-
* Required. A filter on DataItems of the Dataset. DataItems that match this filter are used to train the Model. A filter with same syntax as the one used in
|
|
2310
|
-
* DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the
|
|
2311
|
-
* training, validation, test order.
|
|
2312
|
-
*/
|
|
2313
|
-
trainingFilter?:
|
|
2314
|
-
string;
|
|
2315
|
-
/**
|
|
2316
|
-
* Required. A filter on DataItems of the Dataset. DataItems that match this filter are used to validate the Model. A filter with same syntax as the one used in
|
|
2317
|
-
* DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the
|
|
2318
|
-
* training, validation, test order.
|
|
2319
|
-
*/
|
|
2320
|
-
validationFilter?:
|
|
2321
|
-
string;
|
|
2322
|
-
}
|
|
2323
2308
|
interface GoogleCloudAiplatformV1ExportFractionSplit {
|
|
2324
2309
|
/** The fraction of the input data that is to be used to evaluate the Model. */
|
|
2325
2310
|
testFraction?:
|
|
@@ -2402,15 +2387,15 @@ declare namespace gapi.client {
|
|
|
2402
2387
|
GoogleCloudAiplatformV1TimeSeriesDataPoint[];
|
|
2403
2388
|
}
|
|
2404
2389
|
interface GoogleCloudAiplatformV1Feature {
|
|
2405
|
-
/** Output only. Timestamp when this EntityType was created. */
|
|
2390
|
+
/** Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created. */
|
|
2406
2391
|
createTime?:
|
|
2407
2392
|
string;
|
|
2408
2393
|
/** Description of the Feature. */
|
|
2409
2394
|
description?:
|
|
2410
2395
|
string;
|
|
2411
2396
|
/**
|
|
2412
|
-
* Optional. If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type
|
|
2413
|
-
* enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
|
|
2397
|
+
* 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
|
|
2398
|
+
* (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.
|
|
2414
2399
|
*/
|
|
2415
2400
|
disableMonitoring?:
|
|
2416
2401
|
boolean;
|
|
@@ -2424,20 +2409,20 @@ declare namespace gapi.client {
|
|
|
2424
2409
|
*/
|
|
2425
2410
|
labels?:
|
|
2426
2411
|
{ [P in string]: string };
|
|
2427
|
-
/** Output only. The list of historical stats and anomalies with specified objectives. */
|
|
2412
|
+
/** Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives. */
|
|
2428
2413
|
monitoringStatsAnomalies?:
|
|
2429
2414
|
GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly[];
|
|
2430
2415
|
/**
|
|
2431
|
-
* Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
|
|
2432
|
-
* assigned by the client. The feature can be up to 64 characters
|
|
2433
|
-
* letter. The value will be unique given an entity type.
|
|
2416
|
+
* Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
|
|
2417
|
+
* `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
|
|
2418
|
+
* 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.
|
|
2434
2419
|
*/
|
|
2435
2420
|
name?:
|
|
2436
2421
|
string;
|
|
2437
|
-
/** Output only. Timestamp when this EntityType was most recently updated. */
|
|
2422
|
+
/** Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated. */
|
|
2438
2423
|
updateTime?:
|
|
2439
2424
|
string;
|
|
2440
|
-
/** Immutable. Type of Feature value. */
|
|
2425
|
+
/** Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value. */
|
|
2441
2426
|
valueType?:
|
|
2442
2427
|
string;
|
|
2443
2428
|
}
|
|
@@ -3632,6 +3617,9 @@ declare namespace gapi.client {
|
|
|
3632
3617
|
*/
|
|
3633
3618
|
machineType?:
|
|
3634
3619
|
string;
|
|
3620
|
+
/** Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1"). */
|
|
3621
|
+
tpuTopology?:
|
|
3622
|
+
string;
|
|
3635
3623
|
}
|
|
3636
3624
|
interface GoogleCloudAiplatformV1ManualBatchTuningParameters {
|
|
3637
3625
|
/**
|
|
@@ -8216,6 +8204,9 @@ declare namespace gapi.client {
|
|
|
8216
8204
|
/** Required. The set of parameters to tune. */
|
|
8217
8205
|
parameters?:
|
|
8218
8206
|
GoogleCloudAiplatformV1StudySpecParameterSpec[];
|
|
8207
|
+
/** Conditions for automated stopping of a Study. Enable automated stopping by configuring at least one condition. */
|
|
8208
|
+
studyStoppingConfig?:
|
|
8209
|
+
GoogleCloudAiplatformV1StudySpecStudyStoppingConfig;
|
|
8219
8210
|
}
|
|
8220
8211
|
interface GoogleCloudAiplatformV1StudySpecConvexAutomatedStoppingSpec {
|
|
8221
8212
|
/**
|
|
@@ -8402,6 +8393,49 @@ declare namespace gapi.client {
|
|
|
8402
8393
|
minValue?:
|
|
8403
8394
|
string;
|
|
8404
8395
|
}
|
|
8396
|
+
interface GoogleCloudAiplatformV1StudySpecStudyStoppingConfig {
|
|
8397
|
+
/** If the objective value has not improved for this much time, stop the study. WARNING: Effective only for single-objective studies. */
|
|
8398
|
+
maxDurationNoProgress?:
|
|
8399
|
+
string;
|
|
8400
|
+
/** If the specified time or duration has passed, stop the study. */
|
|
8401
|
+
maximumRuntimeConstraint?:
|
|
8402
|
+
GoogleCloudAiplatformV1StudyTimeConstraint;
|
|
8403
|
+
/** If there are more than this many trials, stop the study. */
|
|
8404
|
+
maxNumTrials?:
|
|
8405
|
+
number;
|
|
8406
|
+
/** If the objective value has not improved for this many consecutive trials, stop the study. WARNING: Effective only for single-objective studies. */
|
|
8407
|
+
maxNumTrialsNoProgress?:
|
|
8408
|
+
number;
|
|
8409
|
+
/**
|
|
8410
|
+
* 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
|
|
8411
|
+
* 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,
|
|
8412
|
+
* 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
|
|
8413
|
+
* 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
|
|
8414
|
+
* 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
|
|
8415
|
+
* 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
|
|
8416
|
+
* 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
|
|
8417
|
+
* not passed, do not stop the study.
|
|
8418
|
+
*/
|
|
8419
|
+
minimumRuntimeConstraint?:
|
|
8420
|
+
GoogleCloudAiplatformV1StudyTimeConstraint;
|
|
8421
|
+
/** If there are fewer than this many COMPLETED trials, do not stop the study. */
|
|
8422
|
+
minNumTrials?:
|
|
8423
|
+
number;
|
|
8424
|
+
/**
|
|
8425
|
+
* 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
|
|
8426
|
+
* soon as the study stopping condition is met. (Please see Study.State documentation for the source of truth).
|
|
8427
|
+
*/
|
|
8428
|
+
shouldStopAsap?:
|
|
8429
|
+
boolean;
|
|
8430
|
+
}
|
|
8431
|
+
interface GoogleCloudAiplatformV1StudyTimeConstraint {
|
|
8432
|
+
/** Compares the wallclock time to this time. Must use UTC timezone. */
|
|
8433
|
+
endTime?:
|
|
8434
|
+
string;
|
|
8435
|
+
/** Counts the wallclock time passed since the creation of this Study. */
|
|
8436
|
+
maxDuration?:
|
|
8437
|
+
string;
|
|
8438
|
+
}
|
|
8405
8439
|
interface GoogleCloudAiplatformV1SuggestTrialsMetadata {
|
|
8406
8440
|
/**
|
|
8407
8441
|
* 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
|
|
@@ -14605,6 +14639,11 @@ declare namespace gapi.client {
|
|
|
14605
14639
|
/** OAuth 2.0 token for the current user. */
|
|
14606
14640
|
oauth_token?:
|
|
14607
14641
|
string;
|
|
14642
|
+
/**
|
|
14643
|
+
* Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent:
|
|
14644
|
+
* `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent:
|
|
14645
|
+
* `projects/{project}/locations/{location}/featureGroups/{feature_group}`
|
|
14646
|
+
*/
|
|
14608
14647
|
parent:
|
|
14609
14648
|
string;
|
|
14610
14649
|
/** Returns response with indentations and line breaks. */
|
|
@@ -14651,6 +14690,11 @@ declare namespace gapi.client {
|
|
|
14651
14690
|
/** OAuth 2.0 token for the current user. */
|
|
14652
14691
|
oauth_token?:
|
|
14653
14692
|
string;
|
|
14693
|
+
/**
|
|
14694
|
+
* Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent:
|
|
14695
|
+
* `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent:
|
|
14696
|
+
* `projects/{project}/locations/{location}/featureGroups/{feature_group}`
|
|
14697
|
+
*/
|
|
14654
14698
|
parent:
|
|
14655
14699
|
string;
|
|
14656
14700
|
/** Returns response with indentations and line breaks. */
|
|
@@ -14730,8 +14774,8 @@ declare namespace gapi.client {
|
|
|
14730
14774
|
key?:
|
|
14731
14775
|
string;
|
|
14732
14776
|
/**
|
|
14733
|
-
* Required. The name of the Feature resource. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
|
|
14734
|
-
* `projects/{project}/locations/{location}/featureGroups/{feature_group}`
|
|
14777
|
+
* Required. The name of the Feature resource. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
|
|
14778
|
+
* Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`
|
|
14735
14779
|
*/
|
|
14736
14780
|
name:
|
|
14737
14781
|
string;
|
|
@@ -14781,8 +14825,8 @@ declare namespace gapi.client {
|
|
|
14781
14825
|
key?:
|
|
14782
14826
|
string;
|
|
14783
14827
|
/**
|
|
14784
|
-
* If set, return the most recent ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is
|
|
14785
|
-
* ListFeaturesRequest.latest_stats_count, return all existing stats.
|
|
14828
|
+
* 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
|
|
14829
|
+
* [0, 10]. If number of stats exists < ListFeaturesRequest.latest_stats_count, return all existing stats.
|
|
14786
14830
|
*/
|
|
14787
14831
|
latestStatsCount?:
|
|
14788
14832
|
number;
|
|
@@ -14802,13 +14846,14 @@ declare namespace gapi.client {
|
|
|
14802
14846
|
pageSize?:
|
|
14803
14847
|
number;
|
|
14804
14848
|
/**
|
|
14805
|
-
* A page token, received from a previous FeaturestoreService.ListFeatures call. Provide this to retrieve the subsequent page. When
|
|
14806
|
-
* FeaturestoreService.ListFeatures must match the call that provided the page token.
|
|
14849
|
+
* A page token, received from a previous FeaturestoreService.ListFeatures call or FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. When
|
|
14850
|
+
* paginating, all other parameters provided to FeaturestoreService.ListFeatures or or FeatureRegistryService.ListFeatures must match the call that provided the page token.
|
|
14807
14851
|
*/
|
|
14808
14852
|
pageToken?:
|
|
14809
14853
|
string;
|
|
14810
14854
|
/**
|
|
14811
|
-
* Required. The resource name of the Location to list Features. Format
|
|
14855
|
+
* Required. The resource name of the Location to list Features. Format for entity_type as parent:
|
|
14856
|
+
* `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent:
|
|
14812
14857
|
* `projects/{project}/locations/{location}/featureGroups/{feature_group}`
|
|
14813
14858
|
*/
|
|
14814
14859
|
parent:
|
|
@@ -14850,9 +14895,10 @@ declare namespace gapi.client {
|
|
|
14850
14895
|
key?:
|
|
14851
14896
|
string;
|
|
14852
14897
|
/**
|
|
14853
|
-
* Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
|
|
14854
|
-
* is assigned by the client. The feature can be up to 64
|
|
14855
|
-
* a letter. The value will be unique given an entity
|
|
14898
|
+
* Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
|
|
14899
|
+
* `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
|
|
14900
|
+
* 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
|
|
14901
|
+
* type.
|
|
14856
14902
|
*/
|
|
14857
14903
|
name:
|
|
14858
14904
|
string;
|
|
@@ -14868,7 +14914,7 @@ declare namespace gapi.client {
|
|
|
14868
14914
|
/**
|
|
14869
14915
|
* 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
|
|
14870
14916
|
* 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.
|
|
14871
|
-
* Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring`
|
|
14917
|
+
* Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistry Feature)
|
|
14872
14918
|
*/
|
|
14873
14919
|
updateMask?:
|
|
14874
14920
|
string;
|
|
@@ -14902,9 +14948,10 @@ declare namespace gapi.client {
|
|
|
14902
14948
|
key?:
|
|
14903
14949
|
string;
|
|
14904
14950
|
/**
|
|
14905
|
-
* Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
|
|
14906
|
-
* is assigned by the client. The feature can be up to 64
|
|
14907
|
-
* a letter. The value will be unique given an entity
|
|
14951
|
+
* Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
|
|
14952
|
+
* `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
|
|
14953
|
+
* 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
|
|
14954
|
+
* type.
|
|
14908
14955
|
*/
|
|
14909
14956
|
name:
|
|
14910
14957
|
string;
|
|
@@ -14920,7 +14967,7 @@ declare namespace gapi.client {
|
|
|
14920
14967
|
/**
|
|
14921
14968
|
* 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
|
|
14922
14969
|
* 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.
|
|
14923
|
-
* Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring`
|
|
14970
|
+
* Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistry Feature)
|
|
14924
14971
|
*/
|
|
14925
14972
|
updateMask?:
|
|
14926
14973
|
string;
|
package/package.json
CHANGED
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:
|
|
6
|
+
// Revision: 20231023
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -67,6 +67,7 @@ gapi.load('client', async () => {
|
|
|
67
67
|
acceleratorCount: 42,
|
|
68
68
|
acceleratorType: "Test string",
|
|
69
69
|
machineType: "Test string",
|
|
70
|
+
tpuTopology: "Test string",
|
|
70
71
|
},
|
|
71
72
|
maxReplicaCount: 42,
|
|
72
73
|
startingReplicaCount: 42,
|
|
@@ -342,6 +343,7 @@ gapi.load('client', async () => {
|
|
|
342
343
|
experiment: "Test string",
|
|
343
344
|
experimentRun: "Test string",
|
|
344
345
|
network: "Test string",
|
|
346
|
+
protectedArtifactLocationId: "Test string",
|
|
345
347
|
reservedIpRanges: [
|
|
346
348
|
"Test string"
|
|
347
349
|
],
|
|
@@ -377,6 +379,7 @@ gapi.load('client', async () => {
|
|
|
377
379
|
acceleratorCount: 42,
|
|
378
380
|
acceleratorType: "Test string",
|
|
379
381
|
machineType: "Test string",
|
|
382
|
+
tpuTopology: "Test string",
|
|
380
383
|
},
|
|
381
384
|
nfsMounts: [
|
|
382
385
|
{
|
|
@@ -629,11 +632,6 @@ gapi.load('client', async () => {
|
|
|
629
632
|
}, {
|
|
630
633
|
exportConfig: {
|
|
631
634
|
annotationsFilter: "Test string",
|
|
632
|
-
filterSplit: {
|
|
633
|
-
testFilter: "Test string",
|
|
634
|
-
trainingFilter: "Test string",
|
|
635
|
-
validationFilter: "Test string",
|
|
636
|
-
},
|
|
637
635
|
fractionSplit: {
|
|
638
636
|
testFraction: 42,
|
|
639
637
|
trainingFraction: 42,
|
|
@@ -1046,6 +1044,7 @@ gapi.load('client', async () => {
|
|
|
1046
1044
|
acceleratorCount: 42,
|
|
1047
1045
|
acceleratorType: "Test string",
|
|
1048
1046
|
machineType: "Test string",
|
|
1047
|
+
tpuTopology: "Test string",
|
|
1049
1048
|
},
|
|
1050
1049
|
maxReplicaCount: 42,
|
|
1051
1050
|
minReplicaCount: 42,
|
|
@@ -1223,6 +1222,7 @@ gapi.load('client', async () => {
|
|
|
1223
1222
|
acceleratorCount: 42,
|
|
1224
1223
|
acceleratorType: "Test string",
|
|
1225
1224
|
machineType: "Test string",
|
|
1225
|
+
tpuTopology: "Test string",
|
|
1226
1226
|
},
|
|
1227
1227
|
maxReplicaCount: 42,
|
|
1228
1228
|
minReplicaCount: 42,
|
|
@@ -1492,6 +1492,7 @@ gapi.load('client', async () => {
|
|
|
1492
1492
|
acceleratorCount: 42,
|
|
1493
1493
|
acceleratorType: "Test string",
|
|
1494
1494
|
machineType: "Test string",
|
|
1495
|
+
tpuTopology: "Test string",
|
|
1495
1496
|
},
|
|
1496
1497
|
maxReplicaCount: 42,
|
|
1497
1498
|
minReplicaCount: 42,
|
|
@@ -1644,6 +1645,7 @@ gapi.load('client', async () => {
|
|
|
1644
1645
|
acceleratorCount: 42,
|
|
1645
1646
|
acceleratorType: "Test string",
|
|
1646
1647
|
machineType: "Test string",
|
|
1648
|
+
tpuTopology: "Test string",
|
|
1647
1649
|
},
|
|
1648
1650
|
maxReplicaCount: 42,
|
|
1649
1651
|
minReplicaCount: 42,
|
|
@@ -2765,6 +2767,21 @@ gapi.load('client', async () => {
|
|
|
2765
2767
|
scaleType: "Test string",
|
|
2766
2768
|
}
|
|
2767
2769
|
],
|
|
2770
|
+
studyStoppingConfig: {
|
|
2771
|
+
maxDurationNoProgress: "Test string",
|
|
2772
|
+
maximumRuntimeConstraint: {
|
|
2773
|
+
endTime: "Test string",
|
|
2774
|
+
maxDuration: "Test string",
|
|
2775
|
+
},
|
|
2776
|
+
maxNumTrials: 42,
|
|
2777
|
+
maxNumTrialsNoProgress: 42,
|
|
2778
|
+
minimumRuntimeConstraint: {
|
|
2779
|
+
endTime: "Test string",
|
|
2780
|
+
maxDuration: "Test string",
|
|
2781
|
+
},
|
|
2782
|
+
minNumTrials: 42,
|
|
2783
|
+
shouldStopAsap: true,
|
|
2784
|
+
},
|
|
2768
2785
|
},
|
|
2769
2786
|
trialJobSpec: {
|
|
2770
2787
|
baseOutputDirectory: {
|
|
@@ -2775,6 +2792,7 @@ gapi.load('client', async () => {
|
|
|
2775
2792
|
experiment: "Test string",
|
|
2776
2793
|
experimentRun: "Test string",
|
|
2777
2794
|
network: "Test string",
|
|
2795
|
+
protectedArtifactLocationId: "Test string",
|
|
2778
2796
|
reservedIpRanges: [
|
|
2779
2797
|
"Test string"
|
|
2780
2798
|
],
|
|
@@ -2810,6 +2828,7 @@ gapi.load('client', async () => {
|
|
|
2810
2828
|
acceleratorCount: 42,
|
|
2811
2829
|
acceleratorType: "Test string",
|
|
2812
2830
|
machineType: "Test string",
|
|
2831
|
+
tpuTopology: "Test string",
|
|
2813
2832
|
},
|
|
2814
2833
|
nfsMounts: [
|
|
2815
2834
|
{
|
|
@@ -2959,6 +2978,7 @@ gapi.load('client', async () => {
|
|
|
2959
2978
|
acceleratorCount: 42,
|
|
2960
2979
|
acceleratorType: "Test string",
|
|
2961
2980
|
machineType: "Test string",
|
|
2981
|
+
tpuTopology: "Test string",
|
|
2962
2982
|
},
|
|
2963
2983
|
maxReplicaCount: 42,
|
|
2964
2984
|
minReplicaCount: 42,
|
|
@@ -3035,6 +3055,7 @@ gapi.load('client', async () => {
|
|
|
3035
3055
|
acceleratorCount: 42,
|
|
3036
3056
|
acceleratorType: "Test string",
|
|
3037
3057
|
machineType: "Test string",
|
|
3058
|
+
tpuTopology: "Test string",
|
|
3038
3059
|
},
|
|
3039
3060
|
maxReplicaCount: 42,
|
|
3040
3061
|
minReplicaCount: 42,
|
|
@@ -3131,6 +3152,7 @@ gapi.load('client', async () => {
|
|
|
3131
3152
|
acceleratorCount: 42,
|
|
3132
3153
|
acceleratorType: "Test string",
|
|
3133
3154
|
machineType: "Test string",
|
|
3155
|
+
tpuTopology: "Test string",
|
|
3134
3156
|
},
|
|
3135
3157
|
maxReplicaCount: 42,
|
|
3136
3158
|
minReplicaCount: 42,
|
|
@@ -3183,6 +3205,7 @@ gapi.load('client', async () => {
|
|
|
3183
3205
|
acceleratorCount: 42,
|
|
3184
3206
|
acceleratorType: "Test string",
|
|
3185
3207
|
machineType: "Test string",
|
|
3208
|
+
tpuTopology: "Test string",
|
|
3186
3209
|
},
|
|
3187
3210
|
maxReplicaCount: 42,
|
|
3188
3211
|
minReplicaCount: 42,
|
|
@@ -5081,6 +5104,7 @@ gapi.load('client', async () => {
|
|
|
5081
5104
|
experiment: "Test string",
|
|
5082
5105
|
experimentRun: "Test string",
|
|
5083
5106
|
network: "Test string",
|
|
5107
|
+
protectedArtifactLocationId: "Test string",
|
|
5084
5108
|
reservedIpRanges: [
|
|
5085
5109
|
"Test string"
|
|
5086
5110
|
],
|
|
@@ -5116,6 +5140,7 @@ gapi.load('client', async () => {
|
|
|
5116
5140
|
acceleratorCount: 42,
|
|
5117
5141
|
acceleratorType: "Test string",
|
|
5118
5142
|
machineType: "Test string",
|
|
5143
|
+
tpuTopology: "Test string",
|
|
5119
5144
|
},
|
|
5120
5145
|
nfsMounts: [
|
|
5121
5146
|
{
|
|
@@ -5157,6 +5182,7 @@ gapi.load('client', async () => {
|
|
|
5157
5182
|
experiment: "Test string",
|
|
5158
5183
|
experimentRun: "Test string",
|
|
5159
5184
|
network: "Test string",
|
|
5185
|
+
protectedArtifactLocationId: "Test string",
|
|
5160
5186
|
reservedIpRanges: [
|
|
5161
5187
|
"Test string"
|
|
5162
5188
|
],
|
|
@@ -5192,6 +5218,7 @@ gapi.load('client', async () => {
|
|
|
5192
5218
|
acceleratorCount: 42,
|
|
5193
5219
|
acceleratorType: "Test string",
|
|
5194
5220
|
machineType: "Test string",
|
|
5221
|
+
tpuTopology: "Test string",
|
|
5195
5222
|
},
|
|
5196
5223
|
nfsMounts: [
|
|
5197
5224
|
{
|
|
@@ -5334,6 +5361,7 @@ gapi.load('client', async () => {
|
|
|
5334
5361
|
acceleratorCount: 42,
|
|
5335
5362
|
acceleratorType: "Test string",
|
|
5336
5363
|
machineType: "Test string",
|
|
5364
|
+
tpuTopology: "Test string",
|
|
5337
5365
|
},
|
|
5338
5366
|
name: "Test string",
|
|
5339
5367
|
networkSpec: {
|
|
@@ -6553,6 +6581,21 @@ gapi.load('client', async () => {
|
|
|
6553
6581
|
scaleType: "Test string",
|
|
6554
6582
|
}
|
|
6555
6583
|
],
|
|
6584
|
+
studyStoppingConfig: {
|
|
6585
|
+
maxDurationNoProgress: "Test string",
|
|
6586
|
+
maximumRuntimeConstraint: {
|
|
6587
|
+
endTime: "Test string",
|
|
6588
|
+
maxDuration: "Test string",
|
|
6589
|
+
},
|
|
6590
|
+
maxNumTrials: 42,
|
|
6591
|
+
maxNumTrialsNoProgress: 42,
|
|
6592
|
+
minimumRuntimeConstraint: {
|
|
6593
|
+
endTime: "Test string",
|
|
6594
|
+
maxDuration: "Test string",
|
|
6595
|
+
},
|
|
6596
|
+
minNumTrials: 42,
|
|
6597
|
+
shouldStopAsap: true,
|
|
6598
|
+
},
|
|
6556
6599
|
},
|
|
6557
6600
|
});
|
|
6558
6601
|
/** Deletes a Study. */
|