@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20230908 → 0.0.20230914
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 +25 -14
- package/package.json +1 -1
- package/tests.ts +4 -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:
|
|
12
|
+
// Revision: 20230914
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -984,7 +984,7 @@ declare namespace gapi.client {
|
|
|
984
984
|
GoogleCloudAiplatformV1beta1PipelineJob;
|
|
985
985
|
/**
|
|
986
986
|
* 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
|
|
987
|
-
* than 128 characters, and valid characters are
|
|
987
|
+
* than 128 characters, and valid characters are `/a-z-/`.
|
|
988
988
|
*/
|
|
989
989
|
pipelineJobId?:
|
|
990
990
|
string;
|
|
@@ -1016,7 +1016,7 @@ declare namespace gapi.client {
|
|
|
1016
1016
|
GoogleCloudAiplatformV1beta1TensorboardRun;
|
|
1017
1017
|
/**
|
|
1018
1018
|
* Required. The ID to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name. This value should be 1-128 characters, and valid
|
|
1019
|
-
* characters are
|
|
1019
|
+
* characters are `/a-z-/`.
|
|
1020
1020
|
*/
|
|
1021
1021
|
tensorboardRunId?:
|
|
1022
1022
|
string;
|
|
@@ -1509,7 +1509,8 @@ declare namespace gapi.client {
|
|
|
1509
1509
|
/**
|
|
1510
1510
|
* Optional. A list of reserved ip ranges under the VPC network that can be used for this DeployedIndex. If set, we will deploy the index within the provided ip ranges. Otherwise, the
|
|
1511
1511
|
* index might be deployed to any ip ranges under the provided VPC network. The value should be the name of the address
|
|
1512
|
-
* (https://cloud.google.com/compute/docs/reference/rest/v1/addresses) Example: 'vertex-ai-ip-range'.
|
|
1512
|
+
* (https://cloud.google.com/compute/docs/reference/rest/v1/addresses) Example: ['vertex-ai-ip-range']. For more information about subnets and network IP ranges, please see
|
|
1513
|
+
* https://cloud.google.com/vpc/docs/subnets#manually_created_subnet_ip_ranges.
|
|
1513
1514
|
*/
|
|
1514
1515
|
reservedIpRanges?:
|
|
1515
1516
|
string[];
|
|
@@ -1573,7 +1574,7 @@ declare namespace gapi.client {
|
|
|
1573
1574
|
GoogleCloudAiplatformV1beta1ExplanationSpec;
|
|
1574
1575
|
/**
|
|
1575
1576
|
* Immutable. The ID of the DeployedModel. If not provided upon deployment, Vertex AI will generate a value for this ID. This value should be 1-10 characters, and valid characters are
|
|
1576
|
-
*
|
|
1577
|
+
* `/[0-9]/`.
|
|
1577
1578
|
*/
|
|
1578
1579
|
id?:
|
|
1579
1580
|
string;
|
|
@@ -4965,6 +4966,16 @@ declare namespace gapi.client {
|
|
|
4965
4966
|
/** Output only. The health state of the NotebookRuntime. */
|
|
4966
4967
|
healthState?:
|
|
4967
4968
|
string;
|
|
4969
|
+
/**
|
|
4970
|
+
* The labels with user-defined metadata to organize your NotebookRuntime. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase
|
|
4971
|
+
* letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Dataset (System labels are
|
|
4972
|
+
* excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
|
|
4973
|
+
* Following system labels exist for NotebookRuntime: * "aiplatform.googleapis.com/notebook_runtime_gce_instance_id": output only, its value is the Compute Engine instance id. *
|
|
4974
|
+
* "aiplatform.googleapis.com/colab_enterprise_entry_service": its value is either "BigQuery" or "Vertex"; if absent, it should be "Vertex". This is to describe the entry service,
|
|
4975
|
+
* either BigQuery or Vertex.
|
|
4976
|
+
*/
|
|
4977
|
+
labels?:
|
|
4978
|
+
{ [P in string]: string };
|
|
4968
4979
|
/** Output only. The resource name of the NotebookRuntime. */
|
|
4969
4980
|
name?:
|
|
4970
4981
|
string;
|
|
@@ -5021,7 +5032,7 @@ declare namespace gapi.client {
|
|
|
5021
5032
|
*/
|
|
5022
5033
|
labels?:
|
|
5023
5034
|
{ [P in string]: string };
|
|
5024
|
-
/**
|
|
5035
|
+
/** Optional. Immutable. The specification of a single machine for the template. */
|
|
5025
5036
|
machineSpec?:
|
|
5026
5037
|
GoogleCloudAiplatformV1beta1MachineSpec;
|
|
5027
5038
|
/** Output only. The resource name of the NotebookRuntimeTemplate. */
|
|
@@ -28612,7 +28623,7 @@ declare namespace gapi.client {
|
|
|
28612
28623
|
string;
|
|
28613
28624
|
/**
|
|
28614
28625
|
* Required. The ID to use for the PersistentResource, which become the final component of the PersistentResource's resource name. The maximum length is 63 characters, and valid
|
|
28615
|
-
* characters are
|
|
28626
|
+
* characters are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
|
|
28616
28627
|
*/
|
|
28617
28628
|
persistentResourceId?:
|
|
28618
28629
|
string;
|
|
@@ -28659,7 +28670,7 @@ declare namespace gapi.client {
|
|
|
28659
28670
|
string;
|
|
28660
28671
|
/**
|
|
28661
28672
|
* Required. The ID to use for the PersistentResource, which become the final component of the PersistentResource's resource name. The maximum length is 63 characters, and valid
|
|
28662
|
-
* characters are
|
|
28673
|
+
* characters are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
|
|
28663
28674
|
*/
|
|
28664
28675
|
persistentResourceId?:
|
|
28665
28676
|
string;
|
|
@@ -29233,7 +29244,7 @@ declare namespace gapi.client {
|
|
|
29233
29244
|
string;
|
|
29234
29245
|
/**
|
|
29235
29246
|
* 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
|
|
29236
|
-
* less than 128 characters, and valid characters are
|
|
29247
|
+
* less than 128 characters, and valid characters are `/a-z-/`.
|
|
29237
29248
|
*/
|
|
29238
29249
|
pipelineJobId?:
|
|
29239
29250
|
string;
|
|
@@ -29280,7 +29291,7 @@ declare namespace gapi.client {
|
|
|
29280
29291
|
string;
|
|
29281
29292
|
/**
|
|
29282
29293
|
* 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
|
|
29283
|
-
* less than 128 characters, and valid characters are
|
|
29294
|
+
* less than 128 characters, and valid characters are `/a-z-/`.
|
|
29284
29295
|
*/
|
|
29285
29296
|
pipelineJobId?:
|
|
29286
29297
|
string;
|
|
@@ -34068,7 +34079,7 @@ declare namespace gapi.client {
|
|
|
34068
34079
|
string;
|
|
34069
34080
|
/**
|
|
34070
34081
|
* Required. The ID to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name. This value should be 1-128 characters, and valid
|
|
34071
|
-
* characters are
|
|
34082
|
+
* characters are `/a-z-/`.
|
|
34072
34083
|
*/
|
|
34073
34084
|
tensorboardRunId?:
|
|
34074
34085
|
string;
|
|
@@ -34118,7 +34129,7 @@ declare namespace gapi.client {
|
|
|
34118
34129
|
string;
|
|
34119
34130
|
/**
|
|
34120
34131
|
* Required. The ID to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name. This value should be 1-128 characters, and valid
|
|
34121
|
-
* characters are
|
|
34132
|
+
* characters are `/a-z-/`.
|
|
34122
34133
|
*/
|
|
34123
34134
|
tensorboardRunId?:
|
|
34124
34135
|
string;
|
|
@@ -34491,7 +34502,7 @@ declare namespace gapi.client {
|
|
|
34491
34502
|
string;
|
|
34492
34503
|
/**
|
|
34493
34504
|
* Required. The ID to use for the Tensorboard experiment, which becomes the final component of the Tensorboard experiment's resource name. This value should be 1-128 characters,
|
|
34494
|
-
* and valid characters are
|
|
34505
|
+
* and valid characters are `/a-z-/`.
|
|
34495
34506
|
*/
|
|
34496
34507
|
tensorboardExperimentId?:
|
|
34497
34508
|
string;
|
|
@@ -34538,7 +34549,7 @@ declare namespace gapi.client {
|
|
|
34538
34549
|
string;
|
|
34539
34550
|
/**
|
|
34540
34551
|
* Required. The ID to use for the Tensorboard experiment, which becomes the final component of the Tensorboard experiment's resource name. This value should be 1-128 characters,
|
|
34541
|
-
* and valid characters are
|
|
34552
|
+
* and valid characters are `/a-z-/`.
|
|
34542
34553
|
*/
|
|
34543
34554
|
tensorboardExperimentId?:
|
|
34544
34555
|
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: 20230914
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -5974,6 +5974,9 @@ gapi.load('client', async () => {
|
|
|
5974
5974
|
displayName: "Test string",
|
|
5975
5975
|
expirationTime: "Test string",
|
|
5976
5976
|
healthState: "Test string",
|
|
5977
|
+
labels: {
|
|
5978
|
+
A: "Test string"
|
|
5979
|
+
},
|
|
5977
5980
|
name: "Test string",
|
|
5978
5981
|
notebookRuntimeTemplateRef: {
|
|
5979
5982
|
notebookRuntimeTemplate: "Test string",
|