@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20240205 → 0.0.20240213
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 +86 -22
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240213
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -280,8 +280,26 @@ declare namespace gapi.client {
|
|
|
280
280
|
blocked?: boolean;
|
|
281
281
|
/** Harm category. */
|
|
282
282
|
category?: string;
|
|
283
|
+
/** The influential terms that could potentially block the response. */
|
|
284
|
+
influentialTerms?: CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm[];
|
|
283
285
|
/** Harm probability levels in the content. */
|
|
284
286
|
probability?: string;
|
|
287
|
+
/** Harm probability score. */
|
|
288
|
+
probabilityScore?: number;
|
|
289
|
+
/** Harm severity levels in the content. */
|
|
290
|
+
severity?: string;
|
|
291
|
+
/** Harm severity score. */
|
|
292
|
+
severityScore?: number;
|
|
293
|
+
}
|
|
294
|
+
interface CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm {
|
|
295
|
+
/** The beginning offset of the influential term. */
|
|
296
|
+
beginOffset?: number;
|
|
297
|
+
/** The confidence score of the influential term. */
|
|
298
|
+
confidence?: number;
|
|
299
|
+
/** The source of the influential term, prompt or response. */
|
|
300
|
+
source?: string;
|
|
301
|
+
/** The influential term. */
|
|
302
|
+
term?: string;
|
|
285
303
|
}
|
|
286
304
|
interface CloudAiNlLlmProtoServiceUsageMetadata {
|
|
287
305
|
/** Number of tokens in the response(s). */
|
|
@@ -670,6 +688,8 @@ declare namespace gapi.client {
|
|
|
670
688
|
finishMessage?: string;
|
|
671
689
|
/** Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped generating the tokens. */
|
|
672
690
|
finishReason?: string;
|
|
691
|
+
/** Output only. Metadata specifies sources used to ground generated content. */
|
|
692
|
+
groundingMetadata?: GoogleCloudAiplatformV1GroundingMetadata;
|
|
673
693
|
/** Output only. Index of the candidate. */
|
|
674
694
|
index?: number;
|
|
675
695
|
/** Output only. List of ratings for the safety of a response candidate. There is at most one rating per category. */
|
|
@@ -889,8 +909,6 @@ declare namespace gapi.client {
|
|
|
889
909
|
pipelineJob?: GoogleCloudAiplatformV1PipelineJob;
|
|
890
910
|
/** The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are `/a-z-/`. */
|
|
891
911
|
pipelineJobId?: string;
|
|
892
|
-
/** Optional. Whether to do component level validations before job creation. Currently we only support Google First Party Component/Pipelines. */
|
|
893
|
-
preflightValidations?: boolean;
|
|
894
912
|
}
|
|
895
913
|
interface GoogleCloudAiplatformV1CreateRegistryFeatureOperationMetadata {
|
|
896
914
|
/** Operation metadata for Feature. */
|
|
@@ -1323,6 +1341,8 @@ declare namespace gapi.client {
|
|
|
1323
1341
|
network?: string;
|
|
1324
1342
|
/** Configures the request-response logging for online prediction. */
|
|
1325
1343
|
predictRequestResponseLoggingConfig?: GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig;
|
|
1344
|
+
/** Optional. Configuration for private service connect. network and private_service_connect_config are mutually exclusive. */
|
|
1345
|
+
privateServiceConnectConfig?: GoogleCloudAiplatformV1PrivateServiceConnectConfig;
|
|
1326
1346
|
/** A map from a DeployedModel's ID to the percentage of this Endpoint's traffic that should be forwarded to that DeployedModel. If a DeployedModel's ID is not listed in this map, then it receives no traffic. The traffic percentage values must add up to 100, or map must be empty if the Endpoint is to not accept any traffic at a moment. */
|
|
1327
1347
|
trafficSplit?: {[P in string]: number};
|
|
1328
1348
|
/** Output only. Timestamp when this Endpoint was last updated. */
|
|
@@ -1959,6 +1979,8 @@ declare namespace gapi.client {
|
|
|
1959
1979
|
interface GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource {
|
|
1960
1980
|
/** Required. List of features that need to be synced to Online Store. */
|
|
1961
1981
|
featureGroups?: GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup[];
|
|
1982
|
+
/** Optional. The project number of the parent project of the Feature Groups. */
|
|
1983
|
+
projectNumber?: string;
|
|
1962
1984
|
}
|
|
1963
1985
|
interface GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup {
|
|
1964
1986
|
/** Required. Identifier of the feature group. */
|
|
@@ -1975,11 +1997,19 @@ declare namespace gapi.client {
|
|
|
1975
1997
|
name?: string;
|
|
1976
1998
|
/** Output only. Time when this FeatureViewSync is finished. */
|
|
1977
1999
|
runTime?: GoogleTypeInterval;
|
|
2000
|
+
/** Output only. Summary of the sync job. */
|
|
2001
|
+
syncSummary?: GoogleCloudAiplatformV1FeatureViewSyncSyncSummary;
|
|
1978
2002
|
}
|
|
1979
2003
|
interface GoogleCloudAiplatformV1FeatureViewSyncConfig {
|
|
1980
2004
|
/** Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, "CRON_TZ=America/New_York 1 * * * *", or "TZ=America/New_York 1 * * * *". */
|
|
1981
2005
|
cron?: string;
|
|
1982
2006
|
}
|
|
2007
|
+
interface GoogleCloudAiplatformV1FeatureViewSyncSyncSummary {
|
|
2008
|
+
/** Output only. Total number of rows synced. */
|
|
2009
|
+
rowSynced?: string;
|
|
2010
|
+
/** Output only. BigQuery slot milliseconds consumed for the sync job. */
|
|
2011
|
+
totalSlot?: string;
|
|
2012
|
+
}
|
|
1983
2013
|
interface GoogleCloudAiplatformV1FetchFeatureValuesRequest {
|
|
1984
2014
|
/** Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used. */
|
|
1985
2015
|
dataFormat?: string;
|
|
@@ -2095,7 +2125,7 @@ declare namespace gapi.client {
|
|
|
2095
2125
|
generationConfig?: GoogleCloudAiplatformV1GenerationConfig;
|
|
2096
2126
|
/** Optional. Per request settings for blocking unsafe content. Enforced on GenerateContentResponse.candidates. */
|
|
2097
2127
|
safetySettings?: GoogleCloudAiplatformV1SafetySetting[];
|
|
2098
|
-
/** Optional. A list of `Tools` the model may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model.
|
|
2128
|
+
/** Optional. A list of `Tools` the model may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. */
|
|
2099
2129
|
tools?: GoogleCloudAiplatformV1Tool[];
|
|
2100
2130
|
}
|
|
2101
2131
|
interface GoogleCloudAiplatformV1GenerateContentResponse {
|
|
@@ -2143,6 +2173,30 @@ declare namespace gapi.client {
|
|
|
2143
2173
|
/** Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time. */
|
|
2144
2174
|
updateTime?: string;
|
|
2145
2175
|
}
|
|
2176
|
+
interface GoogleCloudAiplatformV1GoogleSearchRetrieval {
|
|
2177
|
+
/** Optional. Disable using the result from this tool in detecting grounding attribution. This does not affect how the result is given to the model for generation. */
|
|
2178
|
+
disableAttribution?: boolean;
|
|
2179
|
+
}
|
|
2180
|
+
interface GoogleCloudAiplatformV1GroundingAttribution {
|
|
2181
|
+
/** Optional. Output only. Confidence score of the attribution. Ranges from 0 to 1. 1 is the most confident. */
|
|
2182
|
+
confidenceScore?: number;
|
|
2183
|
+
/** Output only. Segment of the content this attribution belongs to. */
|
|
2184
|
+
segment?: GoogleCloudAiplatformV1Segment;
|
|
2185
|
+
/** Optional. Attribution from the web. */
|
|
2186
|
+
web?: GoogleCloudAiplatformV1GroundingAttributionWeb;
|
|
2187
|
+
}
|
|
2188
|
+
interface GoogleCloudAiplatformV1GroundingAttributionWeb {
|
|
2189
|
+
/** Output only. Title of the attribution. */
|
|
2190
|
+
title?: string;
|
|
2191
|
+
/** Output only. URI reference of the attribution. */
|
|
2192
|
+
uri?: string;
|
|
2193
|
+
}
|
|
2194
|
+
interface GoogleCloudAiplatformV1GroundingMetadata {
|
|
2195
|
+
/** Optional. List of grounding attributions. */
|
|
2196
|
+
groundingAttributions?: GoogleCloudAiplatformV1GroundingAttribution[];
|
|
2197
|
+
/** Optional. Web search queries for the following-up web search. */
|
|
2198
|
+
webSearchQueries?: string[];
|
|
2199
|
+
}
|
|
2146
2200
|
interface GoogleCloudAiplatformV1HyperparameterTuningJob {
|
|
2147
2201
|
/** Output only. Time when the HyperparameterTuningJob was created. */
|
|
2148
2202
|
createTime?: string;
|
|
@@ -3603,8 +3657,6 @@ declare namespace gapi.client {
|
|
|
3603
3657
|
taskDetails?: GoogleCloudAiplatformV1PipelineTaskDetail[];
|
|
3604
3658
|
}
|
|
3605
3659
|
interface GoogleCloudAiplatformV1PipelineJobRuntimeConfig {
|
|
3606
|
-
/** Optional. The default runtime for the PipelineJob. If not provided, Vertex Custom Job is used as the runtime. For Vertex Custom Job, please refer to https://cloud.google.com/vertex-ai/docs/training/overview */
|
|
3607
|
-
defaultRuntime?: GoogleCloudAiplatformV1PipelineJobRuntimeConfigDefaultRuntime;
|
|
3608
3660
|
/** Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion. */
|
|
3609
3661
|
failurePolicy?: string;
|
|
3610
3662
|
/** Required. A path in a Cloud Storage bucket, which will be treated as the root output directory of the pipeline. It is used by the system to generate the paths of output artifacts. The artifact paths are generated with a sub-path pattern `{job_id}/{task_id}/{output_key}` under the specified output directory. The service account specified in this pipeline must have the `storage.objects.get` and `storage.objects.create` permissions for this bucket. */
|
|
@@ -3618,18 +3670,10 @@ declare namespace gapi.client {
|
|
|
3618
3670
|
/** The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL. */
|
|
3619
3671
|
parameterValues?: {[P in string]: any};
|
|
3620
3672
|
}
|
|
3621
|
-
interface GoogleCloudAiplatformV1PipelineJobRuntimeConfigDefaultRuntime {
|
|
3622
|
-
/** Persistent resource based runtime detail. */
|
|
3623
|
-
persistentResourceRuntimeDetail?: GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail;
|
|
3624
|
-
}
|
|
3625
3673
|
interface GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact {
|
|
3626
3674
|
/** Artifact resource id from MLMD. Which is the last portion of an artifact resource name: `projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}`. The artifact must stay within the same project, location and default metadatastore as the pipeline. */
|
|
3627
3675
|
artifactId?: string;
|
|
3628
3676
|
}
|
|
3629
|
-
interface GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail {
|
|
3630
|
-
/** Persistent resource name. Format: `projects/{project}/locations/{location}/persistentResources/{persistent_resource}` */
|
|
3631
|
-
persistentResourceName?: string;
|
|
3632
|
-
}
|
|
3633
3677
|
interface GoogleCloudAiplatformV1PipelineTaskDetail {
|
|
3634
3678
|
/** Output only. Task create time. */
|
|
3635
3679
|
createTime?: string;
|
|
@@ -4073,6 +4117,12 @@ declare namespace gapi.client {
|
|
|
4073
4117
|
/** Optional. Whether to backfill missed runs when the schedule is resumed from PAUSED state. If set to true, all missed runs will be scheduled. New runs will be scheduled after the backfill is complete. This will also update Schedule.catch_up field. Default to false. */
|
|
4074
4118
|
catchUp?: boolean;
|
|
4075
4119
|
}
|
|
4120
|
+
interface GoogleCloudAiplatformV1Retrieval {
|
|
4121
|
+
/** Optional. Disable using the result from this tool in detecting grounding attribution. This does not affect how the result is given to the model for generation. */
|
|
4122
|
+
disableAttribution?: boolean;
|
|
4123
|
+
/** Set to use data source powered by Vertex AI Search. */
|
|
4124
|
+
vertexAiSearch?: GoogleCloudAiplatformV1VertexAISearch;
|
|
4125
|
+
}
|
|
4076
4126
|
interface GoogleCloudAiplatformV1SafetyRating {
|
|
4077
4127
|
/** Output only. Indicates whether the content was filtered out because of this rating. */
|
|
4078
4128
|
blocked?: boolean;
|
|
@@ -5545,6 +5595,14 @@ declare namespace gapi.client {
|
|
|
5545
5595
|
/** The nearest neighbors of the query entity. */
|
|
5546
5596
|
nearestNeighbors?: GoogleCloudAiplatformV1NearestNeighbors;
|
|
5547
5597
|
}
|
|
5598
|
+
interface GoogleCloudAiplatformV1Segment {
|
|
5599
|
+
/** Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero. */
|
|
5600
|
+
endIndex?: number;
|
|
5601
|
+
/** Output only. The index of a Part object within its parent Content object. */
|
|
5602
|
+
partIndex?: number;
|
|
5603
|
+
/** Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero. */
|
|
5604
|
+
startIndex?: number;
|
|
5605
|
+
}
|
|
5548
5606
|
interface GoogleCloudAiplatformV1ShieldedVmConfig {
|
|
5549
5607
|
/** Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. */
|
|
5550
5608
|
enableSecureBoot?: boolean;
|
|
@@ -5983,6 +6041,10 @@ declare namespace gapi.client {
|
|
|
5983
6041
|
interface GoogleCloudAiplatformV1Tool {
|
|
5984
6042
|
/** Optional. One or more function declarations to be passed to the model along with the current user query. Model may decide to call a subset of these functions by populating FunctionCall in the response. User should provide a FunctionResponse for each function call in the next turn. Based on the function responses, Model will generate the final response back to the user. Maximum 64 function declarations can be provided. */
|
|
5985
6043
|
functionDeclarations?: GoogleCloudAiplatformV1FunctionDeclaration[];
|
|
6044
|
+
/** Optional. Specialized retrieval tool that is powered by Google search. */
|
|
6045
|
+
googleSearchRetrieval?: GoogleCloudAiplatformV1GoogleSearchRetrieval;
|
|
6046
|
+
/** Optional. System will always execute the provided retrieval tool(s) to get external knowledge to answer the prompt. Retrieval results are presented to the model for generation. */
|
|
6047
|
+
retrieval?: GoogleCloudAiplatformV1Retrieval;
|
|
5986
6048
|
}
|
|
5987
6049
|
interface GoogleCloudAiplatformV1TrainingConfig {
|
|
5988
6050
|
/** The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour. */
|
|
@@ -6193,6 +6255,10 @@ declare namespace gapi.client {
|
|
|
6193
6255
|
/** A string value. */
|
|
6194
6256
|
stringValue?: string;
|
|
6195
6257
|
}
|
|
6258
|
+
interface GoogleCloudAiplatformV1VertexAISearch {
|
|
6259
|
+
/** Required. Fully-qualified Vertex AI Search's datastore resource ID. projects/<>/locations/<>/collections/<>/dataStores/<> */
|
|
6260
|
+
datastore?: string;
|
|
6261
|
+
}
|
|
6196
6262
|
interface GoogleCloudAiplatformV1VideoMetadata {
|
|
6197
6263
|
/** Optional. The end offset of the video. */
|
|
6198
6264
|
endOffset?: string;
|
|
@@ -6423,7 +6489,7 @@ declare namespace gapi.client {
|
|
|
6423
6489
|
}
|
|
6424
6490
|
interface LanguageLabsAidaTrustRecitationProtoRecitationResult {
|
|
6425
6491
|
dynamicSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
|
|
6426
|
-
/** 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. */
|
|
6492
|
+
/** 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. When the given input is not found in any source, the recitation action will not be specified. */
|
|
6427
6493
|
recitationAction?: string;
|
|
6428
6494
|
trainingSegmentResults?: LanguageLabsAidaTrustRecitationProtoSegmentResult[];
|
|
6429
6495
|
}
|
|
@@ -6496,7 +6562,7 @@ declare namespace gapi.client {
|
|
|
6496
6562
|
}
|
|
6497
6563
|
interface LearningGenaiRecitationRecitationResult {
|
|
6498
6564
|
dynamicSegmentResults?: LearningGenaiRecitationSegmentResult[];
|
|
6499
|
-
/** 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. */
|
|
6565
|
+
/** 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. When the given input is not found in any source, the recitation action will be NO_ACTION. */
|
|
6500
6566
|
recitationAction?: string;
|
|
6501
6567
|
trainingSegmentResults?: LearningGenaiRecitationSegmentResult[];
|
|
6502
6568
|
}
|
|
@@ -6783,6 +6849,8 @@ declare namespace gapi.client {
|
|
|
6783
6849
|
/** NOT YET IMPLEMENTED. */
|
|
6784
6850
|
finishReason?: string;
|
|
6785
6851
|
groundingMetadata?: LearningGenaiRootGroundingMetadata;
|
|
6852
|
+
/** Applies to streaming response message only. Whether the message is a code. */
|
|
6853
|
+
isCode?: boolean;
|
|
6786
6854
|
/** Applies to Response message only. Indicates whether the message is a fallback and the response would have otherwise been empty. */
|
|
6787
6855
|
isFallback?: boolean;
|
|
6788
6856
|
/** Result from nlp_saft DetectLanguage method. Currently the predicted language code and language probability is used. */
|
|
@@ -11837,7 +11905,7 @@ declare namespace gapi.client {
|
|
|
11837
11905
|
prettyPrint?: boolean;
|
|
11838
11906
|
/** 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. */
|
|
11839
11907
|
quotaUser?: string;
|
|
11840
|
-
/** Field mask is used to specify the fields to be overwritten in the FeatureView resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` */
|
|
11908
|
+
/** Field mask is used to specify the fields to be overwritten in the FeatureView resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `serviceAgentType` */
|
|
11841
11909
|
updateMask?: string;
|
|
11842
11910
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
11843
11911
|
upload_protocol?: string;
|
|
@@ -11868,7 +11936,7 @@ declare namespace gapi.client {
|
|
|
11868
11936
|
prettyPrint?: boolean;
|
|
11869
11937
|
/** 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. */
|
|
11870
11938
|
quotaUser?: string;
|
|
11871
|
-
/** Field mask is used to specify the fields to be overwritten in the FeatureView resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` */
|
|
11939
|
+
/** Field mask is used to specify the fields to be overwritten in the FeatureView resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `serviceAgentType` */
|
|
11872
11940
|
updateMask?: string;
|
|
11873
11941
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
11874
11942
|
upload_protocol?: string;
|
|
@@ -20672,8 +20740,6 @@ declare namespace gapi.client {
|
|
|
20672
20740
|
parent: string;
|
|
20673
20741
|
/** The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are `/a-z-/`. */
|
|
20674
20742
|
pipelineJobId?: string;
|
|
20675
|
-
/** Optional. Whether to do component level validations before job creation. Currently we only support Google First Party Component/Pipelines. */
|
|
20676
|
-
preflightValidations?: boolean;
|
|
20677
20743
|
/** Returns response with indentations and line breaks. */
|
|
20678
20744
|
prettyPrint?: boolean;
|
|
20679
20745
|
/** 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. */
|
|
@@ -20705,8 +20771,6 @@ declare namespace gapi.client {
|
|
|
20705
20771
|
parent: string;
|
|
20706
20772
|
/** The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are `/a-z-/`. */
|
|
20707
20773
|
pipelineJobId?: string;
|
|
20708
|
-
/** Optional. Whether to do component level validations before job creation. Currently we only support Google First Party Component/Pipelines. */
|
|
20709
|
-
preflightValidations?: boolean;
|
|
20710
20774
|
/** Returns response with indentations and line breaks. */
|
|
20711
20775
|
prettyPrint?: boolean;
|
|
20712
20776
|
/** 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. */
|