@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20231218 → 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 +1350 -111
- 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
|
|
|
@@ -176,6 +176,8 @@ declare namespace gapi.client {
|
|
|
176
176
|
interface CloudAiNlLlmProtoServiceGenerateMultiModalResponse {
|
|
177
177
|
/** Possible candidate responses to the conversation up until this point. */
|
|
178
178
|
candidates?: CloudAiNlLlmProtoServiceCandidate[];
|
|
179
|
+
/** Debug information containing message metadata. Clients should not consume this field, and this is only populated for Flow Runner path. */
|
|
180
|
+
debugMetadata?: CloudAiNlLlmProtoServiceMessageMetadata;
|
|
179
181
|
/** Content filter results for a prompt sent in the request. Note: Sent only in the first stream chunk. Only happens when no candidates were generated due to content violations. */
|
|
180
182
|
promptFeedback?: CloudAiNlLlmProtoServicePromptFeedback;
|
|
181
183
|
/** Billable prediction metrics. */
|
|
@@ -183,6 +185,14 @@ declare namespace gapi.client {
|
|
|
183
185
|
/** Usage metadata about the response(s). */
|
|
184
186
|
usageMetadata?: CloudAiNlLlmProtoServiceUsageMetadata;
|
|
185
187
|
}
|
|
188
|
+
interface CloudAiNlLlmProtoServiceMessageMetadata {
|
|
189
|
+
/** Filter metadata of the input messages. */
|
|
190
|
+
inputFilterInfo?: LearningServingLlmMessageMetadata;
|
|
191
|
+
/** This score is generated by the router model to decide which model to use */
|
|
192
|
+
modelRoutingDecision?: LearningGenaiRootRoutingDecision;
|
|
193
|
+
/** Filter metadata of the output messages. */
|
|
194
|
+
outputFilterInfo?: LearningServingLlmMessageMetadata[];
|
|
195
|
+
}
|
|
186
196
|
interface CloudAiNlLlmProtoServicePart {
|
|
187
197
|
/** URI-based data. */
|
|
188
198
|
fileData?: CloudAiNlLlmProtoServicePartFileData;
|
|
@@ -225,6 +235,36 @@ declare namespace gapi.client {
|
|
|
225
235
|
/** Safety ratings. */
|
|
226
236
|
safetyRatings?: CloudAiNlLlmProtoServiceSafetyRating[];
|
|
227
237
|
}
|
|
238
|
+
interface CloudAiNlLlmProtoServiceRaiResult {
|
|
239
|
+
/** Recitation result from Aida recitation checker. */
|
|
240
|
+
aidaRecitationResult?: LanguageLabsAidaTrustRecitationProtoRecitationResult;
|
|
241
|
+
/** Use `triggered_blocklist`. */
|
|
242
|
+
blocked?: boolean;
|
|
243
|
+
/** The error codes indicate which RAI filters block the response. */
|
|
244
|
+
errorCodes?: number[];
|
|
245
|
+
/** Whether the text should be filtered and not shown to the end user. This is determined based on a combination of `triggered_recitation`, `triggered_blocklist`, `language_filter_result`, and `triggered_safety_filter`. */
|
|
246
|
+
filtered?: boolean;
|
|
247
|
+
/** Language filter result from SAFT LangId. */
|
|
248
|
+
languageFilterResult?: LearningServingLlmLanguageFilterResult;
|
|
249
|
+
/** The RAI signals for the text. */
|
|
250
|
+
raiSignals?: CloudAiNlLlmProtoServiceRaiSignal[];
|
|
251
|
+
/** Whether the text triggered the blocklist. */
|
|
252
|
+
triggeredBlocklist?: boolean;
|
|
253
|
+
/** Whether the text should be blocked by the recitation result from Aida recitation checker. It is determined from aida_recitation_result. */
|
|
254
|
+
triggeredRecitation?: boolean;
|
|
255
|
+
/** Whether the text triggered the safety filter. Currently, this is due to CSAI triggering or one of four categories (derogatory, sexual, toxic, violent) having a score over the filter threshold. */
|
|
256
|
+
triggeredSafetyFilter?: boolean;
|
|
257
|
+
}
|
|
258
|
+
interface CloudAiNlLlmProtoServiceRaiSignal {
|
|
259
|
+
/** The confidence level for the RAI category. */
|
|
260
|
+
confidence?: string;
|
|
261
|
+
/** Whether the category is flagged as being present. Currently, this is set to true if score >= 0.5. */
|
|
262
|
+
flagged?: boolean;
|
|
263
|
+
/** The RAI category. */
|
|
264
|
+
raiCategory?: string;
|
|
265
|
+
/** The score for the category, in the range [0.0, 1.0]. */
|
|
266
|
+
score?: number;
|
|
267
|
+
}
|
|
228
268
|
interface CloudAiNlLlmProtoServiceSafetyRating {
|
|
229
269
|
/** Indicates whether the content was filtered out because of this rating. */
|
|
230
270
|
blocked?: boolean;
|
|
@@ -1821,7 +1861,7 @@ declare namespace gapi.client {
|
|
|
1821
1861
|
minNodeCount?: number;
|
|
1822
1862
|
}
|
|
1823
1863
|
interface GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint {
|
|
1824
|
-
/** Optional. Private service connect config. If PrivateServiceConnectConfig.enable_private_service_connect set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint. */
|
|
1864
|
+
/** Optional. Private service connect config. The private service connection is available only for Optimized storage type, not for embedding management now. If PrivateServiceConnectConfig.enable_private_service_connect set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint. */
|
|
1825
1865
|
privateServiceConnectConfig?: GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig;
|
|
1826
1866
|
/** Output only. This field will be populated with the domain name to use for this FeatureOnlineStore */
|
|
1827
1867
|
publicEndpointDomainName?: string;
|
|
@@ -2159,8 +2199,6 @@ declare namespace gapi.client {
|
|
|
2159
2199
|
interface GoogleCloudAiplatformV1beta1GenerateContentRequest {
|
|
2160
2200
|
/** Required. The content of the current conversation with the model. For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request. */
|
|
2161
2201
|
contents?: GoogleCloudAiplatformV1beta1Content[];
|
|
2162
|
-
/** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
|
|
2163
|
-
endpoint?: string;
|
|
2164
2202
|
/** Optional. Generation config. */
|
|
2165
2203
|
generationConfig?: GoogleCloudAiplatformV1beta1GenerationConfig;
|
|
2166
2204
|
/** Optional. Per request settings for blocking unsafe content. Enforced on GenerateContentResponse.candidates. */
|
|
@@ -3916,12 +3954,16 @@ declare namespace gapi.client {
|
|
|
3916
3954
|
openEvaluationPipeline?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
|
|
3917
3955
|
/** Optional. Open fine-tuning pipeline of the PublisherModel. */
|
|
3918
3956
|
openFineTuningPipeline?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
|
|
3957
|
+
/** Optional. Open fine-tuning pipelines of the PublisherModel. */
|
|
3958
|
+
openFineTuningPipelines?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines;
|
|
3919
3959
|
/** Optional. Open in Generation AI Studio. */
|
|
3920
3960
|
openGenerationAiStudio?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
|
|
3921
3961
|
/** Optional. Open Genie / Playground. */
|
|
3922
3962
|
openGenie?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
|
|
3923
3963
|
/** Optional. Open notebook of the PublisherModel. */
|
|
3924
3964
|
openNotebook?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
|
|
3965
|
+
/** Optional. Open notebooks of the PublisherModel. */
|
|
3966
|
+
openNotebooks?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks;
|
|
3925
3967
|
/** Optional. Open prompt-tuning pipeline of the PublisherModel. */
|
|
3926
3968
|
openPromptTuningPipeline?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences;
|
|
3927
3969
|
/** Optional. Request for access. */
|
|
@@ -3949,12 +3991,26 @@ declare namespace gapi.client {
|
|
|
3949
3991
|
/** Required. The title of the regional resource reference. */
|
|
3950
3992
|
title?: string;
|
|
3951
3993
|
}
|
|
3994
|
+
interface GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines {
|
|
3995
|
+
/** Required. Regional resource references to fine tuning pipelines. */
|
|
3996
|
+
fineTuningPipelines?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences[];
|
|
3997
|
+
}
|
|
3998
|
+
interface GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks {
|
|
3999
|
+
/** Required. Regional resource references to notebooks. */
|
|
4000
|
+
notebooks?: GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences[];
|
|
4001
|
+
}
|
|
3952
4002
|
interface GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences {
|
|
3953
4003
|
/** Required. */
|
|
3954
4004
|
references?: {
|
|
3955
4005
|
[P in string]: GoogleCloudAiplatformV1beta1PublisherModelResourceReference;
|
|
3956
4006
|
};
|
|
3957
|
-
/**
|
|
4007
|
+
/** Optional. Description of the resource. */
|
|
4008
|
+
resourceDescription?: string;
|
|
4009
|
+
/** Optional. Title of the resource. */
|
|
4010
|
+
resourceTitle?: string;
|
|
4011
|
+
/** Optional. Use case (CUJ) of the resource. */
|
|
4012
|
+
resourceUseCase?: string;
|
|
4013
|
+
/** Required. */
|
|
3958
4014
|
title?: string;
|
|
3959
4015
|
}
|
|
3960
4016
|
interface GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi {
|
|
@@ -4141,10 +4197,6 @@ declare namespace gapi.client {
|
|
|
4141
4197
|
/** Number of times the user has read data within the Tensorboard. */
|
|
4142
4198
|
viewCount?: string;
|
|
4143
4199
|
}
|
|
4144
|
-
interface GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata {
|
|
4145
|
-
/** Operation metadata for PersistentResource. */
|
|
4146
|
-
genericMetadata?: GoogleCloudAiplatformV1beta1GenericOperationMetadata;
|
|
4147
|
-
}
|
|
4148
4200
|
interface GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest {
|
|
4149
4201
|
/** The resource names of the child Contexts. */
|
|
4150
4202
|
childContexts?: string[];
|
|
@@ -6535,6 +6587,460 @@ declare namespace gapi.client {
|
|
|
6535
6587
|
/** One entry per metric name. The values must be aggregated per metric name. */
|
|
6536
6588
|
metricEntries?: IntelligenceCloudAutomlXpsMetricEntry[];
|
|
6537
6589
|
}
|
|
6590
|
+
interface LanguageLabsAidaTrustRecitationProtoDocAttribution {
|
|
6591
|
+
amarnaId?: string;
|
|
6592
|
+
arxivId?: string;
|
|
6593
|
+
author?: string;
|
|
6594
|
+
bibkey?: string;
|
|
6595
|
+
bookTitle?: string;
|
|
6596
|
+
/** The Oceanographers full-view books dataset uses a 'volume id' as the unique ID of a book. There is a deterministic function from a volume id to a URL under the books.google.com domain. Marked as 'optional' since a volume ID of zero is potentially possible and we want to distinguish that from the volume ID not being set. */
|
|
6597
|
+
bookVolumeId?: string;
|
|
6598
|
+
category?: string;
|
|
6599
|
+
conversationId?: string;
|
|
6600
|
+
/** The dataset this document comes from. */
|
|
6601
|
+
dataset?: string;
|
|
6602
|
+
filepath?: string;
|
|
6603
|
+
geminiId?: string;
|
|
6604
|
+
gnewsArticleTitle?: string;
|
|
6605
|
+
goodallExampleId?: string;
|
|
6606
|
+
/** Whether the document is opted out. */
|
|
6607
|
+
isOptOut?: boolean;
|
|
6608
|
+
isPrompt?: boolean;
|
|
6609
|
+
lamdaExampleId?: string;
|
|
6610
|
+
license?: string;
|
|
6611
|
+
meenaConversationId?: string;
|
|
6612
|
+
/** Natural (not programming) language of the document. Language code as defined by http://www.unicode.org/reports/tr35/#Identifiers and https://tools.ietf.org/html/bcp47. Currently applicable to full-view books. Use docinfo-util.h to set & read language fields. See go/iii. */
|
|
6613
|
+
naturalLanguageCode?: string;
|
|
6614
|
+
/** True if this doc has no attribution information available. We use an explicit field for this instead of just implicitly leaving all the DocAttribution fields blank to distinguish a case where a bug/oversight has left the attribution information empty vs when we really have no attribution information available. */
|
|
6615
|
+
noAttribution?: boolean;
|
|
6616
|
+
podcastUtteranceId?: string;
|
|
6617
|
+
publicationDate?: GoogleTypeDate;
|
|
6618
|
+
/** This field is for opt-out experiment only, MUST never be used during actual production/serving. */
|
|
6619
|
+
qualityScoreExperimentOnly?: number;
|
|
6620
|
+
/** Github repository */
|
|
6621
|
+
repo?: string;
|
|
6622
|
+
/** URL of a webdoc */
|
|
6623
|
+
url?: string;
|
|
6624
|
+
volumeId?: string;
|
|
6625
|
+
/** Wikipedia article title. The Wikipedia TFDS dataset includes article titles but not URLs. While a URL is to the best of our knowledge a deterministic function of the title, we store the original title to reflect the information in the original dataset. */
|
|
6626
|
+
wikipediaArticleTitle?: string;
|
|
6627
|
+
}
|
|
6628
|
+
interface LanguageLabsAidaTrustRecitationProtoRecitationResult {
|
|
6629
|
+
dynamicSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
|
|
6630
|
+
/** The recitation action for one given input. When its segments contain different actions, the overall action will be returned in the precedence of BLOCK > CITE > NO_ACTION. */
|
|
6631
|
+
recitationAction?: string;
|
|
6632
|
+
trainingSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
|
|
6633
|
+
}
|
|
6634
|
+
interface LanguageLabsAidaTrustRecitationProtoSegmentResult {
|
|
6635
|
+
/** The dataset the segment came from. */
|
|
6636
|
+
attributionDataset?: string;
|
|
6637
|
+
/** human-friendly string that contains information from doc_attribution which could be shown by clients */
|
|
6638
|
+
displayAttributionMessage?: string;
|
|
6639
|
+
/** populated when recitation_action == CITE */
|
|
6640
|
+
docAttribution?: LanguageLabsAidaTrustRecitationProtoDocAttribution;
|
|
6641
|
+
/** number of documents that contained this segment */
|
|
6642
|
+
docOccurrences?: number;
|
|
6643
|
+
endIndex?: number;
|
|
6644
|
+
/** The raw text in the given input that is corresponding to the segment. It will be available only when 'return_segment_raw_text' is enabled in the request options. */
|
|
6645
|
+
rawText?: string;
|
|
6646
|
+
segmentRecitationAction?: string;
|
|
6647
|
+
/** The segment boundary start (inclusive) and end index (exclusive) in the given text. In the streaming RPC, the indexes always start from the beginning of the first text in the entire stream. The indexes are measured in UTF-16 code units. */
|
|
6648
|
+
startIndex?: number;
|
|
6649
|
+
}
|
|
6650
|
+
interface LanguageLabsAidaTrustRecitationProtoStreamRecitationResult {
|
|
6651
|
+
/** The recitation result against the given dynamic data source. */
|
|
6652
|
+
dynamicSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
|
|
6653
|
+
/** Last index of input text fully checked for recitation in the entire streaming context. Would return `-1` if no Input was checked for recitation. */
|
|
6654
|
+
fullyCheckedTextIndex?: number;
|
|
6655
|
+
/** The recitation action for one given input. When its segments contain different actions, the overall action will be returned in the precedence of BLOCK > CITE > NO_ACTION. */
|
|
6656
|
+
recitationAction?: string;
|
|
6657
|
+
/** The recitation result against model training data. */
|
|
6658
|
+
trainingSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
|
|
6659
|
+
}
|
|
6660
|
+
interface LearningGenaiRecitationDocAttribution {
|
|
6661
|
+
amarnaId?: string;
|
|
6662
|
+
arxivId?: string;
|
|
6663
|
+
author?: string;
|
|
6664
|
+
bibkey?: string;
|
|
6665
|
+
bookTitle?: string;
|
|
6666
|
+
/** The Oceanographers full-view books dataset uses a 'volume id' as the unique ID of a book. There is a deterministic function from a volume id to a URL under the books.google.com domain. Marked as 'optional' since a volume ID of zero is potentially possible and we want to distinguish that from the volume ID not being set. */
|
|
6667
|
+
bookVolumeId?: string;
|
|
6668
|
+
conversationId?: string;
|
|
6669
|
+
/** The dataset this document comes from. */
|
|
6670
|
+
dataset?: string;
|
|
6671
|
+
filepath?: string;
|
|
6672
|
+
geminiId?: string;
|
|
6673
|
+
gnewsArticleTitle?: string;
|
|
6674
|
+
goodallExampleId?: string;
|
|
6675
|
+
/** Whether the document is opted out. */
|
|
6676
|
+
isOptOut?: boolean;
|
|
6677
|
+
/** When true, this attribution came from the user's prompt. */
|
|
6678
|
+
isPrompt?: boolean;
|
|
6679
|
+
lamdaExampleId?: string;
|
|
6680
|
+
license?: string;
|
|
6681
|
+
meenaConversationId?: string;
|
|
6682
|
+
/** Natural (not programming) language of the document. Language code as defined by http://www.unicode.org/reports/tr35/#Identifiers and https://tools.ietf.org/html/bcp47. Currently applicable to full-view books. Use docinfo-util.h to set & read language fields. See go/iii. */
|
|
6683
|
+
naturalLanguageCode?: string;
|
|
6684
|
+
/** True if this doc has no attribution information available. We use an explicit field for this instead of just implicitly leaving all the DocAttribution fields blank to distinguish a case where a bug/oversight has left the attribution information empty vs when we really have no attribution information available. */
|
|
6685
|
+
noAttribution?: boolean;
|
|
6686
|
+
podcastUtteranceId?: string;
|
|
6687
|
+
publicationDate?: GoogleTypeDate;
|
|
6688
|
+
/** This field is for opt-out experiment only, MUST never be used during actual production/serving. */
|
|
6689
|
+
qualityScoreExperimentOnly?: number;
|
|
6690
|
+
/** Github repository */
|
|
6691
|
+
repo?: string;
|
|
6692
|
+
/** URL of a webdoc */
|
|
6693
|
+
url?: string;
|
|
6694
|
+
volumeId?: string;
|
|
6695
|
+
/** Wikipedia article title. The Wikipedia TFDS dataset includes article titles but not URLs. While a URL is to the best of our knowledge a deterministic function of the title, we store the original title to reflect the information in the original dataset. */
|
|
6696
|
+
wikipediaArticleTitle?: string;
|
|
6697
|
+
}
|
|
6698
|
+
interface LearningGenaiRecitationRecitationResult {
|
|
6699
|
+
dynamicSegmentResults?: LearningGenaiRecitationSegmentResult[];
|
|
6700
|
+
/** The recitation action for one given input. When its segments contain different actions, the overall action will be returned in the precedence of BLOCK > CITE > NO_ACTION. */
|
|
6701
|
+
recitationAction?: string;
|
|
6702
|
+
trainingSegmentResults?: LearningGenaiRecitationSegmentResult[];
|
|
6703
|
+
}
|
|
6704
|
+
interface LearningGenaiRecitationSegmentResult {
|
|
6705
|
+
/** The dataset the segment came from. */
|
|
6706
|
+
attributionDataset?: string;
|
|
6707
|
+
/** human-friendly string that contains information from doc_attribution which could be shown by clients */
|
|
6708
|
+
displayAttributionMessage?: string;
|
|
6709
|
+
/** populated when recitation_action == CITE */
|
|
6710
|
+
docAttribution?: LearningGenaiRecitationDocAttribution;
|
|
6711
|
+
/** number of documents that contained this segment */
|
|
6712
|
+
docOccurrences?: number;
|
|
6713
|
+
endIndex?: number;
|
|
6714
|
+
/** The raw text in the given input that is corresponding to the segment. It will be available only when 'return_segment_raw_text' is enabled in the request options. */
|
|
6715
|
+
rawText?: string;
|
|
6716
|
+
segmentRecitationAction?: string;
|
|
6717
|
+
/** The segment boundary start (inclusive) and end index (exclusive) in the given text. In the streaming RPC, the indexes always start from the beginning of the first text in the entire stream. The indexes are measured in UTF-16 code units. */
|
|
6718
|
+
startIndex?: number;
|
|
6719
|
+
}
|
|
6720
|
+
interface LearningGenaiRootCalculationType {
|
|
6721
|
+
scoreType?: string;
|
|
6722
|
+
weights?: number;
|
|
6723
|
+
}
|
|
6724
|
+
interface LearningGenaiRootClassifierOutput {
|
|
6725
|
+
/** If set, this is the output of the first matching rule. */
|
|
6726
|
+
ruleOutput?: LearningGenaiRootRuleOutput;
|
|
6727
|
+
/** outputs of all matching rule. */
|
|
6728
|
+
ruleOutputs?: LearningGenaiRootRuleOutput[];
|
|
6729
|
+
/** The results of data_providers and metrics. */
|
|
6730
|
+
state?: LearningGenaiRootClassifierState;
|
|
6731
|
+
}
|
|
6732
|
+
interface LearningGenaiRootClassifierOutputSummary {
|
|
6733
|
+
metrics?: LearningGenaiRootMetricOutput[];
|
|
6734
|
+
/** Output of the first matching rule. */
|
|
6735
|
+
ruleOutput?: LearningGenaiRootRuleOutput;
|
|
6736
|
+
/** outputs of all matching rule. */
|
|
6737
|
+
ruleOutputs?: LearningGenaiRootRuleOutput[];
|
|
6738
|
+
}
|
|
6739
|
+
interface LearningGenaiRootClassifierState {
|
|
6740
|
+
dataProviderOutput?: LearningGenaiRootDataProviderOutput[];
|
|
6741
|
+
metricOutput?: LearningGenaiRootMetricOutput[];
|
|
6742
|
+
}
|
|
6743
|
+
interface LearningGenaiRootDataProviderOutput {
|
|
6744
|
+
name?: string;
|
|
6745
|
+
/** If set, this DataProvider failed and this is the error message. */
|
|
6746
|
+
status?: UtilStatusProto;
|
|
6747
|
+
}
|
|
6748
|
+
interface LearningGenaiRootFilterMetadata {
|
|
6749
|
+
/** Filter confidence. */
|
|
6750
|
+
confidence?: string;
|
|
6751
|
+
/** Debug info for the message. */
|
|
6752
|
+
debugInfo?: LearningGenaiRootFilterMetadataFilterDebugInfo;
|
|
6753
|
+
/** A fallback message chosen by the applied filter. */
|
|
6754
|
+
fallback?: string;
|
|
6755
|
+
/** Additional info for the filter. */
|
|
6756
|
+
info?: string;
|
|
6757
|
+
/** Name of the filter that triggered. */
|
|
6758
|
+
name?: string;
|
|
6759
|
+
/** Filter reason. */
|
|
6760
|
+
reason?: string;
|
|
6761
|
+
/** The input query or generated response that is getting filtered. */
|
|
6762
|
+
text?: string;
|
|
6763
|
+
}
|
|
6764
|
+
interface LearningGenaiRootFilterMetadataFilterDebugInfo {
|
|
6765
|
+
classifierOutput?: LearningGenaiRootClassifierOutput;
|
|
6766
|
+
defaultMetadata?: string;
|
|
6767
|
+
languageFilterResult?: LearningServingLlmLanguageFilterResult;
|
|
6768
|
+
/** Safety filter output information for LLM Root RAI harm check. */
|
|
6769
|
+
raiOutput?: LearningGenaiRootRAIOutput;
|
|
6770
|
+
raiResult?: CloudAiNlLlmProtoServiceRaiResult;
|
|
6771
|
+
raiSignal?: CloudAiNlLlmProtoServiceRaiSignal;
|
|
6772
|
+
streamRecitationResult?: LanguageLabsAidaTrustRecitationProtoStreamRecitationResult;
|
|
6773
|
+
takedownResult?: LearningGenaiRootTakedownResult;
|
|
6774
|
+
toxicityResult?: LearningGenaiRootToxicityResult;
|
|
6775
|
+
}
|
|
6776
|
+
interface LearningGenaiRootHarm {
|
|
6777
|
+
/** Please do not use, this is still under development. */
|
|
6778
|
+
contextualDangerous?: boolean;
|
|
6779
|
+
csam?: boolean;
|
|
6780
|
+
fringe?: boolean;
|
|
6781
|
+
grailImageHarmType?: LearningGenaiRootHarmGrailImageHarmType;
|
|
6782
|
+
grailTextHarmType?: LearningGenaiRootHarmGrailTextHarmType;
|
|
6783
|
+
imageCsam?: boolean;
|
|
6784
|
+
imagePedo?: boolean;
|
|
6785
|
+
/** Image signals */
|
|
6786
|
+
imagePorn?: boolean;
|
|
6787
|
+
imageViolence?: boolean;
|
|
6788
|
+
pqc?: boolean;
|
|
6789
|
+
safetycat?: LearningGenaiRootHarmSafetyCatCategories;
|
|
6790
|
+
spii?: LearningGenaiRootHarmSpiiFilter;
|
|
6791
|
+
threshold?: number;
|
|
6792
|
+
videoFrameCsam?: boolean;
|
|
6793
|
+
videoFramePedo?: boolean;
|
|
6794
|
+
/** Video frame signals */
|
|
6795
|
+
videoFramePorn?: boolean;
|
|
6796
|
+
videoFrameViolence?: boolean;
|
|
6797
|
+
}
|
|
6798
|
+
interface LearningGenaiRootHarmGrailImageHarmType {
|
|
6799
|
+
imageHarmType?: string[];
|
|
6800
|
+
}
|
|
6801
|
+
interface LearningGenaiRootHarmGrailTextHarmType {
|
|
6802
|
+
harmType?: string[];
|
|
6803
|
+
}
|
|
6804
|
+
interface LearningGenaiRootHarmSafetyCatCategories {
|
|
6805
|
+
categories?: string[];
|
|
6806
|
+
}
|
|
6807
|
+
interface LearningGenaiRootHarmSpiiFilter {
|
|
6808
|
+
usBankRoutingMicr?: boolean;
|
|
6809
|
+
usEmployerIdentificationNumber?: boolean;
|
|
6810
|
+
usSocialSecurityNumber?: boolean;
|
|
6811
|
+
}
|
|
6812
|
+
interface LearningGenaiRootInternalMetadata {
|
|
6813
|
+
scoredTokens?: LearningGenaiRootScoredToken[];
|
|
6814
|
+
}
|
|
6815
|
+
interface LearningGenaiRootMetricOutput {
|
|
6816
|
+
debug?: string;
|
|
6817
|
+
/** Name of the metric. */
|
|
6818
|
+
name?: string;
|
|
6819
|
+
numericValue?: number;
|
|
6820
|
+
status?: UtilStatusProto;
|
|
6821
|
+
stringValue?: string;
|
|
6822
|
+
}
|
|
6823
|
+
interface LearningGenaiRootRAIOutput {
|
|
6824
|
+
allowed?: boolean;
|
|
6825
|
+
harm?: LearningGenaiRootHarm;
|
|
6826
|
+
name?: string;
|
|
6827
|
+
score?: number;
|
|
6828
|
+
}
|
|
6829
|
+
interface LearningGenaiRootRegexTakedownResult {
|
|
6830
|
+
/** False when query or response should be taken down due to match with a blocked regex, true otherwise. */
|
|
6831
|
+
allowed?: boolean;
|
|
6832
|
+
/** Regex used to decide that query or response should be taken down. Empty when query or response is kept. */
|
|
6833
|
+
takedownRegex?: string;
|
|
6834
|
+
}
|
|
6835
|
+
interface LearningGenaiRootRequestResponseTakedownResult {
|
|
6836
|
+
/** False when response has to be taken down per above config. */
|
|
6837
|
+
allowed?: boolean;
|
|
6838
|
+
/** Regex used to match the request. */
|
|
6839
|
+
requestTakedownRegex?: string;
|
|
6840
|
+
/** Regex used to decide that response should be taken down. Empty when response is kept. */
|
|
6841
|
+
responseTakedownRegex?: string;
|
|
6842
|
+
}
|
|
6843
|
+
interface LearningGenaiRootRoutingDecision {
|
|
6844
|
+
metadata?: LearningGenaiRootRoutingDecisionMetadata;
|
|
6845
|
+
/** The selected model to route traffic to. */
|
|
6846
|
+
modelConfigId?: string;
|
|
6847
|
+
}
|
|
6848
|
+
interface LearningGenaiRootRoutingDecisionMetadata {
|
|
6849
|
+
scoreBasedRoutingMetadata?: LearningGenaiRootRoutingDecisionMetadataScoreBased;
|
|
6850
|
+
tokenLengthBasedRoutingMetadata?: LearningGenaiRootRoutingDecisionMetadataTokenLengthBased;
|
|
6851
|
+
}
|
|
6852
|
+
interface LearningGenaiRootRoutingDecisionMetadataScoreBased {
|
|
6853
|
+
/** The rule that was matched. */
|
|
6854
|
+
matchedRule?: LearningGenaiRootScoreBasedRoutingConfigRule;
|
|
6855
|
+
/** The score that was generated by the router i.e. the model. */
|
|
6856
|
+
score?: LearningGenaiRootScore;
|
|
6857
|
+
/** No rules were matched & therefore used the default fallback. */
|
|
6858
|
+
usedDefaultFallback?: boolean;
|
|
6859
|
+
}
|
|
6860
|
+
interface LearningGenaiRootRoutingDecisionMetadataTokenLengthBased {
|
|
6861
|
+
modelInputTokenMetadata?: LearningGenaiRootRoutingDecisionMetadataTokenLengthBasedModelInputTokenMetadata[];
|
|
6862
|
+
modelMaxTokenMetadata?: LearningGenaiRootRoutingDecisionMetadataTokenLengthBasedModelMaxTokenMetadata[];
|
|
6863
|
+
}
|
|
6864
|
+
interface LearningGenaiRootRoutingDecisionMetadataTokenLengthBasedModelInputTokenMetadata {
|
|
6865
|
+
/** The length computed by backends using the formatter & tokenizer specific to the model */
|
|
6866
|
+
computedInputTokenLength?: number;
|
|
6867
|
+
modelId?: string;
|
|
6868
|
+
}
|
|
6869
|
+
interface LearningGenaiRootRoutingDecisionMetadataTokenLengthBasedModelMaxTokenMetadata {
|
|
6870
|
+
maxNumInputTokens?: number;
|
|
6871
|
+
maxNumOutputTokens?: number;
|
|
6872
|
+
modelId?: string;
|
|
6873
|
+
}
|
|
6874
|
+
interface LearningGenaiRootRuleOutput {
|
|
6875
|
+
decision?: string;
|
|
6876
|
+
name?: string;
|
|
6877
|
+
}
|
|
6878
|
+
interface LearningGenaiRootScore {
|
|
6879
|
+
calculationType?: LearningGenaiRootCalculationType;
|
|
6880
|
+
/** The internal_metadata is intended to be used by internal processors and will be cleared before returns. */
|
|
6881
|
+
internalMetadata?: LearningGenaiRootInternalMetadata;
|
|
6882
|
+
thresholdType?: LearningGenaiRootThresholdType;
|
|
6883
|
+
/** Top candidate tokens and log probabilities at each decoding step. */
|
|
6884
|
+
tokensAndLogprobPerDecodingStep?: LearningGenaiRootTokensAndLogProbPerDecodingStep;
|
|
6885
|
+
value?: number;
|
|
6886
|
+
}
|
|
6887
|
+
interface LearningGenaiRootScoreBasedRoutingConfigRule {
|
|
6888
|
+
/** NOTE: Hardest examples have smaller values in their routing scores. */
|
|
6889
|
+
equalOrGreaterThan?: LearningGenaiRootScore;
|
|
6890
|
+
lessThan?: LearningGenaiRootScore;
|
|
6891
|
+
/** This model_config_id points to ModelConfig::id which allows us to find the ModelConfig to route to. This is part of the banks specified in the ModelBankConfig. */
|
|
6892
|
+
modelConfigId?: string;
|
|
6893
|
+
}
|
|
6894
|
+
interface LearningGenaiRootScoredSimilarityTakedownPhrase {
|
|
6895
|
+
phrase?: LearningGenaiRootSimilarityTakedownPhrase;
|
|
6896
|
+
similarityScore?: number;
|
|
6897
|
+
}
|
|
6898
|
+
interface LearningGenaiRootScoredToken {
|
|
6899
|
+
/** Each end_token_score is a logprob for how well the completion would end at a particular token. See http://google3/labs/language/aida/config/proto/model_config.proto;l=376;rcl=573039459 */
|
|
6900
|
+
endTokenScore?: number;
|
|
6901
|
+
/** Each score is the logprob for the token in model response. */
|
|
6902
|
+
score?: number;
|
|
6903
|
+
token?: string;
|
|
6904
|
+
}
|
|
6905
|
+
interface LearningGenaiRootSimilarityTakedownPhrase {
|
|
6906
|
+
blockedPhrase?: string;
|
|
6907
|
+
}
|
|
6908
|
+
interface LearningGenaiRootSimilarityTakedownResult {
|
|
6909
|
+
/** False when query or response should be taken down by any of the takedown rules, true otherwise. */
|
|
6910
|
+
allowed?: boolean;
|
|
6911
|
+
/** List of similar phrases with score. Set only if allowed=false. */
|
|
6912
|
+
scoredPhrases?: LearningGenaiRootScoredSimilarityTakedownPhrase[];
|
|
6913
|
+
}
|
|
6914
|
+
interface LearningGenaiRootTakedownResult {
|
|
6915
|
+
/** False when query or response should be taken down by any of the takedown rules, true otherwise. */
|
|
6916
|
+
allowed?: boolean;
|
|
6917
|
+
regexTakedownResult?: LearningGenaiRootRegexTakedownResult;
|
|
6918
|
+
requestResponseTakedownResult?: LearningGenaiRootRequestResponseTakedownResult;
|
|
6919
|
+
similarityTakedownResult?: LearningGenaiRootSimilarityTakedownResult;
|
|
6920
|
+
}
|
|
6921
|
+
interface LearningGenaiRootThresholdType {
|
|
6922
|
+
scoreType?: string;
|
|
6923
|
+
threshold?: number;
|
|
6924
|
+
}
|
|
6925
|
+
interface LearningGenaiRootTokensAndLogProbPerDecodingStep {
|
|
6926
|
+
/** Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates. */
|
|
6927
|
+
chosenCandidates?: LearningGenaiRootTokensAndLogProbPerDecodingStepCandidate[];
|
|
6928
|
+
/** Length = total number of decoding steps. */
|
|
6929
|
+
topCandidates?: LearningGenaiRootTokensAndLogProbPerDecodingStepTopCandidates[];
|
|
6930
|
+
}
|
|
6931
|
+
interface LearningGenaiRootTokensAndLogProbPerDecodingStepCandidate {
|
|
6932
|
+
/** The candidate's log probability. */
|
|
6933
|
+
logProbability?: number;
|
|
6934
|
+
/** The candidate’s token value. */
|
|
6935
|
+
token?: string;
|
|
6936
|
+
}
|
|
6937
|
+
interface LearningGenaiRootTokensAndLogProbPerDecodingStepTopCandidates {
|
|
6938
|
+
/** Sorted by log probability in descending order. */
|
|
6939
|
+
candidates?: LearningGenaiRootTokensAndLogProbPerDecodingStepCandidate[];
|
|
6940
|
+
}
|
|
6941
|
+
interface LearningGenaiRootToxicityResult {
|
|
6942
|
+
signals?: LearningGenaiRootToxicitySignal[];
|
|
6943
|
+
}
|
|
6944
|
+
interface LearningGenaiRootToxicitySignal {
|
|
6945
|
+
allowed?: boolean;
|
|
6946
|
+
label?: string;
|
|
6947
|
+
score?: number;
|
|
6948
|
+
}
|
|
6949
|
+
interface LearningServingLlmLanguageFilterResult {
|
|
6950
|
+
/** False when query or response should be filtered out due to unsupported language. */
|
|
6951
|
+
allowed?: boolean;
|
|
6952
|
+
/** Language of the query or response. */
|
|
6953
|
+
detectedLanguage?: string;
|
|
6954
|
+
/** Probability of the language predicted as returned by LangID. */
|
|
6955
|
+
detectedLanguageProbability?: number;
|
|
6956
|
+
}
|
|
6957
|
+
interface LearningServingLlmMessageMetadata {
|
|
6958
|
+
/** Summary of classifier output. We attach this to all messages regardless of whether classification rules triggered or not. */
|
|
6959
|
+
classifierSummary?: LearningGenaiRootClassifierOutputSummary;
|
|
6960
|
+
currentStreamTextLength?: number;
|
|
6961
|
+
/** Whether the corresponding message has been deleted. */
|
|
6962
|
+
deleted?: boolean;
|
|
6963
|
+
/** Metadata for filters that triggered. */
|
|
6964
|
+
filterMeta?: LearningGenaiRootFilterMetadata[];
|
|
6965
|
+
/** This score is finally used for ranking the message. This will be same as the score present in `Message.score` field. */
|
|
6966
|
+
finalMessageScore?: LearningGenaiRootScore;
|
|
6967
|
+
/** NOT YET IMPLEMENTED. */
|
|
6968
|
+
finishReason?: string;
|
|
6969
|
+
/** Applies to Response message only. Indicates whether the message is a fallback and the response would have otherwise been empty. */
|
|
6970
|
+
isFallback?: boolean;
|
|
6971
|
+
/** Result from nlp_saft DetectLanguage method. Currently the predicted language code and language probability is used. */
|
|
6972
|
+
langidResult?: NlpSaftLangIdResult;
|
|
6973
|
+
/** Detected language. */
|
|
6974
|
+
language?: string;
|
|
6975
|
+
/** The LM prefix used to generate this response. */
|
|
6976
|
+
lmPrefix?: string;
|
|
6977
|
+
/** The original text generated by LLM. This is the raw output for debugging purposes. */
|
|
6978
|
+
originalText?: string;
|
|
6979
|
+
/** NOT YET IMPLEMENTED. Applies to streaming only. Number of tokens decoded / emitted by the model as part of this stream. This may be different from token_count, which contains number of tokens returned in this response after any response rewriting / truncation. */
|
|
6980
|
+
perStreamDecodedTokenCount?: number;
|
|
6981
|
+
/** Results of running RAI on the query or this response candidate. One output per rai_config. It will be populated regardless of whether the threshold is exceeded or not. */
|
|
6982
|
+
raiOutputs?: LearningGenaiRootRAIOutput[];
|
|
6983
|
+
/** Recitation Results. It will be populated as long as Recitation processing is enabled, regardless of recitation outcome. */
|
|
6984
|
+
recitationResult?: LearningGenaiRecitationRecitationResult;
|
|
6985
|
+
/** NOT YET IMPLEMENTED. Number of tokens returned as part of this candidate. */
|
|
6986
|
+
returnTokenCount?: number;
|
|
6987
|
+
/** All the different scores for a message are logged here. */
|
|
6988
|
+
scores?: LearningGenaiRootScore[];
|
|
6989
|
+
/** Whether the response is terminated during streaming return. Only used for streaming requests. */
|
|
6990
|
+
streamTerminated?: boolean;
|
|
6991
|
+
/** NOT YET IMPLEMENTED. Aggregated number of total tokens decoded so far. For streaming, this is sum of all the tokens decoded so far i.e. aggregated count. */
|
|
6992
|
+
totalDecodedTokenCount?: number;
|
|
6993
|
+
/** Translated user-prompt used for RAI post processing. This is for internal processing only. We will translate in pre-processor and pass the translated text to the post processor using this field. It will be empty if non of the signals requested need translation. */
|
|
6994
|
+
translatedUserPrompts?: string[];
|
|
6995
|
+
/** The metadata from Vertex SafetyCat processors */
|
|
6996
|
+
vertexRaiResult?: CloudAiNlLlmProtoServiceRaiResult;
|
|
6997
|
+
}
|
|
6998
|
+
interface NlpSaftLangIdLocalesResult {
|
|
6999
|
+
/** List of locales in which the text would be considered acceptable. Sorted in descending order according to each locale's respective likelihood. For example, if a Portuguese text is acceptable in both Brazil and Portugal, but is more strongly associated with Brazil, then the predictions would be ["pt-BR", "pt-PT"], in that order. May be empty, indicating that the model did not predict any acceptable locales. */
|
|
7000
|
+
predictions?: NlpSaftLangIdLocalesResultLocale[];
|
|
7001
|
+
}
|
|
7002
|
+
interface NlpSaftLangIdLocalesResultLocale {
|
|
7003
|
+
/** A BCP 47 language code that includes region information. For example, "pt-BR" or "pt-PT". This field will always be populated. */
|
|
7004
|
+
languageCode?: string;
|
|
7005
|
+
}
|
|
7006
|
+
interface NlpSaftLangIdResult {
|
|
7007
|
+
/** The version of the model used to create these annotations. */
|
|
7008
|
+
modelVersion?: string;
|
|
7009
|
+
/** This field stores the n-best list of possible BCP 47 language code strings for a given input sorted in descending order according to each code's respective probability. */
|
|
7010
|
+
predictions?: NlpSaftLanguageSpan[];
|
|
7011
|
+
/** This field stores language predictions of subspans of the input, when available. Each LanguageSpanSequence is a sequence of LanguageSpans. A particular sequence of LanguageSpans has an associated probability, and need not necessarily cover the entire input. If no language could be predicted for any span, then this field may be empty. */
|
|
7012
|
+
spanPredictions?: NlpSaftLanguageSpanSequence[];
|
|
7013
|
+
}
|
|
7014
|
+
interface NlpSaftLanguageSpan {
|
|
7015
|
+
end?: number;
|
|
7016
|
+
/** A BCP 47 language code for this span. */
|
|
7017
|
+
languageCode?: string;
|
|
7018
|
+
/** Optional field containing any information that was predicted about the specific locale(s) of the span. */
|
|
7019
|
+
locales?: NlpSaftLangIdLocalesResult;
|
|
7020
|
+
/** A probability associated with this prediction. */
|
|
7021
|
+
probability?: number;
|
|
7022
|
+
/** Start and end byte offsets, inclusive, within the given input string. A value of -1 implies that this field is not set. Both fields must either be set with a nonnegative value or both are unset. If both are unset then this LanguageSpan applies to the entire input. */
|
|
7023
|
+
start?: number;
|
|
7024
|
+
}
|
|
7025
|
+
interface NlpSaftLanguageSpanSequence {
|
|
7026
|
+
/** A sequence of LanguageSpan objects, each assigning a language to a subspan of the input. */
|
|
7027
|
+
languageSpans?: NlpSaftLanguageSpan[];
|
|
7028
|
+
/** The probability of this sequence of LanguageSpans. */
|
|
7029
|
+
probability?: number;
|
|
7030
|
+
}
|
|
7031
|
+
interface Proto2BridgeMessageSet {}
|
|
7032
|
+
interface UtilStatusProto {
|
|
7033
|
+
/** The canonical error code (see codes.proto) that most closely corresponds to this status. This may be missing, and in the common case of the generic space, it definitely will be. */
|
|
7034
|
+
canonicalCode?: number;
|
|
7035
|
+
/** Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto */
|
|
7036
|
+
code?: number;
|
|
7037
|
+
/** Detail message */
|
|
7038
|
+
message?: string;
|
|
7039
|
+
/** message_set associates an arbitrary proto message with the status. */
|
|
7040
|
+
messageSet?: any;
|
|
7041
|
+
/** The following are usually only present when code != 0 Space to which this status belongs */
|
|
7042
|
+
space?: string;
|
|
7043
|
+
}
|
|
6538
7044
|
interface BatchPredictionJobsResource {
|
|
6539
7045
|
/** 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. */
|
|
6540
7046
|
cancel(request: {
|
|
@@ -15966,6 +16472,151 @@ declare namespace gapi.client {
|
|
|
15966
16472
|
): Request<{}>;
|
|
15967
16473
|
operations: OperationsResource;
|
|
15968
16474
|
}
|
|
16475
|
+
interface OperationsResource {
|
|
16476
|
+
/** 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`. */
|
|
16477
|
+
cancel(request?: {
|
|
16478
|
+
/** V1 error format. */
|
|
16479
|
+
'$.xgafv'?: string;
|
|
16480
|
+
/** OAuth access token. */
|
|
16481
|
+
access_token?: string;
|
|
16482
|
+
/** Data format for response. */
|
|
16483
|
+
alt?: string;
|
|
16484
|
+
/** JSONP */
|
|
16485
|
+
callback?: string;
|
|
16486
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
16487
|
+
fields?: string;
|
|
16488
|
+
/** 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. */
|
|
16489
|
+
key?: string;
|
|
16490
|
+
/** The name of the operation resource to be cancelled. */
|
|
16491
|
+
name: string;
|
|
16492
|
+
/** OAuth 2.0 token for the current user. */
|
|
16493
|
+
oauth_token?: string;
|
|
16494
|
+
/** Returns response with indentations and line breaks. */
|
|
16495
|
+
prettyPrint?: boolean;
|
|
16496
|
+
/** 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. */
|
|
16497
|
+
quotaUser?: string;
|
|
16498
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16499
|
+
upload_protocol?: string;
|
|
16500
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16501
|
+
uploadType?: string;
|
|
16502
|
+
}): Request<{}>;
|
|
16503
|
+
/** 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`. */
|
|
16504
|
+
delete(request?: {
|
|
16505
|
+
/** V1 error format. */
|
|
16506
|
+
'$.xgafv'?: string;
|
|
16507
|
+
/** OAuth access token. */
|
|
16508
|
+
access_token?: string;
|
|
16509
|
+
/** Data format for response. */
|
|
16510
|
+
alt?: string;
|
|
16511
|
+
/** JSONP */
|
|
16512
|
+
callback?: string;
|
|
16513
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
16514
|
+
fields?: string;
|
|
16515
|
+
/** 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. */
|
|
16516
|
+
key?: string;
|
|
16517
|
+
/** The name of the operation resource to be deleted. */
|
|
16518
|
+
name: string;
|
|
16519
|
+
/** OAuth 2.0 token for the current user. */
|
|
16520
|
+
oauth_token?: string;
|
|
16521
|
+
/** Returns response with indentations and line breaks. */
|
|
16522
|
+
prettyPrint?: boolean;
|
|
16523
|
+
/** 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. */
|
|
16524
|
+
quotaUser?: string;
|
|
16525
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16526
|
+
upload_protocol?: string;
|
|
16527
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16528
|
+
uploadType?: string;
|
|
16529
|
+
}): Request<{}>;
|
|
16530
|
+
/** 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. */
|
|
16531
|
+
get(request?: {
|
|
16532
|
+
/** V1 error format. */
|
|
16533
|
+
'$.xgafv'?: string;
|
|
16534
|
+
/** OAuth access token. */
|
|
16535
|
+
access_token?: string;
|
|
16536
|
+
/** Data format for response. */
|
|
16537
|
+
alt?: string;
|
|
16538
|
+
/** JSONP */
|
|
16539
|
+
callback?: string;
|
|
16540
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
16541
|
+
fields?: string;
|
|
16542
|
+
/** 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. */
|
|
16543
|
+
key?: string;
|
|
16544
|
+
/** The name of the operation resource. */
|
|
16545
|
+
name: string;
|
|
16546
|
+
/** OAuth 2.0 token for the current user. */
|
|
16547
|
+
oauth_token?: string;
|
|
16548
|
+
/** Returns response with indentations and line breaks. */
|
|
16549
|
+
prettyPrint?: boolean;
|
|
16550
|
+
/** 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. */
|
|
16551
|
+
quotaUser?: string;
|
|
16552
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16553
|
+
upload_protocol?: string;
|
|
16554
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16555
|
+
uploadType?: string;
|
|
16556
|
+
}): Request<GoogleLongrunningOperation>;
|
|
16557
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
16558
|
+
list(request?: {
|
|
16559
|
+
/** V1 error format. */
|
|
16560
|
+
'$.xgafv'?: string;
|
|
16561
|
+
/** OAuth access token. */
|
|
16562
|
+
access_token?: string;
|
|
16563
|
+
/** Data format for response. */
|
|
16564
|
+
alt?: string;
|
|
16565
|
+
/** JSONP */
|
|
16566
|
+
callback?: string;
|
|
16567
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
16568
|
+
fields?: string;
|
|
16569
|
+
/** The standard list filter. */
|
|
16570
|
+
filter?: string;
|
|
16571
|
+
/** 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. */
|
|
16572
|
+
key?: string;
|
|
16573
|
+
/** The name of the operation's parent resource. */
|
|
16574
|
+
name: string;
|
|
16575
|
+
/** OAuth 2.0 token for the current user. */
|
|
16576
|
+
oauth_token?: string;
|
|
16577
|
+
/** The standard list page size. */
|
|
16578
|
+
pageSize?: number;
|
|
16579
|
+
/** The standard list page token. */
|
|
16580
|
+
pageToken?: string;
|
|
16581
|
+
/** Returns response with indentations and line breaks. */
|
|
16582
|
+
prettyPrint?: boolean;
|
|
16583
|
+
/** 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. */
|
|
16584
|
+
quotaUser?: string;
|
|
16585
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16586
|
+
upload_protocol?: string;
|
|
16587
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16588
|
+
uploadType?: string;
|
|
16589
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
16590
|
+
/** 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. */
|
|
16591
|
+
wait(request?: {
|
|
16592
|
+
/** V1 error format. */
|
|
16593
|
+
'$.xgafv'?: string;
|
|
16594
|
+
/** OAuth access token. */
|
|
16595
|
+
access_token?: string;
|
|
16596
|
+
/** Data format for response. */
|
|
16597
|
+
alt?: string;
|
|
16598
|
+
/** JSONP */
|
|
16599
|
+
callback?: string;
|
|
16600
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
16601
|
+
fields?: string;
|
|
16602
|
+
/** 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. */
|
|
16603
|
+
key?: string;
|
|
16604
|
+
/** The name of the operation resource to wait on. */
|
|
16605
|
+
name: string;
|
|
16606
|
+
/** OAuth 2.0 token for the current user. */
|
|
16607
|
+
oauth_token?: string;
|
|
16608
|
+
/** Returns response with indentations and line breaks. */
|
|
16609
|
+
prettyPrint?: boolean;
|
|
16610
|
+
/** 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. */
|
|
16611
|
+
quotaUser?: string;
|
|
16612
|
+
/** 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. */
|
|
16613
|
+
timeout?: string;
|
|
16614
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16615
|
+
upload_protocol?: string;
|
|
16616
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16617
|
+
uploadType?: string;
|
|
16618
|
+
}): Request<GoogleLongrunningOperation>;
|
|
16619
|
+
}
|
|
15969
16620
|
interface ArtifactsResource {
|
|
15970
16621
|
/** Creates an Artifact associated with a MetadataStore. */
|
|
15971
16622
|
create(request: {
|
|
@@ -16275,10 +16926,11 @@ declare namespace gapi.client {
|
|
|
16275
16926
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16276
16927
|
uploadType?: string;
|
|
16277
16928
|
}): Request<GoogleCloudAiplatformV1beta1LineageSubgraph>;
|
|
16929
|
+
operations: OperationsResource;
|
|
16278
16930
|
}
|
|
16279
|
-
interface
|
|
16280
|
-
/**
|
|
16281
|
-
|
|
16931
|
+
interface OperationsResource {
|
|
16932
|
+
/** 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`. */
|
|
16933
|
+
cancel(request?: {
|
|
16282
16934
|
/** V1 error format. */
|
|
16283
16935
|
'$.xgafv'?: string;
|
|
16284
16936
|
/** OAuth access token. */
|
|
@@ -16287,12 +16939,12 @@ declare namespace gapi.client {
|
|
|
16287
16939
|
alt?: string;
|
|
16288
16940
|
/** JSONP */
|
|
16289
16941
|
callback?: string;
|
|
16290
|
-
/** Required. The resource name of the Context that the Artifacts and Executions belong to. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` */
|
|
16291
|
-
context: string;
|
|
16292
16942
|
/** Selector specifying which fields to include in a partial response. */
|
|
16293
16943
|
fields?: string;
|
|
16294
16944
|
/** 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. */
|
|
16295
16945
|
key?: string;
|
|
16946
|
+
/** The name of the operation resource to be cancelled. */
|
|
16947
|
+
name: string;
|
|
16296
16948
|
/** OAuth 2.0 token for the current user. */
|
|
16297
16949
|
oauth_token?: string;
|
|
16298
16950
|
/** Returns response with indentations and line breaks. */
|
|
@@ -16303,40 +16955,9 @@ declare namespace gapi.client {
|
|
|
16303
16955
|
upload_protocol?: string;
|
|
16304
16956
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16305
16957
|
uploadType?: string;
|
|
16306
|
-
/** Request body */
|
|
16307
|
-
resource: GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest;
|
|
16308
16958
|
}): Request<{}>;
|
|
16309
|
-
|
|
16310
|
-
|
|
16311
|
-
/** V1 error format. */
|
|
16312
|
-
'$.xgafv'?: string;
|
|
16313
|
-
/** OAuth access token. */
|
|
16314
|
-
access_token?: string;
|
|
16315
|
-
/** Data format for response. */
|
|
16316
|
-
alt?: string;
|
|
16317
|
-
/** JSONP */
|
|
16318
|
-
callback?: string;
|
|
16319
|
-
/** Required. The resource name of the Context that the Artifacts and Executions belong to. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` */
|
|
16320
|
-
context: string;
|
|
16321
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
16322
|
-
fields?: string;
|
|
16323
|
-
/** 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. */
|
|
16324
|
-
key?: string;
|
|
16325
|
-
/** OAuth 2.0 token for the current user. */
|
|
16326
|
-
oauth_token?: string;
|
|
16327
|
-
/** Returns response with indentations and line breaks. */
|
|
16328
|
-
prettyPrint?: boolean;
|
|
16329
|
-
/** 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. */
|
|
16330
|
-
quotaUser?: string;
|
|
16331
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16332
|
-
upload_protocol?: string;
|
|
16333
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16334
|
-
uploadType?: string;
|
|
16335
|
-
},
|
|
16336
|
-
body: GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest
|
|
16337
|
-
): Request<{}>;
|
|
16338
|
-
/** Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error. */
|
|
16339
|
-
addContextChildren(request: {
|
|
16959
|
+
/** 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`. */
|
|
16960
|
+
delete(request?: {
|
|
16340
16961
|
/** V1 error format. */
|
|
16341
16962
|
'$.xgafv'?: string;
|
|
16342
16963
|
/** OAuth access token. */
|
|
@@ -16345,12 +16966,12 @@ declare namespace gapi.client {
|
|
|
16345
16966
|
alt?: string;
|
|
16346
16967
|
/** JSONP */
|
|
16347
16968
|
callback?: string;
|
|
16348
|
-
/** Required. The resource name of the parent Context. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` */
|
|
16349
|
-
context: string;
|
|
16350
16969
|
/** Selector specifying which fields to include in a partial response. */
|
|
16351
16970
|
fields?: string;
|
|
16352
16971
|
/** 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. */
|
|
16353
16972
|
key?: string;
|
|
16973
|
+
/** The name of the operation resource to be deleted. */
|
|
16974
|
+
name: string;
|
|
16354
16975
|
/** OAuth 2.0 token for the current user. */
|
|
16355
16976
|
oauth_token?: string;
|
|
16356
16977
|
/** Returns response with indentations and line breaks. */
|
|
@@ -16361,14 +16982,190 @@ declare namespace gapi.client {
|
|
|
16361
16982
|
upload_protocol?: string;
|
|
16362
16983
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16363
16984
|
uploadType?: string;
|
|
16364
|
-
/** Request body */
|
|
16365
|
-
resource: GoogleCloudAiplatformV1beta1AddContextChildrenRequest;
|
|
16366
16985
|
}): Request<{}>;
|
|
16367
|
-
|
|
16368
|
-
|
|
16369
|
-
|
|
16370
|
-
|
|
16371
|
-
|
|
16986
|
+
/** 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. */
|
|
16987
|
+
get(request?: {
|
|
16988
|
+
/** V1 error format. */
|
|
16989
|
+
'$.xgafv'?: string;
|
|
16990
|
+
/** OAuth access token. */
|
|
16991
|
+
access_token?: string;
|
|
16992
|
+
/** Data format for response. */
|
|
16993
|
+
alt?: string;
|
|
16994
|
+
/** JSONP */
|
|
16995
|
+
callback?: string;
|
|
16996
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
16997
|
+
fields?: string;
|
|
16998
|
+
/** 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. */
|
|
16999
|
+
key?: string;
|
|
17000
|
+
/** The name of the operation resource. */
|
|
17001
|
+
name: string;
|
|
17002
|
+
/** OAuth 2.0 token for the current user. */
|
|
17003
|
+
oauth_token?: string;
|
|
17004
|
+
/** Returns response with indentations and line breaks. */
|
|
17005
|
+
prettyPrint?: boolean;
|
|
17006
|
+
/** 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. */
|
|
17007
|
+
quotaUser?: string;
|
|
17008
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17009
|
+
upload_protocol?: string;
|
|
17010
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17011
|
+
uploadType?: string;
|
|
17012
|
+
}): Request<GoogleLongrunningOperation>;
|
|
17013
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
17014
|
+
list(request?: {
|
|
17015
|
+
/** V1 error format. */
|
|
17016
|
+
'$.xgafv'?: string;
|
|
17017
|
+
/** OAuth access token. */
|
|
17018
|
+
access_token?: string;
|
|
17019
|
+
/** Data format for response. */
|
|
17020
|
+
alt?: string;
|
|
17021
|
+
/** JSONP */
|
|
17022
|
+
callback?: string;
|
|
17023
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17024
|
+
fields?: string;
|
|
17025
|
+
/** The standard list filter. */
|
|
17026
|
+
filter?: string;
|
|
17027
|
+
/** 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. */
|
|
17028
|
+
key?: string;
|
|
17029
|
+
/** The name of the operation's parent resource. */
|
|
17030
|
+
name: string;
|
|
17031
|
+
/** OAuth 2.0 token for the current user. */
|
|
17032
|
+
oauth_token?: string;
|
|
17033
|
+
/** The standard list page size. */
|
|
17034
|
+
pageSize?: number;
|
|
17035
|
+
/** The standard list page token. */
|
|
17036
|
+
pageToken?: string;
|
|
17037
|
+
/** Returns response with indentations and line breaks. */
|
|
17038
|
+
prettyPrint?: boolean;
|
|
17039
|
+
/** 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. */
|
|
17040
|
+
quotaUser?: string;
|
|
17041
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17042
|
+
upload_protocol?: string;
|
|
17043
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17044
|
+
uploadType?: string;
|
|
17045
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
17046
|
+
/** 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. */
|
|
17047
|
+
wait(request?: {
|
|
17048
|
+
/** V1 error format. */
|
|
17049
|
+
'$.xgafv'?: string;
|
|
17050
|
+
/** OAuth access token. */
|
|
17051
|
+
access_token?: string;
|
|
17052
|
+
/** Data format for response. */
|
|
17053
|
+
alt?: string;
|
|
17054
|
+
/** JSONP */
|
|
17055
|
+
callback?: string;
|
|
17056
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17057
|
+
fields?: string;
|
|
17058
|
+
/** 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. */
|
|
17059
|
+
key?: string;
|
|
17060
|
+
/** The name of the operation resource to wait on. */
|
|
17061
|
+
name: string;
|
|
17062
|
+
/** OAuth 2.0 token for the current user. */
|
|
17063
|
+
oauth_token?: string;
|
|
17064
|
+
/** Returns response with indentations and line breaks. */
|
|
17065
|
+
prettyPrint?: boolean;
|
|
17066
|
+
/** 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. */
|
|
17067
|
+
quotaUser?: string;
|
|
17068
|
+
/** 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. */
|
|
17069
|
+
timeout?: string;
|
|
17070
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17071
|
+
upload_protocol?: string;
|
|
17072
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17073
|
+
uploadType?: string;
|
|
17074
|
+
}): Request<GoogleLongrunningOperation>;
|
|
17075
|
+
}
|
|
17076
|
+
interface ContextsResource {
|
|
17077
|
+
/** Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped. */
|
|
17078
|
+
addContextArtifactsAndExecutions(request: {
|
|
17079
|
+
/** V1 error format. */
|
|
17080
|
+
'$.xgafv'?: string;
|
|
17081
|
+
/** OAuth access token. */
|
|
17082
|
+
access_token?: string;
|
|
17083
|
+
/** Data format for response. */
|
|
17084
|
+
alt?: string;
|
|
17085
|
+
/** JSONP */
|
|
17086
|
+
callback?: string;
|
|
17087
|
+
/** Required. The resource name of the Context that the Artifacts and Executions belong to. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` */
|
|
17088
|
+
context: string;
|
|
17089
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17090
|
+
fields?: string;
|
|
17091
|
+
/** 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. */
|
|
17092
|
+
key?: string;
|
|
17093
|
+
/** OAuth 2.0 token for the current user. */
|
|
17094
|
+
oauth_token?: string;
|
|
17095
|
+
/** Returns response with indentations and line breaks. */
|
|
17096
|
+
prettyPrint?: boolean;
|
|
17097
|
+
/** 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. */
|
|
17098
|
+
quotaUser?: string;
|
|
17099
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17100
|
+
upload_protocol?: string;
|
|
17101
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17102
|
+
uploadType?: string;
|
|
17103
|
+
/** Request body */
|
|
17104
|
+
resource: GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest;
|
|
17105
|
+
}): Request<{}>;
|
|
17106
|
+
addContextArtifactsAndExecutions(
|
|
17107
|
+
request: {
|
|
17108
|
+
/** V1 error format. */
|
|
17109
|
+
'$.xgafv'?: string;
|
|
17110
|
+
/** OAuth access token. */
|
|
17111
|
+
access_token?: string;
|
|
17112
|
+
/** Data format for response. */
|
|
17113
|
+
alt?: string;
|
|
17114
|
+
/** JSONP */
|
|
17115
|
+
callback?: string;
|
|
17116
|
+
/** Required. The resource name of the Context that the Artifacts and Executions belong to. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` */
|
|
17117
|
+
context: string;
|
|
17118
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17119
|
+
fields?: string;
|
|
17120
|
+
/** 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. */
|
|
17121
|
+
key?: string;
|
|
17122
|
+
/** OAuth 2.0 token for the current user. */
|
|
17123
|
+
oauth_token?: string;
|
|
17124
|
+
/** Returns response with indentations and line breaks. */
|
|
17125
|
+
prettyPrint?: boolean;
|
|
17126
|
+
/** 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. */
|
|
17127
|
+
quotaUser?: string;
|
|
17128
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17129
|
+
upload_protocol?: string;
|
|
17130
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17131
|
+
uploadType?: string;
|
|
17132
|
+
},
|
|
17133
|
+
body: GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest
|
|
17134
|
+
): Request<{}>;
|
|
17135
|
+
/** Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error. */
|
|
17136
|
+
addContextChildren(request: {
|
|
17137
|
+
/** V1 error format. */
|
|
17138
|
+
'$.xgafv'?: string;
|
|
17139
|
+
/** OAuth access token. */
|
|
17140
|
+
access_token?: string;
|
|
17141
|
+
/** Data format for response. */
|
|
17142
|
+
alt?: string;
|
|
17143
|
+
/** JSONP */
|
|
17144
|
+
callback?: string;
|
|
17145
|
+
/** Required. The resource name of the parent Context. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` */
|
|
17146
|
+
context: string;
|
|
17147
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17148
|
+
fields?: string;
|
|
17149
|
+
/** 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. */
|
|
17150
|
+
key?: string;
|
|
17151
|
+
/** OAuth 2.0 token for the current user. */
|
|
17152
|
+
oauth_token?: string;
|
|
17153
|
+
/** Returns response with indentations and line breaks. */
|
|
17154
|
+
prettyPrint?: boolean;
|
|
17155
|
+
/** 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. */
|
|
17156
|
+
quotaUser?: string;
|
|
17157
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17158
|
+
upload_protocol?: string;
|
|
17159
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17160
|
+
uploadType?: string;
|
|
17161
|
+
/** Request body */
|
|
17162
|
+
resource: GoogleCloudAiplatformV1beta1AddContextChildrenRequest;
|
|
17163
|
+
}): Request<{}>;
|
|
17164
|
+
addContextChildren(
|
|
17165
|
+
request: {
|
|
17166
|
+
/** V1 error format. */
|
|
17167
|
+
'$.xgafv'?: string;
|
|
17168
|
+
/** OAuth access token. */
|
|
16372
17169
|
access_token?: string;
|
|
16373
17170
|
/** Data format for response. */
|
|
16374
17171
|
alt?: string;
|
|
@@ -16757,6 +17554,152 @@ declare namespace gapi.client {
|
|
|
16757
17554
|
},
|
|
16758
17555
|
body: GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
|
|
16759
17556
|
): Request<{}>;
|
|
17557
|
+
operations: OperationsResource;
|
|
17558
|
+
}
|
|
17559
|
+
interface OperationsResource {
|
|
17560
|
+
/** 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`. */
|
|
17561
|
+
cancel(request?: {
|
|
17562
|
+
/** V1 error format. */
|
|
17563
|
+
'$.xgafv'?: string;
|
|
17564
|
+
/** OAuth access token. */
|
|
17565
|
+
access_token?: string;
|
|
17566
|
+
/** Data format for response. */
|
|
17567
|
+
alt?: string;
|
|
17568
|
+
/** JSONP */
|
|
17569
|
+
callback?: string;
|
|
17570
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17571
|
+
fields?: string;
|
|
17572
|
+
/** 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. */
|
|
17573
|
+
key?: string;
|
|
17574
|
+
/** The name of the operation resource to be cancelled. */
|
|
17575
|
+
name: string;
|
|
17576
|
+
/** OAuth 2.0 token for the current user. */
|
|
17577
|
+
oauth_token?: string;
|
|
17578
|
+
/** Returns response with indentations and line breaks. */
|
|
17579
|
+
prettyPrint?: boolean;
|
|
17580
|
+
/** 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. */
|
|
17581
|
+
quotaUser?: string;
|
|
17582
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17583
|
+
upload_protocol?: string;
|
|
17584
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17585
|
+
uploadType?: string;
|
|
17586
|
+
}): Request<{}>;
|
|
17587
|
+
/** 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`. */
|
|
17588
|
+
delete(request?: {
|
|
17589
|
+
/** V1 error format. */
|
|
17590
|
+
'$.xgafv'?: string;
|
|
17591
|
+
/** OAuth access token. */
|
|
17592
|
+
access_token?: string;
|
|
17593
|
+
/** Data format for response. */
|
|
17594
|
+
alt?: string;
|
|
17595
|
+
/** JSONP */
|
|
17596
|
+
callback?: string;
|
|
17597
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17598
|
+
fields?: string;
|
|
17599
|
+
/** 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. */
|
|
17600
|
+
key?: string;
|
|
17601
|
+
/** The name of the operation resource to be deleted. */
|
|
17602
|
+
name: string;
|
|
17603
|
+
/** OAuth 2.0 token for the current user. */
|
|
17604
|
+
oauth_token?: string;
|
|
17605
|
+
/** Returns response with indentations and line breaks. */
|
|
17606
|
+
prettyPrint?: boolean;
|
|
17607
|
+
/** 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. */
|
|
17608
|
+
quotaUser?: string;
|
|
17609
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17610
|
+
upload_protocol?: string;
|
|
17611
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17612
|
+
uploadType?: string;
|
|
17613
|
+
}): Request<{}>;
|
|
17614
|
+
/** 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. */
|
|
17615
|
+
get(request?: {
|
|
17616
|
+
/** V1 error format. */
|
|
17617
|
+
'$.xgafv'?: string;
|
|
17618
|
+
/** OAuth access token. */
|
|
17619
|
+
access_token?: string;
|
|
17620
|
+
/** Data format for response. */
|
|
17621
|
+
alt?: string;
|
|
17622
|
+
/** JSONP */
|
|
17623
|
+
callback?: string;
|
|
17624
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17625
|
+
fields?: string;
|
|
17626
|
+
/** 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. */
|
|
17627
|
+
key?: string;
|
|
17628
|
+
/** The name of the operation resource. */
|
|
17629
|
+
name: string;
|
|
17630
|
+
/** OAuth 2.0 token for the current user. */
|
|
17631
|
+
oauth_token?: string;
|
|
17632
|
+
/** Returns response with indentations and line breaks. */
|
|
17633
|
+
prettyPrint?: boolean;
|
|
17634
|
+
/** 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. */
|
|
17635
|
+
quotaUser?: string;
|
|
17636
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17637
|
+
upload_protocol?: string;
|
|
17638
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17639
|
+
uploadType?: string;
|
|
17640
|
+
}): Request<GoogleLongrunningOperation>;
|
|
17641
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
17642
|
+
list(request?: {
|
|
17643
|
+
/** V1 error format. */
|
|
17644
|
+
'$.xgafv'?: string;
|
|
17645
|
+
/** OAuth access token. */
|
|
17646
|
+
access_token?: string;
|
|
17647
|
+
/** Data format for response. */
|
|
17648
|
+
alt?: string;
|
|
17649
|
+
/** JSONP */
|
|
17650
|
+
callback?: string;
|
|
17651
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17652
|
+
fields?: string;
|
|
17653
|
+
/** The standard list filter. */
|
|
17654
|
+
filter?: string;
|
|
17655
|
+
/** 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. */
|
|
17656
|
+
key?: string;
|
|
17657
|
+
/** The name of the operation's parent resource. */
|
|
17658
|
+
name: string;
|
|
17659
|
+
/** OAuth 2.0 token for the current user. */
|
|
17660
|
+
oauth_token?: string;
|
|
17661
|
+
/** The standard list page size. */
|
|
17662
|
+
pageSize?: number;
|
|
17663
|
+
/** The standard list page token. */
|
|
17664
|
+
pageToken?: string;
|
|
17665
|
+
/** Returns response with indentations and line breaks. */
|
|
17666
|
+
prettyPrint?: boolean;
|
|
17667
|
+
/** 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. */
|
|
17668
|
+
quotaUser?: string;
|
|
17669
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17670
|
+
upload_protocol?: string;
|
|
17671
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17672
|
+
uploadType?: string;
|
|
17673
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
17674
|
+
/** 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. */
|
|
17675
|
+
wait(request?: {
|
|
17676
|
+
/** V1 error format. */
|
|
17677
|
+
'$.xgafv'?: string;
|
|
17678
|
+
/** OAuth access token. */
|
|
17679
|
+
access_token?: string;
|
|
17680
|
+
/** Data format for response. */
|
|
17681
|
+
alt?: string;
|
|
17682
|
+
/** JSONP */
|
|
17683
|
+
callback?: string;
|
|
17684
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17685
|
+
fields?: string;
|
|
17686
|
+
/** 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. */
|
|
17687
|
+
key?: string;
|
|
17688
|
+
/** The name of the operation resource to wait on. */
|
|
17689
|
+
name: string;
|
|
17690
|
+
/** OAuth 2.0 token for the current user. */
|
|
17691
|
+
oauth_token?: string;
|
|
17692
|
+
/** Returns response with indentations and line breaks. */
|
|
17693
|
+
prettyPrint?: boolean;
|
|
17694
|
+
/** 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. */
|
|
17695
|
+
quotaUser?: string;
|
|
17696
|
+
/** 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. */
|
|
17697
|
+
timeout?: string;
|
|
17698
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17699
|
+
upload_protocol?: string;
|
|
17700
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17701
|
+
uploadType?: string;
|
|
17702
|
+
}): Request<GoogleLongrunningOperation>;
|
|
16760
17703
|
}
|
|
16761
17704
|
interface ExecutionsResource {
|
|
16762
17705
|
/** Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped. */
|
|
@@ -17104,12 +18047,166 @@ declare namespace gapi.client {
|
|
|
17104
18047
|
alt?: string;
|
|
17105
18048
|
/** JSONP */
|
|
17106
18049
|
callback?: string;
|
|
17107
|
-
/** Required. The resource name of the Execution whose input and output Artifacts should be retrieved as a LineageSubgraph. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` */
|
|
17108
|
-
execution: string;
|
|
18050
|
+
/** Required. The resource name of the Execution whose input and output Artifacts should be retrieved as a LineageSubgraph. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` */
|
|
18051
|
+
execution: string;
|
|
18052
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
18053
|
+
fields?: string;
|
|
18054
|
+
/** 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. */
|
|
18055
|
+
key?: string;
|
|
18056
|
+
/** OAuth 2.0 token for the current user. */
|
|
18057
|
+
oauth_token?: string;
|
|
18058
|
+
/** Returns response with indentations and line breaks. */
|
|
18059
|
+
prettyPrint?: boolean;
|
|
18060
|
+
/** 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. */
|
|
18061
|
+
quotaUser?: string;
|
|
18062
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
18063
|
+
upload_protocol?: string;
|
|
18064
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
18065
|
+
uploadType?: string;
|
|
18066
|
+
}): Request<GoogleCloudAiplatformV1beta1LineageSubgraph>;
|
|
18067
|
+
operations: OperationsResource;
|
|
18068
|
+
}
|
|
18069
|
+
interface MetadataSchemasResource {
|
|
18070
|
+
/** Creates a MetadataSchema. */
|
|
18071
|
+
create(request: {
|
|
18072
|
+
/** V1 error format. */
|
|
18073
|
+
'$.xgafv'?: string;
|
|
18074
|
+
/** OAuth access token. */
|
|
18075
|
+
access_token?: string;
|
|
18076
|
+
/** Data format for response. */
|
|
18077
|
+
alt?: string;
|
|
18078
|
+
/** JSONP */
|
|
18079
|
+
callback?: string;
|
|
18080
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
18081
|
+
fields?: string;
|
|
18082
|
+
/** 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. */
|
|
18083
|
+
key?: string;
|
|
18084
|
+
/** The {metadata_schema} portion of the resource name with the format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are `/a-z-/`. Must be unique across all MetadataSchemas in the parent Location. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting MetadataSchema.) */
|
|
18085
|
+
metadataSchemaId?: string;
|
|
18086
|
+
/** OAuth 2.0 token for the current user. */
|
|
18087
|
+
oauth_token?: string;
|
|
18088
|
+
/** Required. The resource name of the MetadataStore where the MetadataSchema should be created. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` */
|
|
18089
|
+
parent: string;
|
|
18090
|
+
/** Returns response with indentations and line breaks. */
|
|
18091
|
+
prettyPrint?: boolean;
|
|
18092
|
+
/** 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. */
|
|
18093
|
+
quotaUser?: string;
|
|
18094
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
18095
|
+
upload_protocol?: string;
|
|
18096
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
18097
|
+
uploadType?: string;
|
|
18098
|
+
/** Request body */
|
|
18099
|
+
resource: GoogleCloudAiplatformV1beta1MetadataSchema;
|
|
18100
|
+
}): Request<GoogleCloudAiplatformV1beta1MetadataSchema>;
|
|
18101
|
+
create(
|
|
18102
|
+
request: {
|
|
18103
|
+
/** V1 error format. */
|
|
18104
|
+
'$.xgafv'?: string;
|
|
18105
|
+
/** OAuth access token. */
|
|
18106
|
+
access_token?: string;
|
|
18107
|
+
/** Data format for response. */
|
|
18108
|
+
alt?: string;
|
|
18109
|
+
/** JSONP */
|
|
18110
|
+
callback?: string;
|
|
18111
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
18112
|
+
fields?: string;
|
|
18113
|
+
/** 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. */
|
|
18114
|
+
key?: string;
|
|
18115
|
+
/** The {metadata_schema} portion of the resource name with the format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are `/a-z-/`. Must be unique across all MetadataSchemas in the parent Location. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting MetadataSchema.) */
|
|
18116
|
+
metadataSchemaId?: string;
|
|
18117
|
+
/** OAuth 2.0 token for the current user. */
|
|
18118
|
+
oauth_token?: string;
|
|
18119
|
+
/** Required. The resource name of the MetadataStore where the MetadataSchema should be created. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` */
|
|
18120
|
+
parent: string;
|
|
18121
|
+
/** Returns response with indentations and line breaks. */
|
|
18122
|
+
prettyPrint?: boolean;
|
|
18123
|
+
/** 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. */
|
|
18124
|
+
quotaUser?: string;
|
|
18125
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
18126
|
+
upload_protocol?: string;
|
|
18127
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
18128
|
+
uploadType?: string;
|
|
18129
|
+
},
|
|
18130
|
+
body: GoogleCloudAiplatformV1beta1MetadataSchema
|
|
18131
|
+
): Request<GoogleCloudAiplatformV1beta1MetadataSchema>;
|
|
18132
|
+
/** Retrieves a specific MetadataSchema. */
|
|
18133
|
+
get(request?: {
|
|
18134
|
+
/** V1 error format. */
|
|
18135
|
+
'$.xgafv'?: string;
|
|
18136
|
+
/** OAuth access token. */
|
|
18137
|
+
access_token?: string;
|
|
18138
|
+
/** Data format for response. */
|
|
18139
|
+
alt?: string;
|
|
18140
|
+
/** JSONP */
|
|
18141
|
+
callback?: string;
|
|
18142
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
18143
|
+
fields?: string;
|
|
18144
|
+
/** 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. */
|
|
18145
|
+
key?: string;
|
|
18146
|
+
/** Required. The resource name of the MetadataSchema to retrieve. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` */
|
|
18147
|
+
name: string;
|
|
18148
|
+
/** OAuth 2.0 token for the current user. */
|
|
18149
|
+
oauth_token?: string;
|
|
18150
|
+
/** Returns response with indentations and line breaks. */
|
|
18151
|
+
prettyPrint?: boolean;
|
|
18152
|
+
/** 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. */
|
|
18153
|
+
quotaUser?: string;
|
|
18154
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
18155
|
+
upload_protocol?: string;
|
|
18156
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
18157
|
+
uploadType?: string;
|
|
18158
|
+
}): Request<GoogleCloudAiplatformV1beta1MetadataSchema>;
|
|
18159
|
+
/** Lists MetadataSchemas. */
|
|
18160
|
+
list(request?: {
|
|
18161
|
+
/** V1 error format. */
|
|
18162
|
+
'$.xgafv'?: string;
|
|
18163
|
+
/** OAuth access token. */
|
|
18164
|
+
access_token?: string;
|
|
18165
|
+
/** Data format for response. */
|
|
18166
|
+
alt?: string;
|
|
18167
|
+
/** JSONP */
|
|
18168
|
+
callback?: string;
|
|
18169
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
18170
|
+
fields?: string;
|
|
18171
|
+
/** A query to filter available MetadataSchemas for matching results. */
|
|
18172
|
+
filter?: string;
|
|
18173
|
+
/** 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. */
|
|
18174
|
+
key?: string;
|
|
18175
|
+
/** OAuth 2.0 token for the current user. */
|
|
18176
|
+
oauth_token?: string;
|
|
18177
|
+
/** The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100. */
|
|
18178
|
+
pageSize?: number;
|
|
18179
|
+
/** A page token, received from a previous MetadataService.ListMetadataSchemas call. Provide this to retrieve the next page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.) */
|
|
18180
|
+
pageToken?: string;
|
|
18181
|
+
/** Required. The MetadataStore whose MetadataSchemas should be listed. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` */
|
|
18182
|
+
parent: string;
|
|
18183
|
+
/** Returns response with indentations and line breaks. */
|
|
18184
|
+
prettyPrint?: boolean;
|
|
18185
|
+
/** 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. */
|
|
18186
|
+
quotaUser?: string;
|
|
18187
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
18188
|
+
upload_protocol?: string;
|
|
18189
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
18190
|
+
uploadType?: string;
|
|
18191
|
+
}): Request<GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse>;
|
|
18192
|
+
}
|
|
18193
|
+
interface OperationsResource {
|
|
18194
|
+
/** 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`. */
|
|
18195
|
+
cancel(request?: {
|
|
18196
|
+
/** V1 error format. */
|
|
18197
|
+
'$.xgafv'?: string;
|
|
18198
|
+
/** OAuth access token. */
|
|
18199
|
+
access_token?: string;
|
|
18200
|
+
/** Data format for response. */
|
|
18201
|
+
alt?: string;
|
|
18202
|
+
/** JSONP */
|
|
18203
|
+
callback?: string;
|
|
17109
18204
|
/** Selector specifying which fields to include in a partial response. */
|
|
17110
18205
|
fields?: string;
|
|
17111
18206
|
/** 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. */
|
|
17112
18207
|
key?: string;
|
|
18208
|
+
/** The name of the operation resource to be cancelled. */
|
|
18209
|
+
name: string;
|
|
17113
18210
|
/** OAuth 2.0 token for the current user. */
|
|
17114
18211
|
oauth_token?: string;
|
|
17115
18212
|
/** Returns response with indentations and line breaks. */
|
|
@@ -17120,11 +18217,9 @@ declare namespace gapi.client {
|
|
|
17120
18217
|
upload_protocol?: string;
|
|
17121
18218
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17122
18219
|
uploadType?: string;
|
|
17123
|
-
}): Request<
|
|
17124
|
-
|
|
17125
|
-
|
|
17126
|
-
/** Creates a MetadataSchema. */
|
|
17127
|
-
create(request: {
|
|
18220
|
+
}): Request<{}>;
|
|
18221
|
+
/** 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`. */
|
|
18222
|
+
delete(request?: {
|
|
17128
18223
|
/** V1 error format. */
|
|
17129
18224
|
'$.xgafv'?: string;
|
|
17130
18225
|
/** OAuth access token. */
|
|
@@ -17137,12 +18232,10 @@ declare namespace gapi.client {
|
|
|
17137
18232
|
fields?: string;
|
|
17138
18233
|
/** 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. */
|
|
17139
18234
|
key?: string;
|
|
17140
|
-
/** The
|
|
17141
|
-
|
|
18235
|
+
/** The name of the operation resource to be deleted. */
|
|
18236
|
+
name: string;
|
|
17142
18237
|
/** OAuth 2.0 token for the current user. */
|
|
17143
18238
|
oauth_token?: string;
|
|
17144
|
-
/** Required. The resource name of the MetadataStore where the MetadataSchema should be created. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` */
|
|
17145
|
-
parent: string;
|
|
17146
18239
|
/** Returns response with indentations and line breaks. */
|
|
17147
18240
|
prettyPrint?: boolean;
|
|
17148
18241
|
/** 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. */
|
|
@@ -17151,41 +18244,8 @@ declare namespace gapi.client {
|
|
|
17151
18244
|
upload_protocol?: string;
|
|
17152
18245
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17153
18246
|
uploadType?: string;
|
|
17154
|
-
|
|
17155
|
-
|
|
17156
|
-
}): Request<GoogleCloudAiplatformV1beta1MetadataSchema>;
|
|
17157
|
-
create(
|
|
17158
|
-
request: {
|
|
17159
|
-
/** V1 error format. */
|
|
17160
|
-
'$.xgafv'?: string;
|
|
17161
|
-
/** OAuth access token. */
|
|
17162
|
-
access_token?: string;
|
|
17163
|
-
/** Data format for response. */
|
|
17164
|
-
alt?: string;
|
|
17165
|
-
/** JSONP */
|
|
17166
|
-
callback?: string;
|
|
17167
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
17168
|
-
fields?: string;
|
|
17169
|
-
/** 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. */
|
|
17170
|
-
key?: string;
|
|
17171
|
-
/** The {metadata_schema} portion of the resource name with the format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are `/a-z-/`. Must be unique across all MetadataSchemas in the parent Location. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting MetadataSchema.) */
|
|
17172
|
-
metadataSchemaId?: string;
|
|
17173
|
-
/** OAuth 2.0 token for the current user. */
|
|
17174
|
-
oauth_token?: string;
|
|
17175
|
-
/** Required. The resource name of the MetadataStore where the MetadataSchema should be created. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` */
|
|
17176
|
-
parent: string;
|
|
17177
|
-
/** Returns response with indentations and line breaks. */
|
|
17178
|
-
prettyPrint?: boolean;
|
|
17179
|
-
/** 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. */
|
|
17180
|
-
quotaUser?: string;
|
|
17181
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17182
|
-
upload_protocol?: string;
|
|
17183
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17184
|
-
uploadType?: string;
|
|
17185
|
-
},
|
|
17186
|
-
body: GoogleCloudAiplatformV1beta1MetadataSchema
|
|
17187
|
-
): Request<GoogleCloudAiplatformV1beta1MetadataSchema>;
|
|
17188
|
-
/** Retrieves a specific MetadataSchema. */
|
|
18247
|
+
}): Request<{}>;
|
|
18248
|
+
/** 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. */
|
|
17189
18249
|
get(request?: {
|
|
17190
18250
|
/** V1 error format. */
|
|
17191
18251
|
'$.xgafv'?: string;
|
|
@@ -17199,7 +18259,7 @@ declare namespace gapi.client {
|
|
|
17199
18259
|
fields?: string;
|
|
17200
18260
|
/** 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. */
|
|
17201
18261
|
key?: string;
|
|
17202
|
-
/**
|
|
18262
|
+
/** The name of the operation resource. */
|
|
17203
18263
|
name: string;
|
|
17204
18264
|
/** OAuth 2.0 token for the current user. */
|
|
17205
18265
|
oauth_token?: string;
|
|
@@ -17211,8 +18271,8 @@ declare namespace gapi.client {
|
|
|
17211
18271
|
upload_protocol?: string;
|
|
17212
18272
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17213
18273
|
uploadType?: string;
|
|
17214
|
-
}): Request<
|
|
17215
|
-
/** Lists
|
|
18274
|
+
}): Request<GoogleLongrunningOperation>;
|
|
18275
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
17216
18276
|
list(request?: {
|
|
17217
18277
|
/** V1 error format. */
|
|
17218
18278
|
'$.xgafv'?: string;
|
|
@@ -17224,18 +18284,18 @@ declare namespace gapi.client {
|
|
|
17224
18284
|
callback?: string;
|
|
17225
18285
|
/** Selector specifying which fields to include in a partial response. */
|
|
17226
18286
|
fields?: string;
|
|
17227
|
-
/**
|
|
18287
|
+
/** The standard list filter. */
|
|
17228
18288
|
filter?: string;
|
|
17229
18289
|
/** 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. */
|
|
17230
18290
|
key?: string;
|
|
18291
|
+
/** The name of the operation's parent resource. */
|
|
18292
|
+
name: string;
|
|
17231
18293
|
/** OAuth 2.0 token for the current user. */
|
|
17232
18294
|
oauth_token?: string;
|
|
17233
|
-
/** The
|
|
18295
|
+
/** The standard list page size. */
|
|
17234
18296
|
pageSize?: number;
|
|
17235
|
-
/**
|
|
18297
|
+
/** The standard list page token. */
|
|
17236
18298
|
pageToken?: string;
|
|
17237
|
-
/** Required. The MetadataStore whose MetadataSchemas should be listed. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` */
|
|
17238
|
-
parent: string;
|
|
17239
18299
|
/** Returns response with indentations and line breaks. */
|
|
17240
18300
|
prettyPrint?: boolean;
|
|
17241
18301
|
/** 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. */
|
|
@@ -17244,7 +18304,36 @@ declare namespace gapi.client {
|
|
|
17244
18304
|
upload_protocol?: string;
|
|
17245
18305
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17246
18306
|
uploadType?: string;
|
|
17247
|
-
}): Request<
|
|
18307
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
18308
|
+
/** 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. */
|
|
18309
|
+
wait(request?: {
|
|
18310
|
+
/** V1 error format. */
|
|
18311
|
+
'$.xgafv'?: string;
|
|
18312
|
+
/** OAuth access token. */
|
|
18313
|
+
access_token?: string;
|
|
18314
|
+
/** Data format for response. */
|
|
18315
|
+
alt?: string;
|
|
18316
|
+
/** JSONP */
|
|
18317
|
+
callback?: string;
|
|
18318
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
18319
|
+
fields?: string;
|
|
18320
|
+
/** 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. */
|
|
18321
|
+
key?: string;
|
|
18322
|
+
/** The name of the operation resource to wait on. */
|
|
18323
|
+
name: string;
|
|
18324
|
+
/** OAuth 2.0 token for the current user. */
|
|
18325
|
+
oauth_token?: string;
|
|
18326
|
+
/** Returns response with indentations and line breaks. */
|
|
18327
|
+
prettyPrint?: boolean;
|
|
18328
|
+
/** 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. */
|
|
18329
|
+
quotaUser?: string;
|
|
18330
|
+
/** 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. */
|
|
18331
|
+
timeout?: string;
|
|
18332
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
18333
|
+
upload_protocol?: string;
|
|
18334
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
18335
|
+
uploadType?: string;
|
|
18336
|
+
}): Request<GoogleLongrunningOperation>;
|
|
17248
18337
|
}
|
|
17249
18338
|
interface MetadataStoresResource {
|
|
17250
18339
|
/** Initializes a MetadataStore, including allocation of resources. */
|
|
@@ -17400,6 +18489,7 @@ declare namespace gapi.client {
|
|
|
17400
18489
|
contexts: ContextsResource;
|
|
17401
18490
|
executions: ExecutionsResource;
|
|
17402
18491
|
metadataSchemas: MetadataSchemasResource;
|
|
18492
|
+
operations: OperationsResource;
|
|
17403
18493
|
}
|
|
17404
18494
|
interface OperationsResource {
|
|
17405
18495
|
/** 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`. */
|
|
@@ -21991,6 +23081,154 @@ declare namespace gapi.client {
|
|
|
21991
23081
|
uploadType?: string;
|
|
21992
23082
|
}): Request<GoogleLongrunningOperation>;
|
|
21993
23083
|
}
|
|
23084
|
+
interface ReasoningEnginesResource {
|
|
23085
|
+
operations: OperationsResource;
|
|
23086
|
+
}
|
|
23087
|
+
interface OperationsResource {
|
|
23088
|
+
/** 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`. */
|
|
23089
|
+
cancel(request?: {
|
|
23090
|
+
/** V1 error format. */
|
|
23091
|
+
'$.xgafv'?: string;
|
|
23092
|
+
/** OAuth access token. */
|
|
23093
|
+
access_token?: string;
|
|
23094
|
+
/** Data format for response. */
|
|
23095
|
+
alt?: string;
|
|
23096
|
+
/** JSONP */
|
|
23097
|
+
callback?: string;
|
|
23098
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
23099
|
+
fields?: string;
|
|
23100
|
+
/** 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. */
|
|
23101
|
+
key?: string;
|
|
23102
|
+
/** The name of the operation resource to be cancelled. */
|
|
23103
|
+
name: string;
|
|
23104
|
+
/** OAuth 2.0 token for the current user. */
|
|
23105
|
+
oauth_token?: string;
|
|
23106
|
+
/** Returns response with indentations and line breaks. */
|
|
23107
|
+
prettyPrint?: boolean;
|
|
23108
|
+
/** 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. */
|
|
23109
|
+
quotaUser?: string;
|
|
23110
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23111
|
+
upload_protocol?: string;
|
|
23112
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
23113
|
+
uploadType?: string;
|
|
23114
|
+
}): Request<{}>;
|
|
23115
|
+
/** 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`. */
|
|
23116
|
+
delete(request?: {
|
|
23117
|
+
/** V1 error format. */
|
|
23118
|
+
'$.xgafv'?: string;
|
|
23119
|
+
/** OAuth access token. */
|
|
23120
|
+
access_token?: string;
|
|
23121
|
+
/** Data format for response. */
|
|
23122
|
+
alt?: string;
|
|
23123
|
+
/** JSONP */
|
|
23124
|
+
callback?: string;
|
|
23125
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
23126
|
+
fields?: string;
|
|
23127
|
+
/** 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. */
|
|
23128
|
+
key?: string;
|
|
23129
|
+
/** The name of the operation resource to be deleted. */
|
|
23130
|
+
name: string;
|
|
23131
|
+
/** OAuth 2.0 token for the current user. */
|
|
23132
|
+
oauth_token?: string;
|
|
23133
|
+
/** Returns response with indentations and line breaks. */
|
|
23134
|
+
prettyPrint?: boolean;
|
|
23135
|
+
/** 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. */
|
|
23136
|
+
quotaUser?: string;
|
|
23137
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23138
|
+
upload_protocol?: string;
|
|
23139
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
23140
|
+
uploadType?: string;
|
|
23141
|
+
}): Request<{}>;
|
|
23142
|
+
/** 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. */
|
|
23143
|
+
get(request?: {
|
|
23144
|
+
/** V1 error format. */
|
|
23145
|
+
'$.xgafv'?: string;
|
|
23146
|
+
/** OAuth access token. */
|
|
23147
|
+
access_token?: string;
|
|
23148
|
+
/** Data format for response. */
|
|
23149
|
+
alt?: string;
|
|
23150
|
+
/** JSONP */
|
|
23151
|
+
callback?: string;
|
|
23152
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
23153
|
+
fields?: string;
|
|
23154
|
+
/** 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. */
|
|
23155
|
+
key?: string;
|
|
23156
|
+
/** The name of the operation resource. */
|
|
23157
|
+
name: string;
|
|
23158
|
+
/** OAuth 2.0 token for the current user. */
|
|
23159
|
+
oauth_token?: string;
|
|
23160
|
+
/** Returns response with indentations and line breaks. */
|
|
23161
|
+
prettyPrint?: boolean;
|
|
23162
|
+
/** 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. */
|
|
23163
|
+
quotaUser?: string;
|
|
23164
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23165
|
+
upload_protocol?: string;
|
|
23166
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
23167
|
+
uploadType?: string;
|
|
23168
|
+
}): Request<GoogleLongrunningOperation>;
|
|
23169
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
23170
|
+
list(request?: {
|
|
23171
|
+
/** V1 error format. */
|
|
23172
|
+
'$.xgafv'?: string;
|
|
23173
|
+
/** OAuth access token. */
|
|
23174
|
+
access_token?: string;
|
|
23175
|
+
/** Data format for response. */
|
|
23176
|
+
alt?: string;
|
|
23177
|
+
/** JSONP */
|
|
23178
|
+
callback?: string;
|
|
23179
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
23180
|
+
fields?: string;
|
|
23181
|
+
/** The standard list filter. */
|
|
23182
|
+
filter?: string;
|
|
23183
|
+
/** 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. */
|
|
23184
|
+
key?: string;
|
|
23185
|
+
/** The name of the operation's parent resource. */
|
|
23186
|
+
name: string;
|
|
23187
|
+
/** OAuth 2.0 token for the current user. */
|
|
23188
|
+
oauth_token?: string;
|
|
23189
|
+
/** The standard list page size. */
|
|
23190
|
+
pageSize?: number;
|
|
23191
|
+
/** The standard list page token. */
|
|
23192
|
+
pageToken?: string;
|
|
23193
|
+
/** Returns response with indentations and line breaks. */
|
|
23194
|
+
prettyPrint?: boolean;
|
|
23195
|
+
/** 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. */
|
|
23196
|
+
quotaUser?: string;
|
|
23197
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23198
|
+
upload_protocol?: string;
|
|
23199
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
23200
|
+
uploadType?: string;
|
|
23201
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
23202
|
+
/** 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. */
|
|
23203
|
+
wait(request?: {
|
|
23204
|
+
/** V1 error format. */
|
|
23205
|
+
'$.xgafv'?: string;
|
|
23206
|
+
/** OAuth access token. */
|
|
23207
|
+
access_token?: string;
|
|
23208
|
+
/** Data format for response. */
|
|
23209
|
+
alt?: string;
|
|
23210
|
+
/** JSONP */
|
|
23211
|
+
callback?: string;
|
|
23212
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
23213
|
+
fields?: string;
|
|
23214
|
+
/** 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. */
|
|
23215
|
+
key?: string;
|
|
23216
|
+
/** The name of the operation resource to wait on. */
|
|
23217
|
+
name: string;
|
|
23218
|
+
/** OAuth 2.0 token for the current user. */
|
|
23219
|
+
oauth_token?: string;
|
|
23220
|
+
/** Returns response with indentations and line breaks. */
|
|
23221
|
+
prettyPrint?: boolean;
|
|
23222
|
+
/** 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. */
|
|
23223
|
+
quotaUser?: string;
|
|
23224
|
+
/** 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. */
|
|
23225
|
+
timeout?: string;
|
|
23226
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23227
|
+
upload_protocol?: string;
|
|
23228
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
23229
|
+
uploadType?: string;
|
|
23230
|
+
}): Request<GoogleLongrunningOperation>;
|
|
23231
|
+
}
|
|
21994
23232
|
interface SchedulesResource {
|
|
21995
23233
|
/** Creates a Schedule. */
|
|
21996
23234
|
create(request: {
|
|
@@ -26084,6 +27322,7 @@ declare namespace gapi.client {
|
|
|
26084
27322
|
persistentResources: PersistentResourcesResource;
|
|
26085
27323
|
pipelineJobs: PipelineJobsResource;
|
|
26086
27324
|
publishers: PublishersResource;
|
|
27325
|
+
reasoningEngines: ReasoningEnginesResource;
|
|
26087
27326
|
schedules: SchedulesResource;
|
|
26088
27327
|
solvers: SolversResource;
|
|
26089
27328
|
specialistPools: SpecialistPoolsResource;
|