@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20240531 → 0.0.20240618
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 +474 -120
- 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: 20240618
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -35,6 +35,8 @@ declare namespace gapi.client {
|
|
|
35
35
|
raiMediaFilteredCount?: number;
|
|
36
36
|
/** Returns rai failure reasons if any. */
|
|
37
37
|
raiMediaFilteredReasons?: string[];
|
|
38
|
+
/** Billable prediction metrics. */
|
|
39
|
+
reportingMetrics?: IntelligenceCloudAutomlXpsReportingMetrics;
|
|
38
40
|
}
|
|
39
41
|
interface CloudAiLargeModelsVisionImage {
|
|
40
42
|
/** Image encoding, encoded as "image/png" or "image/jpg". */
|
|
@@ -74,6 +76,8 @@ declare namespace gapi.client {
|
|
|
74
76
|
interface CloudAiLargeModelsVisionRaiInfo {
|
|
75
77
|
/** The list of detected labels for different rai categories. */
|
|
76
78
|
detectedLabels?: CloudAiLargeModelsVisionRaiInfoDetectedLabels[];
|
|
79
|
+
/** The model name used to indexing into the RaiFilterConfig map. Would either be one of imagegeneration@002-006, imagen-3.0-... api endpoint names, or internal names used for mapping to different filter configs (genselfie, ai_watermark) than its api endpoint. */
|
|
80
|
+
modelName?: string;
|
|
77
81
|
/** List of rai categories' information to return */
|
|
78
82
|
raiCategories?: string[];
|
|
79
83
|
/** List of rai scores mapping to the rai categories. Rounded to 1 decimal place. */
|
|
@@ -585,11 +589,13 @@ declare namespace gapi.client {
|
|
|
585
589
|
contents?: GoogleCloudAiplatformV1beta1Content[];
|
|
586
590
|
/** Output only. Creatation time of the cache entry. */
|
|
587
591
|
createTime?: string;
|
|
592
|
+
/** Optional. Immutable. The user-generated meaningful display name of the cached content. */
|
|
593
|
+
displayName?: string;
|
|
588
594
|
/** Timestamp of when this resource is considered expired. This is *always* provided on output, regardless of what was sent on input. */
|
|
589
595
|
expireTime?: string;
|
|
590
596
|
/** Immutable. The name of the publisher model to use for cached content. Format: projects/{project}/locations/{location}/publishers/{publisher}/models/{model} */
|
|
591
597
|
model?: string;
|
|
592
|
-
/** Immutable. Identifier. The resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content} */
|
|
598
|
+
/** Immutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content} */
|
|
593
599
|
name?: string;
|
|
594
600
|
/** Optional. Input only. Immutable. Developer set system instruction. Currently, text only */
|
|
595
601
|
systemInstruction?: GoogleCloudAiplatformV1beta1Content;
|
|
@@ -1085,50 +1091,6 @@ declare namespace gapi.client {
|
|
|
1085
1091
|
/** Output only. Timestamp when this Dataset was last updated. */
|
|
1086
1092
|
updateTime?: string;
|
|
1087
1093
|
}
|
|
1088
|
-
interface GoogleCloudAiplatformV1beta1DatasetDistribution {
|
|
1089
|
-
/** Output only. Defines the histogram bucket. */
|
|
1090
|
-
buckets?: GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket[];
|
|
1091
|
-
/** Output only. The maximum of the population values. */
|
|
1092
|
-
max?: number;
|
|
1093
|
-
/** Output only. The arithmetic mean of the values in the population. */
|
|
1094
|
-
mean?: number;
|
|
1095
|
-
/** Output only. The median of the values in the population. */
|
|
1096
|
-
median?: number;
|
|
1097
|
-
/** Output only. The minimum of the population values. */
|
|
1098
|
-
min?: number;
|
|
1099
|
-
/** Output only. The 5th percentile of the values in the population. */
|
|
1100
|
-
p5?: number;
|
|
1101
|
-
/** Output only. The 95th percentile of the values in the population. */
|
|
1102
|
-
p95?: number;
|
|
1103
|
-
/** Output only. Sum of a given population of values. */
|
|
1104
|
-
sum?: number;
|
|
1105
|
-
}
|
|
1106
|
-
interface GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket {
|
|
1107
|
-
/** Output only. Number of values in the bucket. */
|
|
1108
|
-
count?: string;
|
|
1109
|
-
/** Output only. Left bound of the bucket. */
|
|
1110
|
-
left?: number;
|
|
1111
|
-
/** Output only. Right bound of the bucket. */
|
|
1112
|
-
right?: number;
|
|
1113
|
-
}
|
|
1114
|
-
interface GoogleCloudAiplatformV1beta1DatasetStats {
|
|
1115
|
-
/** Output only. Number of billable characters in the tuning dataset. */
|
|
1116
|
-
totalBillableCharacterCount?: string;
|
|
1117
|
-
/** Output only. Number of tuning characters in the tuning dataset. */
|
|
1118
|
-
totalTuningCharacterCount?: string;
|
|
1119
|
-
/** Output only. Number of examples in the tuning dataset. */
|
|
1120
|
-
tuningDatasetExampleCount?: string;
|
|
1121
|
-
/** Output only. Number of tuning steps for this Tuning Job. */
|
|
1122
|
-
tuningStepCount?: string;
|
|
1123
|
-
/** Output only. Sample user messages in the training dataset uri. */
|
|
1124
|
-
userDatasetExamples?: GoogleCloudAiplatformV1beta1Content[];
|
|
1125
|
-
/** Output only. Dataset distributions for the user input tokens. */
|
|
1126
|
-
userInputTokenDistribution?: GoogleCloudAiplatformV1beta1DatasetDistribution;
|
|
1127
|
-
/** Output only. Dataset distributions for the messages per example. */
|
|
1128
|
-
userMessagePerExampleDistribution?: GoogleCloudAiplatformV1beta1DatasetDistribution;
|
|
1129
|
-
/** Output only. Dataset distributions for the user output tokens. */
|
|
1130
|
-
userOutputTokenDistribution?: GoogleCloudAiplatformV1beta1DatasetDistribution;
|
|
1131
|
-
}
|
|
1132
1094
|
interface GoogleCloudAiplatformV1beta1DatasetVersion {
|
|
1133
1095
|
/** Output only. Name of the associated BigQuery dataset. */
|
|
1134
1096
|
bigQueryDatasetName?: string;
|
|
@@ -1368,34 +1330,6 @@ declare namespace gapi.client {
|
|
|
1368
1330
|
/** Type of the boot disk (default is "pd-ssd"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) or "pd-standard" (Persistent Disk Hard Disk Drive). */
|
|
1369
1331
|
bootDiskType?: string;
|
|
1370
1332
|
}
|
|
1371
|
-
interface GoogleCloudAiplatformV1beta1DistillationDataStats {
|
|
1372
|
-
/** Output only. Statistics computed for the training dataset. */
|
|
1373
|
-
trainingDatasetStats?: GoogleCloudAiplatformV1beta1DatasetStats;
|
|
1374
|
-
}
|
|
1375
|
-
interface GoogleCloudAiplatformV1beta1DistillationHyperParameters {
|
|
1376
|
-
/** Optional. Adapter size for distillation. */
|
|
1377
|
-
adapterSize?: string;
|
|
1378
|
-
/** Optional. Number of complete passes the model makes over the entire training dataset during training. */
|
|
1379
|
-
epochCount?: string;
|
|
1380
|
-
/** Optional. Multiplier for adjusting the default learning rate. */
|
|
1381
|
-
learningRateMultiplier?: number;
|
|
1382
|
-
}
|
|
1383
|
-
interface GoogleCloudAiplatformV1beta1DistillationSpec {
|
|
1384
|
-
/** The base teacher model that is being distilled, e.g., "gemini-1.0-pro-002". */
|
|
1385
|
-
baseTeacherModel?: string;
|
|
1386
|
-
/** Optional. Hyperparameters for Distillation. */
|
|
1387
|
-
hyperParameters?: GoogleCloudAiplatformV1beta1DistillationHyperParameters;
|
|
1388
|
-
/** Required. A path in a Cloud Storage bucket, which will be treated as the root output directory of the distillation pipeline. It is used by the system to generate the paths of output artifacts. */
|
|
1389
|
-
pipelineRootDirectory?: string;
|
|
1390
|
-
/** The student model that is being tuned, e.g., "google/gemma-2b-it". */
|
|
1391
|
-
studentModel?: string;
|
|
1392
|
-
/** Required. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file. */
|
|
1393
|
-
trainingDatasetUri?: string;
|
|
1394
|
-
/** The resource name of the Tuned teacher model. Format: `projects/{project}/locations/{location}/models/{model}`. */
|
|
1395
|
-
tunedTeacherModelSource?: string;
|
|
1396
|
-
/** Optional. Cloud Storage path to file containing validation dataset for tuning. The dataset must be formatted as a JSONL file. */
|
|
1397
|
-
validationDatasetUri?: string;
|
|
1398
|
-
}
|
|
1399
1333
|
interface GoogleCloudAiplatformV1beta1DoubleArray {
|
|
1400
1334
|
/** A list of double values. */
|
|
1401
1335
|
values?: number[];
|
|
@@ -2658,10 +2592,6 @@ declare namespace gapi.client {
|
|
|
2658
2592
|
/** Optional. Web search queries for the following-up web search. */
|
|
2659
2593
|
webSearchQueries?: string[];
|
|
2660
2594
|
}
|
|
2661
|
-
interface GoogleCloudAiplatformV1beta1HumanFeedbackConfig {
|
|
2662
|
-
/** Required. Cloud Storage path to human preference data. */
|
|
2663
|
-
preferenceDatasetUri?: string;
|
|
2664
|
-
}
|
|
2665
2595
|
interface GoogleCloudAiplatformV1beta1HyperparameterTuningJob {
|
|
2666
2596
|
/** Output only. Time when the HyperparameterTuningJob was created. */
|
|
2667
2597
|
createTime?: string;
|
|
@@ -5251,6 +5181,8 @@ declare namespace gapi.client {
|
|
|
5251
5181
|
similarityTopK?: number;
|
|
5252
5182
|
/** Optional. The query in text format to get relevant contexts. */
|
|
5253
5183
|
text?: string;
|
|
5184
|
+
/** Optional. Only return contexts with vector distance smaller than the threshold. */
|
|
5185
|
+
vectorDistanceThreshold?: number;
|
|
5254
5186
|
}
|
|
5255
5187
|
interface GoogleCloudAiplatformV1beta1RawPredictRequest {
|
|
5256
5188
|
/** The prediction input. Supports HTTP headers and arbitrary data payload. A DeployedModel may have an upper limit on the number of instances it supports per request. When this limit it is exceeded for an AutoML model, the RawPredict method returns an error. When this limit is exceeded for a custom-trained model, the behavior varies depending on the model. You can specify the schema for each instance in the predict_schemata.instance_schema_uri field when you create a Model. This schema applies when you deploy the `Model` as a `DeployedModel` to an Endpoint and use the `RawPredict` method. */
|
|
@@ -5381,32 +5313,6 @@ declare namespace gapi.client {
|
|
|
5381
5313
|
progressMessage?: string;
|
|
5382
5314
|
}
|
|
5383
5315
|
interface GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest {}
|
|
5384
|
-
interface GoogleCloudAiplatformV1beta1ReinforcementLearningDataStats {
|
|
5385
|
-
/** Output only. Statistics computed for the preference dataset. This can be either a human preference dataset or a preference dataset generated from AI feedback. */
|
|
5386
|
-
preferenceDatasetStats?: GoogleCloudAiplatformV1beta1DatasetStats;
|
|
5387
|
-
/** Output only. Statistics computed for the prompt dataset used during reinforcement learning. */
|
|
5388
|
-
promptDatasetStats?: GoogleCloudAiplatformV1beta1DatasetStats;
|
|
5389
|
-
}
|
|
5390
|
-
interface GoogleCloudAiplatformV1beta1ReinforcementLearningHyperParameters {
|
|
5391
|
-
/** Optional. Number of training epoches for the tuning job. */
|
|
5392
|
-
epochCount?: string;
|
|
5393
|
-
/** Configures Reinforcement Learning to use human feedback for preference data during tuning. */
|
|
5394
|
-
humanFeedbackConfig?: GoogleCloudAiplatformV1beta1HumanFeedbackConfig;
|
|
5395
|
-
/** Optional. KL divergence coefficient for Reinforcement Learning. */
|
|
5396
|
-
klCoefficient?: number;
|
|
5397
|
-
/** Optional. Learning rate multiplier for Reinforcement Learning. */
|
|
5398
|
-
learningRateMultiplier?: number;
|
|
5399
|
-
/** Configures Reinforcement Learning to train a reward model to learn preference. */
|
|
5400
|
-
rewardModelTrainingConfig?: GoogleCloudAiplatformV1beta1RewardModelTrainingConfig;
|
|
5401
|
-
}
|
|
5402
|
-
interface GoogleCloudAiplatformV1beta1ReinforcementLearningSpec {
|
|
5403
|
-
/** Optional. Additional hyper-parameters to use during tuning. */
|
|
5404
|
-
hyperParameters?: GoogleCloudAiplatformV1beta1ReinforcementLearningHyperParameters;
|
|
5405
|
-
/** Required. Cloud Storage path to the prompt dataset to use during Reinforcement Learning. */
|
|
5406
|
-
promptDatasetUri?: string;
|
|
5407
|
-
/** Optional. Cloud Storage path to the validation dataset to use during Reinforcement Learning. */
|
|
5408
|
-
validationDatasetUri?: string;
|
|
5409
|
-
}
|
|
5410
5316
|
interface GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest {
|
|
5411
5317
|
/** The resource names of the child Contexts. */
|
|
5412
5318
|
childContexts?: string[];
|
|
@@ -5519,12 +5425,6 @@ declare namespace gapi.client {
|
|
|
5519
5425
|
/** The contexts of the query. */
|
|
5520
5426
|
contexts?: GoogleCloudAiplatformV1beta1RagContexts;
|
|
5521
5427
|
}
|
|
5522
|
-
interface GoogleCloudAiplatformV1beta1RewardModelTrainingConfig {
|
|
5523
|
-
/** Optional. Number of training epoches for the reward model training job. */
|
|
5524
|
-
epochCount?: string;
|
|
5525
|
-
/** Optional. Learning rate multiplier for reward model training. */
|
|
5526
|
-
learningRateMultiplier?: number;
|
|
5527
|
-
}
|
|
5528
5428
|
interface GoogleCloudAiplatformV1beta1RougeInput {
|
|
5529
5429
|
/** Required. Repeated rouge instances. */
|
|
5530
5430
|
instances?: GoogleCloudAiplatformV1beta1RougeInstance[];
|
|
@@ -7989,10 +7889,6 @@ declare namespace gapi.client {
|
|
|
7989
7889
|
model?: string;
|
|
7990
7890
|
}
|
|
7991
7891
|
interface GoogleCloudAiplatformV1beta1TuningDataStats {
|
|
7992
|
-
/** Statistics for distillation. */
|
|
7993
|
-
distillationDataStats?: GoogleCloudAiplatformV1beta1DistillationDataStats;
|
|
7994
|
-
/** Statistics for reinforcement learning. */
|
|
7995
|
-
reinforcementLearningDataStats?: GoogleCloudAiplatformV1beta1ReinforcementLearningDataStats;
|
|
7996
7892
|
/** The SFT Tuning data stats. */
|
|
7997
7893
|
supervisedTuningDataStats?: GoogleCloudAiplatformV1beta1SupervisedTuningDataStats;
|
|
7998
7894
|
}
|
|
@@ -8003,8 +7899,6 @@ declare namespace gapi.client {
|
|
|
8003
7899
|
createTime?: string;
|
|
8004
7900
|
/** Optional. The description of the TuningJob. */
|
|
8005
7901
|
description?: string;
|
|
8006
|
-
/** Tuning Spec for Distillation. */
|
|
8007
|
-
distillationSpec?: GoogleCloudAiplatformV1beta1DistillationSpec;
|
|
8008
7902
|
/** Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key. */
|
|
8009
7903
|
encryptionSpec?: GoogleCloudAiplatformV1beta1EncryptionSpec;
|
|
8010
7904
|
/** Output only. Time when the TuningJob entered any of the following JobStates: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`, `JOB_STATE_EXPIRED`. */
|
|
@@ -8019,8 +7913,6 @@ declare namespace gapi.client {
|
|
|
8019
7913
|
name?: string;
|
|
8020
7914
|
/** Output only. The resource name of the PipelineJob associated with the TuningJob. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`. */
|
|
8021
7915
|
pipelineJob?: string;
|
|
8022
|
-
/** Tuning Spec for Reinforcement Learning. */
|
|
8023
|
-
reinforcementLearningSpec?: GoogleCloudAiplatformV1beta1ReinforcementLearningSpec;
|
|
8024
7916
|
/** Output only. Time when the TuningJob for the first time entered the `JOB_STATE_RUNNING` state. */
|
|
8025
7917
|
startTime?: string;
|
|
8026
7918
|
/** Output only. The detailed state of the job. */
|
|
@@ -8391,6 +8283,30 @@ declare namespace gapi.client {
|
|
|
8391
8283
|
/** The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar. */
|
|
8392
8284
|
units?: string;
|
|
8393
8285
|
}
|
|
8286
|
+
interface IntelligenceCloudAutomlXpsMetricEntry {
|
|
8287
|
+
/** For billing metrics that are using legacy sku's, set the legacy billing metric id here. This will be sent to Chemist as the "cloudbilling.googleapis.com/argentum_metric_id" label. Otherwise leave empty. */
|
|
8288
|
+
argentumMetricId?: string;
|
|
8289
|
+
/** A double value. */
|
|
8290
|
+
doubleValue?: number;
|
|
8291
|
+
/** A signed 64-bit integer value. */
|
|
8292
|
+
int64Value?: string;
|
|
8293
|
+
/** The metric name defined in the service configuration. */
|
|
8294
|
+
metricName?: string;
|
|
8295
|
+
/** Billing system labels for this (metric, value) pair. */
|
|
8296
|
+
systemLabels?: IntelligenceCloudAutomlXpsMetricEntryLabel[];
|
|
8297
|
+
}
|
|
8298
|
+
interface IntelligenceCloudAutomlXpsMetricEntryLabel {
|
|
8299
|
+
/** The name of the label. */
|
|
8300
|
+
labelName?: string;
|
|
8301
|
+
/** The value of the label. */
|
|
8302
|
+
labelValue?: string;
|
|
8303
|
+
}
|
|
8304
|
+
interface IntelligenceCloudAutomlXpsReportingMetrics {
|
|
8305
|
+
/** The effective time training used. If set, this is used for quota management and billing. Deprecated. AutoML BE doesn't use this. Don't set. */
|
|
8306
|
+
effectiveTrainingDuration?: string;
|
|
8307
|
+
/** One entry per metric name. The values must be aggregated per metric name. */
|
|
8308
|
+
metricEntries?: IntelligenceCloudAutomlXpsMetricEntry[];
|
|
8309
|
+
}
|
|
8394
8310
|
interface MediaResource {
|
|
8395
8311
|
/** Upload a file into a RagCorpus. */
|
|
8396
8312
|
upload(request: {
|
|
@@ -9112,7 +9028,7 @@ declare namespace gapi.client {
|
|
|
9112
9028
|
fields?: string;
|
|
9113
9029
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
9114
9030
|
key?: string;
|
|
9115
|
-
/** Immutable. Identifier. The resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content} */
|
|
9031
|
+
/** Immutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content} */
|
|
9116
9032
|
name: string;
|
|
9117
9033
|
/** OAuth 2.0 token for the current user. */
|
|
9118
9034
|
oauth_token?: string;
|
|
@@ -9143,7 +9059,7 @@ declare namespace gapi.client {
|
|
|
9143
9059
|
fields?: string;
|
|
9144
9060
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
9145
9061
|
key?: string;
|
|
9146
|
-
/** Immutable. Identifier. The resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content} */
|
|
9062
|
+
/** Immutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content} */
|
|
9147
9063
|
name: string;
|
|
9148
9064
|
/** OAuth 2.0 token for the current user. */
|
|
9149
9065
|
oauth_token?: string;
|
|
@@ -24003,6 +23919,151 @@ declare namespace gapi.client {
|
|
|
24003
23919
|
}): Request<GoogleCloudAiplatformV1beta1ListNasJobsResponse>;
|
|
24004
23920
|
nasTrialDetails: NasTrialDetailsResource;
|
|
24005
23921
|
}
|
|
23922
|
+
interface OperationsResource {
|
|
23923
|
+
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
|
|
23924
|
+
cancel(request?: {
|
|
23925
|
+
/** V1 error format. */
|
|
23926
|
+
'$.xgafv'?: string;
|
|
23927
|
+
/** OAuth access token. */
|
|
23928
|
+
access_token?: string;
|
|
23929
|
+
/** Data format for response. */
|
|
23930
|
+
alt?: string;
|
|
23931
|
+
/** JSONP */
|
|
23932
|
+
callback?: string;
|
|
23933
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
23934
|
+
fields?: string;
|
|
23935
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
23936
|
+
key?: string;
|
|
23937
|
+
/** The name of the operation resource to be cancelled. */
|
|
23938
|
+
name: string;
|
|
23939
|
+
/** OAuth 2.0 token for the current user. */
|
|
23940
|
+
oauth_token?: string;
|
|
23941
|
+
/** Returns response with indentations and line breaks. */
|
|
23942
|
+
prettyPrint?: boolean;
|
|
23943
|
+
/** 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. */
|
|
23944
|
+
quotaUser?: string;
|
|
23945
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23946
|
+
upload_protocol?: string;
|
|
23947
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
23948
|
+
uploadType?: string;
|
|
23949
|
+
}): Request<{}>;
|
|
23950
|
+
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
23951
|
+
delete(request?: {
|
|
23952
|
+
/** V1 error format. */
|
|
23953
|
+
'$.xgafv'?: string;
|
|
23954
|
+
/** OAuth access token. */
|
|
23955
|
+
access_token?: string;
|
|
23956
|
+
/** Data format for response. */
|
|
23957
|
+
alt?: string;
|
|
23958
|
+
/** JSONP */
|
|
23959
|
+
callback?: string;
|
|
23960
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
23961
|
+
fields?: string;
|
|
23962
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
23963
|
+
key?: string;
|
|
23964
|
+
/** The name of the operation resource to be deleted. */
|
|
23965
|
+
name: string;
|
|
23966
|
+
/** OAuth 2.0 token for the current user. */
|
|
23967
|
+
oauth_token?: string;
|
|
23968
|
+
/** Returns response with indentations and line breaks. */
|
|
23969
|
+
prettyPrint?: boolean;
|
|
23970
|
+
/** 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. */
|
|
23971
|
+
quotaUser?: string;
|
|
23972
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23973
|
+
upload_protocol?: string;
|
|
23974
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
23975
|
+
uploadType?: string;
|
|
23976
|
+
}): Request<{}>;
|
|
23977
|
+
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
23978
|
+
get(request?: {
|
|
23979
|
+
/** V1 error format. */
|
|
23980
|
+
'$.xgafv'?: string;
|
|
23981
|
+
/** OAuth access token. */
|
|
23982
|
+
access_token?: string;
|
|
23983
|
+
/** Data format for response. */
|
|
23984
|
+
alt?: string;
|
|
23985
|
+
/** JSONP */
|
|
23986
|
+
callback?: string;
|
|
23987
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
23988
|
+
fields?: string;
|
|
23989
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
23990
|
+
key?: string;
|
|
23991
|
+
/** The name of the operation resource. */
|
|
23992
|
+
name: string;
|
|
23993
|
+
/** OAuth 2.0 token for the current user. */
|
|
23994
|
+
oauth_token?: string;
|
|
23995
|
+
/** Returns response with indentations and line breaks. */
|
|
23996
|
+
prettyPrint?: boolean;
|
|
23997
|
+
/** 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. */
|
|
23998
|
+
quotaUser?: string;
|
|
23999
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24000
|
+
upload_protocol?: string;
|
|
24001
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24002
|
+
uploadType?: string;
|
|
24003
|
+
}): Request<GoogleLongrunningOperation>;
|
|
24004
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
24005
|
+
list(request?: {
|
|
24006
|
+
/** V1 error format. */
|
|
24007
|
+
'$.xgafv'?: string;
|
|
24008
|
+
/** OAuth access token. */
|
|
24009
|
+
access_token?: string;
|
|
24010
|
+
/** Data format for response. */
|
|
24011
|
+
alt?: string;
|
|
24012
|
+
/** JSONP */
|
|
24013
|
+
callback?: string;
|
|
24014
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24015
|
+
fields?: string;
|
|
24016
|
+
/** The standard list filter. */
|
|
24017
|
+
filter?: string;
|
|
24018
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24019
|
+
key?: string;
|
|
24020
|
+
/** The name of the operation's parent resource. */
|
|
24021
|
+
name: string;
|
|
24022
|
+
/** OAuth 2.0 token for the current user. */
|
|
24023
|
+
oauth_token?: string;
|
|
24024
|
+
/** The standard list page size. */
|
|
24025
|
+
pageSize?: number;
|
|
24026
|
+
/** The standard list page token. */
|
|
24027
|
+
pageToken?: string;
|
|
24028
|
+
/** Returns response with indentations and line breaks. */
|
|
24029
|
+
prettyPrint?: boolean;
|
|
24030
|
+
/** 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. */
|
|
24031
|
+
quotaUser?: string;
|
|
24032
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24033
|
+
upload_protocol?: string;
|
|
24034
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24035
|
+
uploadType?: string;
|
|
24036
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
24037
|
+
/** Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done. */
|
|
24038
|
+
wait(request?: {
|
|
24039
|
+
/** V1 error format. */
|
|
24040
|
+
'$.xgafv'?: string;
|
|
24041
|
+
/** OAuth access token. */
|
|
24042
|
+
access_token?: string;
|
|
24043
|
+
/** Data format for response. */
|
|
24044
|
+
alt?: string;
|
|
24045
|
+
/** JSONP */
|
|
24046
|
+
callback?: string;
|
|
24047
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24048
|
+
fields?: string;
|
|
24049
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24050
|
+
key?: string;
|
|
24051
|
+
/** The name of the operation resource to wait on. */
|
|
24052
|
+
name: string;
|
|
24053
|
+
/** OAuth 2.0 token for the current user. */
|
|
24054
|
+
oauth_token?: string;
|
|
24055
|
+
/** Returns response with indentations and line breaks. */
|
|
24056
|
+
prettyPrint?: boolean;
|
|
24057
|
+
/** 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. */
|
|
24058
|
+
quotaUser?: string;
|
|
24059
|
+
/** The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used. */
|
|
24060
|
+
timeout?: string;
|
|
24061
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24062
|
+
upload_protocol?: string;
|
|
24063
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24064
|
+
uploadType?: string;
|
|
24065
|
+
}): Request<GoogleLongrunningOperation>;
|
|
24066
|
+
}
|
|
24006
24067
|
interface NotebookExecutionJobsResource {
|
|
24007
24068
|
/** Creates a NotebookExecutionJob. */
|
|
24008
24069
|
create(request: {
|
|
@@ -24274,6 +24335,152 @@ declare namespace gapi.client {
|
|
|
24274
24335
|
},
|
|
24275
24336
|
body: GoogleCloudAiplatformV1beta1ReportExecutionEventRequest
|
|
24276
24337
|
): Request<{}>;
|
|
24338
|
+
operations: OperationsResource;
|
|
24339
|
+
}
|
|
24340
|
+
interface OperationsResource {
|
|
24341
|
+
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
|
|
24342
|
+
cancel(request?: {
|
|
24343
|
+
/** V1 error format. */
|
|
24344
|
+
'$.xgafv'?: string;
|
|
24345
|
+
/** OAuth access token. */
|
|
24346
|
+
access_token?: string;
|
|
24347
|
+
/** Data format for response. */
|
|
24348
|
+
alt?: string;
|
|
24349
|
+
/** JSONP */
|
|
24350
|
+
callback?: string;
|
|
24351
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24352
|
+
fields?: string;
|
|
24353
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24354
|
+
key?: string;
|
|
24355
|
+
/** The name of the operation resource to be cancelled. */
|
|
24356
|
+
name: string;
|
|
24357
|
+
/** OAuth 2.0 token for the current user. */
|
|
24358
|
+
oauth_token?: string;
|
|
24359
|
+
/** Returns response with indentations and line breaks. */
|
|
24360
|
+
prettyPrint?: boolean;
|
|
24361
|
+
/** 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. */
|
|
24362
|
+
quotaUser?: string;
|
|
24363
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24364
|
+
upload_protocol?: string;
|
|
24365
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24366
|
+
uploadType?: string;
|
|
24367
|
+
}): Request<{}>;
|
|
24368
|
+
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
24369
|
+
delete(request?: {
|
|
24370
|
+
/** V1 error format. */
|
|
24371
|
+
'$.xgafv'?: string;
|
|
24372
|
+
/** OAuth access token. */
|
|
24373
|
+
access_token?: string;
|
|
24374
|
+
/** Data format for response. */
|
|
24375
|
+
alt?: string;
|
|
24376
|
+
/** JSONP */
|
|
24377
|
+
callback?: string;
|
|
24378
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24379
|
+
fields?: string;
|
|
24380
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24381
|
+
key?: string;
|
|
24382
|
+
/** The name of the operation resource to be deleted. */
|
|
24383
|
+
name: string;
|
|
24384
|
+
/** OAuth 2.0 token for the current user. */
|
|
24385
|
+
oauth_token?: string;
|
|
24386
|
+
/** Returns response with indentations and line breaks. */
|
|
24387
|
+
prettyPrint?: boolean;
|
|
24388
|
+
/** 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. */
|
|
24389
|
+
quotaUser?: string;
|
|
24390
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24391
|
+
upload_protocol?: string;
|
|
24392
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24393
|
+
uploadType?: string;
|
|
24394
|
+
}): Request<{}>;
|
|
24395
|
+
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
24396
|
+
get(request?: {
|
|
24397
|
+
/** V1 error format. */
|
|
24398
|
+
'$.xgafv'?: string;
|
|
24399
|
+
/** OAuth access token. */
|
|
24400
|
+
access_token?: string;
|
|
24401
|
+
/** Data format for response. */
|
|
24402
|
+
alt?: string;
|
|
24403
|
+
/** JSONP */
|
|
24404
|
+
callback?: string;
|
|
24405
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24406
|
+
fields?: string;
|
|
24407
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24408
|
+
key?: string;
|
|
24409
|
+
/** The name of the operation resource. */
|
|
24410
|
+
name: string;
|
|
24411
|
+
/** OAuth 2.0 token for the current user. */
|
|
24412
|
+
oauth_token?: string;
|
|
24413
|
+
/** Returns response with indentations and line breaks. */
|
|
24414
|
+
prettyPrint?: boolean;
|
|
24415
|
+
/** 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. */
|
|
24416
|
+
quotaUser?: string;
|
|
24417
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24418
|
+
upload_protocol?: string;
|
|
24419
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24420
|
+
uploadType?: string;
|
|
24421
|
+
}): Request<GoogleLongrunningOperation>;
|
|
24422
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
24423
|
+
list(request?: {
|
|
24424
|
+
/** V1 error format. */
|
|
24425
|
+
'$.xgafv'?: string;
|
|
24426
|
+
/** OAuth access token. */
|
|
24427
|
+
access_token?: string;
|
|
24428
|
+
/** Data format for response. */
|
|
24429
|
+
alt?: string;
|
|
24430
|
+
/** JSONP */
|
|
24431
|
+
callback?: string;
|
|
24432
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24433
|
+
fields?: string;
|
|
24434
|
+
/** The standard list filter. */
|
|
24435
|
+
filter?: string;
|
|
24436
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24437
|
+
key?: string;
|
|
24438
|
+
/** The name of the operation's parent resource. */
|
|
24439
|
+
name: string;
|
|
24440
|
+
/** OAuth 2.0 token for the current user. */
|
|
24441
|
+
oauth_token?: string;
|
|
24442
|
+
/** The standard list page size. */
|
|
24443
|
+
pageSize?: number;
|
|
24444
|
+
/** The standard list page token. */
|
|
24445
|
+
pageToken?: string;
|
|
24446
|
+
/** Returns response with indentations and line breaks. */
|
|
24447
|
+
prettyPrint?: boolean;
|
|
24448
|
+
/** 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. */
|
|
24449
|
+
quotaUser?: string;
|
|
24450
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24451
|
+
upload_protocol?: string;
|
|
24452
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24453
|
+
uploadType?: string;
|
|
24454
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
24455
|
+
/** Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done. */
|
|
24456
|
+
wait(request?: {
|
|
24457
|
+
/** V1 error format. */
|
|
24458
|
+
'$.xgafv'?: string;
|
|
24459
|
+
/** OAuth access token. */
|
|
24460
|
+
access_token?: string;
|
|
24461
|
+
/** Data format for response. */
|
|
24462
|
+
alt?: string;
|
|
24463
|
+
/** JSONP */
|
|
24464
|
+
callback?: string;
|
|
24465
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24466
|
+
fields?: string;
|
|
24467
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24468
|
+
key?: string;
|
|
24469
|
+
/** The name of the operation resource to wait on. */
|
|
24470
|
+
name: string;
|
|
24471
|
+
/** OAuth 2.0 token for the current user. */
|
|
24472
|
+
oauth_token?: string;
|
|
24473
|
+
/** Returns response with indentations and line breaks. */
|
|
24474
|
+
prettyPrint?: boolean;
|
|
24475
|
+
/** 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. */
|
|
24476
|
+
quotaUser?: string;
|
|
24477
|
+
/** The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used. */
|
|
24478
|
+
timeout?: string;
|
|
24479
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24480
|
+
upload_protocol?: string;
|
|
24481
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24482
|
+
uploadType?: string;
|
|
24483
|
+
}): Request<GoogleLongrunningOperation>;
|
|
24277
24484
|
}
|
|
24278
24485
|
interface NotebookRuntimesResource {
|
|
24279
24486
|
/** Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns an existing assignment or generates a new one. */
|
|
@@ -24656,6 +24863,152 @@ declare namespace gapi.client {
|
|
|
24656
24863
|
},
|
|
24657
24864
|
body: GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest
|
|
24658
24865
|
): Request<GoogleLongrunningOperation>;
|
|
24866
|
+
operations: OperationsResource;
|
|
24867
|
+
}
|
|
24868
|
+
interface OperationsResource {
|
|
24869
|
+
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
|
|
24870
|
+
cancel(request?: {
|
|
24871
|
+
/** V1 error format. */
|
|
24872
|
+
'$.xgafv'?: string;
|
|
24873
|
+
/** OAuth access token. */
|
|
24874
|
+
access_token?: string;
|
|
24875
|
+
/** Data format for response. */
|
|
24876
|
+
alt?: string;
|
|
24877
|
+
/** JSONP */
|
|
24878
|
+
callback?: string;
|
|
24879
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24880
|
+
fields?: string;
|
|
24881
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24882
|
+
key?: string;
|
|
24883
|
+
/** The name of the operation resource to be cancelled. */
|
|
24884
|
+
name: string;
|
|
24885
|
+
/** OAuth 2.0 token for the current user. */
|
|
24886
|
+
oauth_token?: string;
|
|
24887
|
+
/** Returns response with indentations and line breaks. */
|
|
24888
|
+
prettyPrint?: boolean;
|
|
24889
|
+
/** 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. */
|
|
24890
|
+
quotaUser?: string;
|
|
24891
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24892
|
+
upload_protocol?: string;
|
|
24893
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24894
|
+
uploadType?: string;
|
|
24895
|
+
}): Request<{}>;
|
|
24896
|
+
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
24897
|
+
delete(request?: {
|
|
24898
|
+
/** V1 error format. */
|
|
24899
|
+
'$.xgafv'?: string;
|
|
24900
|
+
/** OAuth access token. */
|
|
24901
|
+
access_token?: string;
|
|
24902
|
+
/** Data format for response. */
|
|
24903
|
+
alt?: string;
|
|
24904
|
+
/** JSONP */
|
|
24905
|
+
callback?: string;
|
|
24906
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24907
|
+
fields?: string;
|
|
24908
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24909
|
+
key?: string;
|
|
24910
|
+
/** The name of the operation resource to be deleted. */
|
|
24911
|
+
name: string;
|
|
24912
|
+
/** OAuth 2.0 token for the current user. */
|
|
24913
|
+
oauth_token?: string;
|
|
24914
|
+
/** Returns response with indentations and line breaks. */
|
|
24915
|
+
prettyPrint?: boolean;
|
|
24916
|
+
/** 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. */
|
|
24917
|
+
quotaUser?: string;
|
|
24918
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24919
|
+
upload_protocol?: string;
|
|
24920
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24921
|
+
uploadType?: string;
|
|
24922
|
+
}): Request<{}>;
|
|
24923
|
+
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
24924
|
+
get(request?: {
|
|
24925
|
+
/** V1 error format. */
|
|
24926
|
+
'$.xgafv'?: string;
|
|
24927
|
+
/** OAuth access token. */
|
|
24928
|
+
access_token?: string;
|
|
24929
|
+
/** Data format for response. */
|
|
24930
|
+
alt?: string;
|
|
24931
|
+
/** JSONP */
|
|
24932
|
+
callback?: string;
|
|
24933
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24934
|
+
fields?: string;
|
|
24935
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24936
|
+
key?: string;
|
|
24937
|
+
/** The name of the operation resource. */
|
|
24938
|
+
name: string;
|
|
24939
|
+
/** OAuth 2.0 token for the current user. */
|
|
24940
|
+
oauth_token?: string;
|
|
24941
|
+
/** Returns response with indentations and line breaks. */
|
|
24942
|
+
prettyPrint?: boolean;
|
|
24943
|
+
/** 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. */
|
|
24944
|
+
quotaUser?: string;
|
|
24945
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24946
|
+
upload_protocol?: string;
|
|
24947
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24948
|
+
uploadType?: string;
|
|
24949
|
+
}): Request<GoogleLongrunningOperation>;
|
|
24950
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
24951
|
+
list(request?: {
|
|
24952
|
+
/** V1 error format. */
|
|
24953
|
+
'$.xgafv'?: string;
|
|
24954
|
+
/** OAuth access token. */
|
|
24955
|
+
access_token?: string;
|
|
24956
|
+
/** Data format for response. */
|
|
24957
|
+
alt?: string;
|
|
24958
|
+
/** JSONP */
|
|
24959
|
+
callback?: string;
|
|
24960
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24961
|
+
fields?: string;
|
|
24962
|
+
/** The standard list filter. */
|
|
24963
|
+
filter?: string;
|
|
24964
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24965
|
+
key?: string;
|
|
24966
|
+
/** The name of the operation's parent resource. */
|
|
24967
|
+
name: string;
|
|
24968
|
+
/** OAuth 2.0 token for the current user. */
|
|
24969
|
+
oauth_token?: string;
|
|
24970
|
+
/** The standard list page size. */
|
|
24971
|
+
pageSize?: number;
|
|
24972
|
+
/** The standard list page token. */
|
|
24973
|
+
pageToken?: string;
|
|
24974
|
+
/** Returns response with indentations and line breaks. */
|
|
24975
|
+
prettyPrint?: boolean;
|
|
24976
|
+
/** 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. */
|
|
24977
|
+
quotaUser?: string;
|
|
24978
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24979
|
+
upload_protocol?: string;
|
|
24980
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24981
|
+
uploadType?: string;
|
|
24982
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
24983
|
+
/** Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done. */
|
|
24984
|
+
wait(request?: {
|
|
24985
|
+
/** V1 error format. */
|
|
24986
|
+
'$.xgafv'?: string;
|
|
24987
|
+
/** OAuth access token. */
|
|
24988
|
+
access_token?: string;
|
|
24989
|
+
/** Data format for response. */
|
|
24990
|
+
alt?: string;
|
|
24991
|
+
/** JSONP */
|
|
24992
|
+
callback?: string;
|
|
24993
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24994
|
+
fields?: string;
|
|
24995
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24996
|
+
key?: string;
|
|
24997
|
+
/** The name of the operation resource to wait on. */
|
|
24998
|
+
name: string;
|
|
24999
|
+
/** OAuth 2.0 token for the current user. */
|
|
25000
|
+
oauth_token?: string;
|
|
25001
|
+
/** Returns response with indentations and line breaks. */
|
|
25002
|
+
prettyPrint?: boolean;
|
|
25003
|
+
/** 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. */
|
|
25004
|
+
quotaUser?: string;
|
|
25005
|
+
/** The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used. */
|
|
25006
|
+
timeout?: string;
|
|
25007
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
25008
|
+
upload_protocol?: string;
|
|
25009
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
25010
|
+
uploadType?: string;
|
|
25011
|
+
}): Request<GoogleLongrunningOperation>;
|
|
24659
25012
|
}
|
|
24660
25013
|
interface NotebookRuntimeTemplatesResource {
|
|
24661
25014
|
/** Creates a NotebookRuntimeTemplate. */
|
|
@@ -24961,6 +25314,7 @@ declare namespace gapi.client {
|
|
|
24961
25314
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24962
25315
|
uploadType?: string;
|
|
24963
25316
|
}): Request<GoogleIamV1TestIamPermissionsResponse>;
|
|
25317
|
+
operations: OperationsResource;
|
|
24964
25318
|
}
|
|
24965
25319
|
interface OperationsResource {
|
|
24966
25320
|
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
|