@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20231229 → 0.0.20240105
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 +1 -5
- 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=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240105
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -4197,10 +4197,6 @@ declare namespace gapi.client {
|
|
|
4197
4197
|
/** Number of times the user has read data within the Tensorboard. */
|
|
4198
4198
|
viewCount?: string;
|
|
4199
4199
|
}
|
|
4200
|
-
interface GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata {
|
|
4201
|
-
/** Operation metadata for PersistentResource. */
|
|
4202
|
-
genericMetadata?: GoogleCloudAiplatformV1beta1GenericOperationMetadata;
|
|
4203
|
-
}
|
|
4204
4200
|
interface GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest {
|
|
4205
4201
|
/** The resource names of the child Contexts. */
|
|
4206
4202
|
childContexts?: string[];
|