@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20240609 → 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 +472 -59
- 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240618
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -31,6 +31,8 @@ declare namespace gapi.client {
|
|
|
31
31
|
raiMediaFilteredCount?: number;
|
|
32
32
|
/** Returns rai failure reasons if any. */
|
|
33
33
|
raiMediaFilteredReasons?: string[];
|
|
34
|
+
/** Billable prediction metrics. */
|
|
35
|
+
reportingMetrics?: IntelligenceCloudAutomlXpsReportingMetrics;
|
|
34
36
|
}
|
|
35
37
|
interface CloudAiLargeModelsVisionImage {
|
|
36
38
|
/** Image encoding, encoded as "image/png" or "image/jpg". */
|
|
@@ -70,6 +72,8 @@ declare namespace gapi.client {
|
|
|
70
72
|
interface CloudAiLargeModelsVisionRaiInfo {
|
|
71
73
|
/** The list of detected labels for different rai categories. */
|
|
72
74
|
detectedLabels?: CloudAiLargeModelsVisionRaiInfoDetectedLabels[];
|
|
75
|
+
/** 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. */
|
|
76
|
+
modelName?: string;
|
|
73
77
|
/** List of rai categories' information to return */
|
|
74
78
|
raiCategories?: string[];
|
|
75
79
|
/** List of rai scores mapping to the rai categories. Rounded to 1 decimal place. */
|
|
@@ -920,50 +924,6 @@ declare namespace gapi.client {
|
|
|
920
924
|
/** Output only. Timestamp when this Dataset was last updated. */
|
|
921
925
|
updateTime?: string;
|
|
922
926
|
}
|
|
923
|
-
interface GoogleCloudAiplatformV1DatasetDistribution {
|
|
924
|
-
/** Output only. Defines the histogram bucket. */
|
|
925
|
-
buckets?: GoogleCloudAiplatformV1DatasetDistributionDistributionBucket[];
|
|
926
|
-
/** Output only. The maximum of the population values. */
|
|
927
|
-
max?: number;
|
|
928
|
-
/** Output only. The arithmetic mean of the values in the population. */
|
|
929
|
-
mean?: number;
|
|
930
|
-
/** Output only. The median of the values in the population. */
|
|
931
|
-
median?: number;
|
|
932
|
-
/** Output only. The minimum of the population values. */
|
|
933
|
-
min?: number;
|
|
934
|
-
/** Output only. The 5th percentile of the values in the population. */
|
|
935
|
-
p5?: number;
|
|
936
|
-
/** Output only. The 95th percentile of the values in the population. */
|
|
937
|
-
p95?: number;
|
|
938
|
-
/** Output only. Sum of a given population of values. */
|
|
939
|
-
sum?: number;
|
|
940
|
-
}
|
|
941
|
-
interface GoogleCloudAiplatformV1DatasetDistributionDistributionBucket {
|
|
942
|
-
/** Output only. Number of values in the bucket. */
|
|
943
|
-
count?: string;
|
|
944
|
-
/** Output only. Left bound of the bucket. */
|
|
945
|
-
left?: number;
|
|
946
|
-
/** Output only. Right bound of the bucket. */
|
|
947
|
-
right?: number;
|
|
948
|
-
}
|
|
949
|
-
interface GoogleCloudAiplatformV1DatasetStats {
|
|
950
|
-
/** Output only. Number of billable characters in the tuning dataset. */
|
|
951
|
-
totalBillableCharacterCount?: string;
|
|
952
|
-
/** Output only. Number of tuning characters in the tuning dataset. */
|
|
953
|
-
totalTuningCharacterCount?: string;
|
|
954
|
-
/** Output only. Number of examples in the tuning dataset. */
|
|
955
|
-
tuningDatasetExampleCount?: string;
|
|
956
|
-
/** Output only. Number of tuning steps for this Tuning Job. */
|
|
957
|
-
tuningStepCount?: string;
|
|
958
|
-
/** Output only. Sample user messages in the training dataset uri. */
|
|
959
|
-
userDatasetExamples?: GoogleCloudAiplatformV1Content[];
|
|
960
|
-
/** Output only. Dataset distributions for the user input tokens. */
|
|
961
|
-
userInputTokenDistribution?: GoogleCloudAiplatformV1DatasetDistribution;
|
|
962
|
-
/** Output only. Dataset distributions for the messages per example. */
|
|
963
|
-
userMessagePerExampleDistribution?: GoogleCloudAiplatformV1DatasetDistribution;
|
|
964
|
-
/** Output only. Dataset distributions for the user output tokens. */
|
|
965
|
-
userOutputTokenDistribution?: GoogleCloudAiplatformV1DatasetDistribution;
|
|
966
|
-
}
|
|
967
927
|
interface GoogleCloudAiplatformV1DatasetVersion {
|
|
968
928
|
/** Output only. Name of the associated BigQuery dataset. */
|
|
969
929
|
bigQueryDatasetName?: string;
|
|
@@ -1198,10 +1158,6 @@ declare namespace gapi.client {
|
|
|
1198
1158
|
/** 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). */
|
|
1199
1159
|
bootDiskType?: string;
|
|
1200
1160
|
}
|
|
1201
|
-
interface GoogleCloudAiplatformV1DistillationDataStats {
|
|
1202
|
-
/** Output only. Statistics computed for the training dataset. */
|
|
1203
|
-
trainingDatasetStats?: GoogleCloudAiplatformV1DatasetStats;
|
|
1204
|
-
}
|
|
1205
1161
|
interface GoogleCloudAiplatformV1DoubleArray {
|
|
1206
1162
|
/** A list of double values. */
|
|
1207
1163
|
values?: number[];
|
|
@@ -3653,6 +3609,8 @@ declare namespace gapi.client {
|
|
|
3653
3609
|
network?: string;
|
|
3654
3610
|
/** The spec of the pipeline. */
|
|
3655
3611
|
pipelineSpec?: {[P in string]: any};
|
|
3612
|
+
/** Optional. Whether to do component level validations before job creation. */
|
|
3613
|
+
preflightValidations?: boolean;
|
|
3656
3614
|
/** A list of names for the reserved ip ranges under the VPC network that can be used for this Pipeline Job's workload. If set, we will deploy the Pipeline Job's workload within the provided ip ranges. Otherwise, the job will be deployed to any ip ranges under the provided VPC network. Example: ['vertex-ai-ip-range']. */
|
|
3657
3615
|
reservedIpRanges?: string[];
|
|
3658
3616
|
/** Runtime config of the pipeline. */
|
|
@@ -4141,12 +4099,6 @@ declare namespace gapi.client {
|
|
|
4141
4099
|
progressMessage?: string;
|
|
4142
4100
|
}
|
|
4143
4101
|
interface GoogleCloudAiplatformV1RebootPersistentResourceRequest {}
|
|
4144
|
-
interface GoogleCloudAiplatformV1ReinforcementLearningDataStats {
|
|
4145
|
-
/** Output only. Statistics computed for the preference dataset. This can be either a human preference dataset or a preference dataset generated from AI feedback. */
|
|
4146
|
-
preferenceDatasetStats?: GoogleCloudAiplatformV1DatasetStats;
|
|
4147
|
-
/** Output only. Statistics computed for the prompt dataset used during reinforcement learning. */
|
|
4148
|
-
promptDatasetStats?: GoogleCloudAiplatformV1DatasetStats;
|
|
4149
|
-
}
|
|
4150
4102
|
interface GoogleCloudAiplatformV1RemoveContextChildrenRequest {
|
|
4151
4103
|
/** The resource names of the child Contexts. */
|
|
4152
4104
|
childContexts?: string[];
|
|
@@ -6356,10 +6308,6 @@ declare namespace gapi.client {
|
|
|
6356
6308
|
model?: string;
|
|
6357
6309
|
}
|
|
6358
6310
|
interface GoogleCloudAiplatformV1TuningDataStats {
|
|
6359
|
-
/** Statistics for distillation. */
|
|
6360
|
-
distillationDataStats?: GoogleCloudAiplatformV1DistillationDataStats;
|
|
6361
|
-
/** Statistics for reinforcement learning. */
|
|
6362
|
-
reinforcementLearningDataStats?: GoogleCloudAiplatformV1ReinforcementLearningDataStats;
|
|
6363
6311
|
/** The SFT Tuning data stats. */
|
|
6364
6312
|
supervisedTuningDataStats?: GoogleCloudAiplatformV1SupervisedTuningDataStats;
|
|
6365
6313
|
}
|
|
@@ -6700,6 +6648,30 @@ declare namespace gapi.client {
|
|
|
6700
6648
|
/** The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar. */
|
|
6701
6649
|
units?: string;
|
|
6702
6650
|
}
|
|
6651
|
+
interface IntelligenceCloudAutomlXpsMetricEntry {
|
|
6652
|
+
/** 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. */
|
|
6653
|
+
argentumMetricId?: string;
|
|
6654
|
+
/** A double value. */
|
|
6655
|
+
doubleValue?: number;
|
|
6656
|
+
/** A signed 64-bit integer value. */
|
|
6657
|
+
int64Value?: string;
|
|
6658
|
+
/** The metric name defined in the service configuration. */
|
|
6659
|
+
metricName?: string;
|
|
6660
|
+
/** Billing system labels for this (metric, value) pair. */
|
|
6661
|
+
systemLabels?: IntelligenceCloudAutomlXpsMetricEntryLabel[];
|
|
6662
|
+
}
|
|
6663
|
+
interface IntelligenceCloudAutomlXpsMetricEntryLabel {
|
|
6664
|
+
/** The name of the label. */
|
|
6665
|
+
labelName?: string;
|
|
6666
|
+
/** The value of the label. */
|
|
6667
|
+
labelValue?: string;
|
|
6668
|
+
}
|
|
6669
|
+
interface IntelligenceCloudAutomlXpsReportingMetrics {
|
|
6670
|
+
/** 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. */
|
|
6671
|
+
effectiveTrainingDuration?: string;
|
|
6672
|
+
/** One entry per metric name. The values must be aggregated per metric name. */
|
|
6673
|
+
metricEntries?: IntelligenceCloudAutomlXpsMetricEntry[];
|
|
6674
|
+
}
|
|
6703
6675
|
interface BatchPredictionJobsResource {
|
|
6704
6676
|
/** Cancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server makes the best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob is not deleted;instead its BatchPredictionJob.state is set to `CANCELLED`. Any files already outputted by the job are not deleted. */
|
|
6705
6677
|
cancel(request: {
|
|
@@ -19697,6 +19669,299 @@ declare namespace gapi.client {
|
|
|
19697
19669
|
}): Request<GoogleCloudAiplatformV1ListNasJobsResponse>;
|
|
19698
19670
|
nasTrialDetails: NasTrialDetailsResource;
|
|
19699
19671
|
}
|
|
19672
|
+
interface OperationsResource {
|
|
19673
|
+
/** 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`. */
|
|
19674
|
+
cancel(request?: {
|
|
19675
|
+
/** V1 error format. */
|
|
19676
|
+
'$.xgafv'?: string;
|
|
19677
|
+
/** OAuth access token. */
|
|
19678
|
+
access_token?: string;
|
|
19679
|
+
/** Data format for response. */
|
|
19680
|
+
alt?: string;
|
|
19681
|
+
/** JSONP */
|
|
19682
|
+
callback?: string;
|
|
19683
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
19684
|
+
fields?: string;
|
|
19685
|
+
/** 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. */
|
|
19686
|
+
key?: string;
|
|
19687
|
+
/** The name of the operation resource to be cancelled. */
|
|
19688
|
+
name: string;
|
|
19689
|
+
/** OAuth 2.0 token for the current user. */
|
|
19690
|
+
oauth_token?: string;
|
|
19691
|
+
/** Returns response with indentations and line breaks. */
|
|
19692
|
+
prettyPrint?: boolean;
|
|
19693
|
+
/** 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. */
|
|
19694
|
+
quotaUser?: string;
|
|
19695
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
19696
|
+
upload_protocol?: string;
|
|
19697
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
19698
|
+
uploadType?: string;
|
|
19699
|
+
}): Request<{}>;
|
|
19700
|
+
/** 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`. */
|
|
19701
|
+
delete(request?: {
|
|
19702
|
+
/** V1 error format. */
|
|
19703
|
+
'$.xgafv'?: string;
|
|
19704
|
+
/** OAuth access token. */
|
|
19705
|
+
access_token?: string;
|
|
19706
|
+
/** Data format for response. */
|
|
19707
|
+
alt?: string;
|
|
19708
|
+
/** JSONP */
|
|
19709
|
+
callback?: string;
|
|
19710
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
19711
|
+
fields?: string;
|
|
19712
|
+
/** 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. */
|
|
19713
|
+
key?: string;
|
|
19714
|
+
/** The name of the operation resource to be deleted. */
|
|
19715
|
+
name: string;
|
|
19716
|
+
/** OAuth 2.0 token for the current user. */
|
|
19717
|
+
oauth_token?: string;
|
|
19718
|
+
/** Returns response with indentations and line breaks. */
|
|
19719
|
+
prettyPrint?: boolean;
|
|
19720
|
+
/** 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. */
|
|
19721
|
+
quotaUser?: string;
|
|
19722
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
19723
|
+
upload_protocol?: string;
|
|
19724
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
19725
|
+
uploadType?: string;
|
|
19726
|
+
}): Request<{}>;
|
|
19727
|
+
/** 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. */
|
|
19728
|
+
get(request?: {
|
|
19729
|
+
/** V1 error format. */
|
|
19730
|
+
'$.xgafv'?: string;
|
|
19731
|
+
/** OAuth access token. */
|
|
19732
|
+
access_token?: string;
|
|
19733
|
+
/** Data format for response. */
|
|
19734
|
+
alt?: string;
|
|
19735
|
+
/** JSONP */
|
|
19736
|
+
callback?: string;
|
|
19737
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
19738
|
+
fields?: string;
|
|
19739
|
+
/** 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. */
|
|
19740
|
+
key?: string;
|
|
19741
|
+
/** The name of the operation resource. */
|
|
19742
|
+
name: string;
|
|
19743
|
+
/** OAuth 2.0 token for the current user. */
|
|
19744
|
+
oauth_token?: string;
|
|
19745
|
+
/** Returns response with indentations and line breaks. */
|
|
19746
|
+
prettyPrint?: boolean;
|
|
19747
|
+
/** 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. */
|
|
19748
|
+
quotaUser?: string;
|
|
19749
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
19750
|
+
upload_protocol?: string;
|
|
19751
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
19752
|
+
uploadType?: string;
|
|
19753
|
+
}): Request<GoogleLongrunningOperation>;
|
|
19754
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
19755
|
+
list(request?: {
|
|
19756
|
+
/** V1 error format. */
|
|
19757
|
+
'$.xgafv'?: string;
|
|
19758
|
+
/** OAuth access token. */
|
|
19759
|
+
access_token?: string;
|
|
19760
|
+
/** Data format for response. */
|
|
19761
|
+
alt?: string;
|
|
19762
|
+
/** JSONP */
|
|
19763
|
+
callback?: string;
|
|
19764
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
19765
|
+
fields?: string;
|
|
19766
|
+
/** The standard list filter. */
|
|
19767
|
+
filter?: string;
|
|
19768
|
+
/** 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. */
|
|
19769
|
+
key?: string;
|
|
19770
|
+
/** The name of the operation's parent resource. */
|
|
19771
|
+
name: string;
|
|
19772
|
+
/** OAuth 2.0 token for the current user. */
|
|
19773
|
+
oauth_token?: string;
|
|
19774
|
+
/** The standard list page size. */
|
|
19775
|
+
pageSize?: number;
|
|
19776
|
+
/** The standard list page token. */
|
|
19777
|
+
pageToken?: string;
|
|
19778
|
+
/** Returns response with indentations and line breaks. */
|
|
19779
|
+
prettyPrint?: boolean;
|
|
19780
|
+
/** 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. */
|
|
19781
|
+
quotaUser?: string;
|
|
19782
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
19783
|
+
upload_protocol?: string;
|
|
19784
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
19785
|
+
uploadType?: string;
|
|
19786
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
19787
|
+
/** 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. */
|
|
19788
|
+
wait(request?: {
|
|
19789
|
+
/** V1 error format. */
|
|
19790
|
+
'$.xgafv'?: string;
|
|
19791
|
+
/** OAuth access token. */
|
|
19792
|
+
access_token?: string;
|
|
19793
|
+
/** Data format for response. */
|
|
19794
|
+
alt?: string;
|
|
19795
|
+
/** JSONP */
|
|
19796
|
+
callback?: string;
|
|
19797
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
19798
|
+
fields?: string;
|
|
19799
|
+
/** 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. */
|
|
19800
|
+
key?: string;
|
|
19801
|
+
/** The name of the operation resource to wait on. */
|
|
19802
|
+
name: string;
|
|
19803
|
+
/** OAuth 2.0 token for the current user. */
|
|
19804
|
+
oauth_token?: string;
|
|
19805
|
+
/** Returns response with indentations and line breaks. */
|
|
19806
|
+
prettyPrint?: boolean;
|
|
19807
|
+
/** 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. */
|
|
19808
|
+
quotaUser?: string;
|
|
19809
|
+
/** 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. */
|
|
19810
|
+
timeout?: string;
|
|
19811
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
19812
|
+
upload_protocol?: string;
|
|
19813
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
19814
|
+
uploadType?: string;
|
|
19815
|
+
}): Request<GoogleLongrunningOperation>;
|
|
19816
|
+
}
|
|
19817
|
+
interface NotebookExecutionJobsResource {
|
|
19818
|
+
operations: OperationsResource;
|
|
19819
|
+
}
|
|
19820
|
+
interface OperationsResource {
|
|
19821
|
+
/** 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`. */
|
|
19822
|
+
cancel(request?: {
|
|
19823
|
+
/** V1 error format. */
|
|
19824
|
+
'$.xgafv'?: string;
|
|
19825
|
+
/** OAuth access token. */
|
|
19826
|
+
access_token?: string;
|
|
19827
|
+
/** Data format for response. */
|
|
19828
|
+
alt?: string;
|
|
19829
|
+
/** JSONP */
|
|
19830
|
+
callback?: string;
|
|
19831
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
19832
|
+
fields?: string;
|
|
19833
|
+
/** 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. */
|
|
19834
|
+
key?: string;
|
|
19835
|
+
/** The name of the operation resource to be cancelled. */
|
|
19836
|
+
name: string;
|
|
19837
|
+
/** OAuth 2.0 token for the current user. */
|
|
19838
|
+
oauth_token?: string;
|
|
19839
|
+
/** Returns response with indentations and line breaks. */
|
|
19840
|
+
prettyPrint?: boolean;
|
|
19841
|
+
/** 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. */
|
|
19842
|
+
quotaUser?: string;
|
|
19843
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
19844
|
+
upload_protocol?: string;
|
|
19845
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
19846
|
+
uploadType?: string;
|
|
19847
|
+
}): Request<{}>;
|
|
19848
|
+
/** 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`. */
|
|
19849
|
+
delete(request?: {
|
|
19850
|
+
/** V1 error format. */
|
|
19851
|
+
'$.xgafv'?: string;
|
|
19852
|
+
/** OAuth access token. */
|
|
19853
|
+
access_token?: string;
|
|
19854
|
+
/** Data format for response. */
|
|
19855
|
+
alt?: string;
|
|
19856
|
+
/** JSONP */
|
|
19857
|
+
callback?: string;
|
|
19858
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
19859
|
+
fields?: string;
|
|
19860
|
+
/** 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. */
|
|
19861
|
+
key?: string;
|
|
19862
|
+
/** The name of the operation resource to be deleted. */
|
|
19863
|
+
name: string;
|
|
19864
|
+
/** OAuth 2.0 token for the current user. */
|
|
19865
|
+
oauth_token?: string;
|
|
19866
|
+
/** Returns response with indentations and line breaks. */
|
|
19867
|
+
prettyPrint?: boolean;
|
|
19868
|
+
/** 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. */
|
|
19869
|
+
quotaUser?: string;
|
|
19870
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
19871
|
+
upload_protocol?: string;
|
|
19872
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
19873
|
+
uploadType?: string;
|
|
19874
|
+
}): Request<{}>;
|
|
19875
|
+
/** 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. */
|
|
19876
|
+
get(request?: {
|
|
19877
|
+
/** V1 error format. */
|
|
19878
|
+
'$.xgafv'?: string;
|
|
19879
|
+
/** OAuth access token. */
|
|
19880
|
+
access_token?: string;
|
|
19881
|
+
/** Data format for response. */
|
|
19882
|
+
alt?: string;
|
|
19883
|
+
/** JSONP */
|
|
19884
|
+
callback?: string;
|
|
19885
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
19886
|
+
fields?: string;
|
|
19887
|
+
/** 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. */
|
|
19888
|
+
key?: string;
|
|
19889
|
+
/** The name of the operation resource. */
|
|
19890
|
+
name: string;
|
|
19891
|
+
/** OAuth 2.0 token for the current user. */
|
|
19892
|
+
oauth_token?: string;
|
|
19893
|
+
/** Returns response with indentations and line breaks. */
|
|
19894
|
+
prettyPrint?: boolean;
|
|
19895
|
+
/** 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. */
|
|
19896
|
+
quotaUser?: string;
|
|
19897
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
19898
|
+
upload_protocol?: string;
|
|
19899
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
19900
|
+
uploadType?: string;
|
|
19901
|
+
}): Request<GoogleLongrunningOperation>;
|
|
19902
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
19903
|
+
list(request?: {
|
|
19904
|
+
/** V1 error format. */
|
|
19905
|
+
'$.xgafv'?: string;
|
|
19906
|
+
/** OAuth access token. */
|
|
19907
|
+
access_token?: string;
|
|
19908
|
+
/** Data format for response. */
|
|
19909
|
+
alt?: string;
|
|
19910
|
+
/** JSONP */
|
|
19911
|
+
callback?: string;
|
|
19912
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
19913
|
+
fields?: string;
|
|
19914
|
+
/** The standard list filter. */
|
|
19915
|
+
filter?: string;
|
|
19916
|
+
/** 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. */
|
|
19917
|
+
key?: string;
|
|
19918
|
+
/** The name of the operation's parent resource. */
|
|
19919
|
+
name: string;
|
|
19920
|
+
/** OAuth 2.0 token for the current user. */
|
|
19921
|
+
oauth_token?: string;
|
|
19922
|
+
/** The standard list page size. */
|
|
19923
|
+
pageSize?: number;
|
|
19924
|
+
/** The standard list page token. */
|
|
19925
|
+
pageToken?: string;
|
|
19926
|
+
/** Returns response with indentations and line breaks. */
|
|
19927
|
+
prettyPrint?: boolean;
|
|
19928
|
+
/** 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. */
|
|
19929
|
+
quotaUser?: string;
|
|
19930
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
19931
|
+
upload_protocol?: string;
|
|
19932
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
19933
|
+
uploadType?: string;
|
|
19934
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
19935
|
+
/** 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. */
|
|
19936
|
+
wait(request?: {
|
|
19937
|
+
/** V1 error format. */
|
|
19938
|
+
'$.xgafv'?: string;
|
|
19939
|
+
/** OAuth access token. */
|
|
19940
|
+
access_token?: string;
|
|
19941
|
+
/** Data format for response. */
|
|
19942
|
+
alt?: string;
|
|
19943
|
+
/** JSONP */
|
|
19944
|
+
callback?: string;
|
|
19945
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
19946
|
+
fields?: string;
|
|
19947
|
+
/** 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. */
|
|
19948
|
+
key?: string;
|
|
19949
|
+
/** The name of the operation resource to wait on. */
|
|
19950
|
+
name: string;
|
|
19951
|
+
/** OAuth 2.0 token for the current user. */
|
|
19952
|
+
oauth_token?: string;
|
|
19953
|
+
/** Returns response with indentations and line breaks. */
|
|
19954
|
+
prettyPrint?: boolean;
|
|
19955
|
+
/** 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. */
|
|
19956
|
+
quotaUser?: string;
|
|
19957
|
+
/** 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. */
|
|
19958
|
+
timeout?: string;
|
|
19959
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
19960
|
+
upload_protocol?: string;
|
|
19961
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
19962
|
+
uploadType?: string;
|
|
19963
|
+
}): Request<GoogleLongrunningOperation>;
|
|
19964
|
+
}
|
|
19700
19965
|
interface NotebookRuntimesResource {
|
|
19701
19966
|
/** Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns an existing assignment or generates a new one. */
|
|
19702
19967
|
assign(request: {
|
|
@@ -19963,6 +20228,152 @@ declare namespace gapi.client {
|
|
|
19963
20228
|
},
|
|
19964
20229
|
body: GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest
|
|
19965
20230
|
): Request<GoogleLongrunningOperation>;
|
|
20231
|
+
operations: OperationsResource;
|
|
20232
|
+
}
|
|
20233
|
+
interface OperationsResource {
|
|
20234
|
+
/** 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`. */
|
|
20235
|
+
cancel(request?: {
|
|
20236
|
+
/** V1 error format. */
|
|
20237
|
+
'$.xgafv'?: string;
|
|
20238
|
+
/** OAuth access token. */
|
|
20239
|
+
access_token?: string;
|
|
20240
|
+
/** Data format for response. */
|
|
20241
|
+
alt?: string;
|
|
20242
|
+
/** JSONP */
|
|
20243
|
+
callback?: string;
|
|
20244
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
20245
|
+
fields?: string;
|
|
20246
|
+
/** 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. */
|
|
20247
|
+
key?: string;
|
|
20248
|
+
/** The name of the operation resource to be cancelled. */
|
|
20249
|
+
name: string;
|
|
20250
|
+
/** OAuth 2.0 token for the current user. */
|
|
20251
|
+
oauth_token?: string;
|
|
20252
|
+
/** Returns response with indentations and line breaks. */
|
|
20253
|
+
prettyPrint?: boolean;
|
|
20254
|
+
/** 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. */
|
|
20255
|
+
quotaUser?: string;
|
|
20256
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
20257
|
+
upload_protocol?: string;
|
|
20258
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
20259
|
+
uploadType?: string;
|
|
20260
|
+
}): Request<{}>;
|
|
20261
|
+
/** 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`. */
|
|
20262
|
+
delete(request?: {
|
|
20263
|
+
/** V1 error format. */
|
|
20264
|
+
'$.xgafv'?: string;
|
|
20265
|
+
/** OAuth access token. */
|
|
20266
|
+
access_token?: string;
|
|
20267
|
+
/** Data format for response. */
|
|
20268
|
+
alt?: string;
|
|
20269
|
+
/** JSONP */
|
|
20270
|
+
callback?: string;
|
|
20271
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
20272
|
+
fields?: string;
|
|
20273
|
+
/** 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. */
|
|
20274
|
+
key?: string;
|
|
20275
|
+
/** The name of the operation resource to be deleted. */
|
|
20276
|
+
name: string;
|
|
20277
|
+
/** OAuth 2.0 token for the current user. */
|
|
20278
|
+
oauth_token?: string;
|
|
20279
|
+
/** Returns response with indentations and line breaks. */
|
|
20280
|
+
prettyPrint?: boolean;
|
|
20281
|
+
/** 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. */
|
|
20282
|
+
quotaUser?: string;
|
|
20283
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
20284
|
+
upload_protocol?: string;
|
|
20285
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
20286
|
+
uploadType?: string;
|
|
20287
|
+
}): Request<{}>;
|
|
20288
|
+
/** 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. */
|
|
20289
|
+
get(request?: {
|
|
20290
|
+
/** V1 error format. */
|
|
20291
|
+
'$.xgafv'?: string;
|
|
20292
|
+
/** OAuth access token. */
|
|
20293
|
+
access_token?: string;
|
|
20294
|
+
/** Data format for response. */
|
|
20295
|
+
alt?: string;
|
|
20296
|
+
/** JSONP */
|
|
20297
|
+
callback?: string;
|
|
20298
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
20299
|
+
fields?: string;
|
|
20300
|
+
/** 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. */
|
|
20301
|
+
key?: string;
|
|
20302
|
+
/** The name of the operation resource. */
|
|
20303
|
+
name: string;
|
|
20304
|
+
/** OAuth 2.0 token for the current user. */
|
|
20305
|
+
oauth_token?: string;
|
|
20306
|
+
/** Returns response with indentations and line breaks. */
|
|
20307
|
+
prettyPrint?: boolean;
|
|
20308
|
+
/** 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. */
|
|
20309
|
+
quotaUser?: string;
|
|
20310
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
20311
|
+
upload_protocol?: string;
|
|
20312
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
20313
|
+
uploadType?: string;
|
|
20314
|
+
}): Request<GoogleLongrunningOperation>;
|
|
20315
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
20316
|
+
list(request?: {
|
|
20317
|
+
/** V1 error format. */
|
|
20318
|
+
'$.xgafv'?: string;
|
|
20319
|
+
/** OAuth access token. */
|
|
20320
|
+
access_token?: string;
|
|
20321
|
+
/** Data format for response. */
|
|
20322
|
+
alt?: string;
|
|
20323
|
+
/** JSONP */
|
|
20324
|
+
callback?: string;
|
|
20325
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
20326
|
+
fields?: string;
|
|
20327
|
+
/** The standard list filter. */
|
|
20328
|
+
filter?: string;
|
|
20329
|
+
/** 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. */
|
|
20330
|
+
key?: string;
|
|
20331
|
+
/** The name of the operation's parent resource. */
|
|
20332
|
+
name: string;
|
|
20333
|
+
/** OAuth 2.0 token for the current user. */
|
|
20334
|
+
oauth_token?: string;
|
|
20335
|
+
/** The standard list page size. */
|
|
20336
|
+
pageSize?: number;
|
|
20337
|
+
/** The standard list page token. */
|
|
20338
|
+
pageToken?: string;
|
|
20339
|
+
/** Returns response with indentations and line breaks. */
|
|
20340
|
+
prettyPrint?: boolean;
|
|
20341
|
+
/** 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. */
|
|
20342
|
+
quotaUser?: string;
|
|
20343
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
20344
|
+
upload_protocol?: string;
|
|
20345
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
20346
|
+
uploadType?: string;
|
|
20347
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
20348
|
+
/** 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. */
|
|
20349
|
+
wait(request?: {
|
|
20350
|
+
/** V1 error format. */
|
|
20351
|
+
'$.xgafv'?: string;
|
|
20352
|
+
/** OAuth access token. */
|
|
20353
|
+
access_token?: string;
|
|
20354
|
+
/** Data format for response. */
|
|
20355
|
+
alt?: string;
|
|
20356
|
+
/** JSONP */
|
|
20357
|
+
callback?: string;
|
|
20358
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
20359
|
+
fields?: string;
|
|
20360
|
+
/** 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. */
|
|
20361
|
+
key?: string;
|
|
20362
|
+
/** The name of the operation resource to wait on. */
|
|
20363
|
+
name: string;
|
|
20364
|
+
/** OAuth 2.0 token for the current user. */
|
|
20365
|
+
oauth_token?: string;
|
|
20366
|
+
/** Returns response with indentations and line breaks. */
|
|
20367
|
+
prettyPrint?: boolean;
|
|
20368
|
+
/** 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. */
|
|
20369
|
+
quotaUser?: string;
|
|
20370
|
+
/** 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. */
|
|
20371
|
+
timeout?: string;
|
|
20372
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
20373
|
+
upload_protocol?: string;
|
|
20374
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
20375
|
+
uploadType?: string;
|
|
20376
|
+
}): Request<GoogleLongrunningOperation>;
|
|
19966
20377
|
}
|
|
19967
20378
|
interface NotebookRuntimeTemplatesResource {
|
|
19968
20379
|
/** Creates a NotebookRuntimeTemplate. */
|
|
@@ -20268,6 +20679,7 @@ declare namespace gapi.client {
|
|
|
20268
20679
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
20269
20680
|
uploadType?: string;
|
|
20270
20681
|
}): Request<GoogleIamV1TestIamPermissionsResponse>;
|
|
20682
|
+
operations: OperationsResource;
|
|
20271
20683
|
}
|
|
20272
20684
|
interface OperationsResource {
|
|
20273
20685
|
/** 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`. */
|
|
@@ -26175,6 +26587,7 @@ declare namespace gapi.client {
|
|
|
26175
26587
|
modelDeploymentMonitoringJobs: ModelDeploymentMonitoringJobsResource;
|
|
26176
26588
|
models: ModelsResource;
|
|
26177
26589
|
nasJobs: NasJobsResource;
|
|
26590
|
+
notebookExecutionJobs: NotebookExecutionJobsResource;
|
|
26178
26591
|
notebookRuntimes: NotebookRuntimesResource;
|
|
26179
26592
|
notebookRuntimeTemplates: NotebookRuntimeTemplatesResource;
|
|
26180
26593
|
operations: OperationsResource;
|