@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20250415 → 0.0.20250501
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 +56 -224
- 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: 20250501
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -273,6 +273,8 @@ declare namespace gapi.client {
|
|
|
273
273
|
schemaVersion?: string;
|
|
274
274
|
}
|
|
275
275
|
interface GoogleCloudAiplatformV1beta1AssembleDataRequest {
|
|
276
|
+
/** Optional. The read config for the dataset. */
|
|
277
|
+
geminiRequestReadConfig?: GoogleCloudAiplatformV1beta1GeminiRequestReadConfig;
|
|
276
278
|
/** Optional. Config for assembling templates with a Gemini API structure. */
|
|
277
279
|
geminiTemplateConfig?: GoogleCloudAiplatformV1beta1GeminiTemplateConfig;
|
|
278
280
|
/** Optional. The column name in the underlying table that contains already fully assembled requests. If this field is set, the original request will be copied to the output table. */
|
|
@@ -283,6 +285,8 @@ declare namespace gapi.client {
|
|
|
283
285
|
batchPredictionResourceUsageAssessmentConfig?: GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionResourceUsageAssessmentConfig;
|
|
284
286
|
/** Optional. Configuration for the batch prediction validation assessment. */
|
|
285
287
|
batchPredictionValidationAssessmentConfig?: GoogleCloudAiplatformV1beta1AssessDataRequestBatchPredictionValidationAssessmentConfig;
|
|
288
|
+
/** Optional. The Gemini request read config for the dataset. */
|
|
289
|
+
geminiRequestReadConfig?: GoogleCloudAiplatformV1beta1GeminiRequestReadConfig;
|
|
286
290
|
/** Optional. Config for assembling templates with a Gemini API structure to assess assembled data. */
|
|
287
291
|
geminiTemplateConfig?: GoogleCloudAiplatformV1beta1GeminiTemplateConfig;
|
|
288
292
|
/** Optional. The column name in the underlying table that contains already fully assembled requests. */
|
|
@@ -775,6 +779,14 @@ declare namespace gapi.client {
|
|
|
775
779
|
/** Output only. List of ratings for the safety of a response candidate. There is at most one rating per category. */
|
|
776
780
|
safetyRatings?: GoogleCloudAiplatformV1beta1SafetyRating[];
|
|
777
781
|
}
|
|
782
|
+
interface GoogleCloudAiplatformV1beta1Checkpoint {
|
|
783
|
+
/** The ID of the checkpoint. */
|
|
784
|
+
checkpointId?: string;
|
|
785
|
+
/** The epoch of the checkpoint. */
|
|
786
|
+
epoch?: string;
|
|
787
|
+
/** The step of the checkpoint. */
|
|
788
|
+
step?: string;
|
|
789
|
+
}
|
|
778
790
|
interface GoogleCloudAiplatformV1beta1CheckPublisherModelEulaAcceptanceRequest {
|
|
779
791
|
/** Required. The name of the PublisherModel resource. Format: `publishers/{publisher}/models/{publisher_model}`, or `publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}` */
|
|
780
792
|
publisherModel?: string;
|
|
@@ -1539,6 +1551,8 @@ declare namespace gapi.client {
|
|
|
1539
1551
|
interface GoogleCloudAiplatformV1beta1DeployedModel {
|
|
1540
1552
|
/** A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration. */
|
|
1541
1553
|
automaticResources?: GoogleCloudAiplatformV1beta1AutomaticResources;
|
|
1554
|
+
/** The checkpoint id of the model. */
|
|
1555
|
+
checkpointId?: string;
|
|
1542
1556
|
/** Output only. Timestamp when the DeployedModel was created. */
|
|
1543
1557
|
createTime?: string;
|
|
1544
1558
|
/** A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration. */
|
|
@@ -1667,6 +1681,8 @@ declare namespace gapi.client {
|
|
|
1667
1681
|
dedicatedResources?: GoogleCloudAiplatformV1beta1DedicatedResources;
|
|
1668
1682
|
/** Optional. If true, enable the QMT fast tryout feature for this model if possible. */
|
|
1669
1683
|
fastTryoutEnabled?: boolean;
|
|
1684
|
+
/** Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only. */
|
|
1685
|
+
systemLabels?: {[P in string]: string};
|
|
1670
1686
|
}
|
|
1671
1687
|
interface GoogleCloudAiplatformV1beta1DeployRequestEndpointConfig {
|
|
1672
1688
|
/** Optional. If true, the endpoint will be exposed through a dedicated DNS [Endpoint.dedicated_endpoint_dns]. Your request to the dedicated DNS will be isolated from other users' traffic and will have better performance and reliability. Note: Once you enabled dedicated endpoint, you won't be able to send request to the shared DNS {region}-aiplatform.googleapis.com. The limitations will be removed soon. */
|
|
@@ -2104,6 +2120,8 @@ declare namespace gapi.client {
|
|
|
2104
2120
|
displayName?: string;
|
|
2105
2121
|
/** Optional. Immutable. Unique identifier of an example. If not specified when upserting new examples, the example_id will be generated. */
|
|
2106
2122
|
exampleId?: string;
|
|
2123
|
+
/** Identifier. The resource name of the Example. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/examples/{example}` */
|
|
2124
|
+
name?: string;
|
|
2107
2125
|
/** An example of chat history and its expected outcome to be used with GenerateContent. */
|
|
2108
2126
|
storedContentsExample?: GoogleCloudAiplatformV1beta1StoredContentsExample;
|
|
2109
2127
|
}
|
|
@@ -3288,8 +3306,14 @@ declare namespace gapi.client {
|
|
|
3288
3306
|
/** 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. */
|
|
3289
3307
|
tools?: GoogleCloudAiplatformV1beta1Tool[];
|
|
3290
3308
|
}
|
|
3309
|
+
interface GoogleCloudAiplatformV1beta1GeminiRequestReadConfig {
|
|
3310
|
+
/** Optional. Column name in the dataset table that contains already fully assembled Gemini requests. */
|
|
3311
|
+
assembledRequestColumnName?: string;
|
|
3312
|
+
/** Gemini request template with placeholders. */
|
|
3313
|
+
templateConfig?: GoogleCloudAiplatformV1beta1GeminiTemplateConfig;
|
|
3314
|
+
}
|
|
3291
3315
|
interface GoogleCloudAiplatformV1beta1GeminiTemplateConfig {
|
|
3292
|
-
/** Required. Map of template
|
|
3316
|
+
/** Required. Map of template parameters to the columns in the dataset table. */
|
|
3293
3317
|
fieldMapping?: {[P in string]: string};
|
|
3294
3318
|
/** Required. The template that will be used for assembling the request to use for downstream applications. */
|
|
3295
3319
|
geminiExample?: GoogleCloudAiplatformV1beta1GeminiExample;
|
|
@@ -3991,7 +4015,7 @@ declare namespace gapi.client {
|
|
|
3991
4015
|
interface GoogleCloudAiplatformV1beta1ListEventsResponse {
|
|
3992
4016
|
/** A token, which can be sent as ListEventsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages. */
|
|
3993
4017
|
nextPageToken?: string;
|
|
3994
|
-
/** A list of events matching the request. */
|
|
4018
|
+
/** A list of events matching the request. Ordered by timestamp in ascending order. */
|
|
3995
4019
|
sessionEvents?: GoogleCloudAiplatformV1beta1SessionEvent[];
|
|
3996
4020
|
}
|
|
3997
4021
|
interface GoogleCloudAiplatformV1beta1ListExampleStoresResponse {
|
|
@@ -4523,6 +4547,8 @@ declare namespace gapi.client {
|
|
|
4523
4547
|
artifactUri?: string;
|
|
4524
4548
|
/** Optional. User input field to specify the base model source. Currently it only supports specifing the Model Garden models and Genie models. */
|
|
4525
4549
|
baseModelSource?: GoogleCloudAiplatformV1beta1ModelBaseModelSource;
|
|
4550
|
+
/** Optional. Output only. The checkpoints of the model. */
|
|
4551
|
+
checkpoints?: GoogleCloudAiplatformV1beta1Checkpoint[];
|
|
4526
4552
|
/** Input only. The specification of the container that is to be used when deploying this Model. The specification is ingested upon ModelService.UploadModel, and all binaries it contains are copied and stored internally by Vertex AI. Not required for AutoML Models. */
|
|
4527
4553
|
containerSpec?: GoogleCloudAiplatformV1beta1ModelContainerSpec;
|
|
4528
4554
|
/** Output only. Timestamp when this Model was uploaded into Vertex AI. */
|
|
@@ -5205,8 +5231,6 @@ declare namespace gapi.client {
|
|
|
5205
5231
|
checkpointId?: string;
|
|
5206
5232
|
/** The epoch of the checkpoint. */
|
|
5207
5233
|
epoch?: string;
|
|
5208
|
-
/** Identifier. The resource name of the ModelVersionCheckpoint. Format: `projects/{project}/locations/{location}/models/{model}/versions/{version}/checkpoints/{checkpoint}` */
|
|
5209
|
-
name?: string;
|
|
5210
5234
|
/** The step of the checkpoint. */
|
|
5211
5235
|
step?: string;
|
|
5212
5236
|
}
|
|
@@ -7392,10 +7416,14 @@ declare namespace gapi.client {
|
|
|
7392
7416
|
timeout?: string;
|
|
7393
7417
|
}
|
|
7394
7418
|
interface GoogleCloudAiplatformV1beta1Schema {
|
|
7419
|
+
/** Optional. Can either be a boolean or an object; controls the presence of additional properties. */
|
|
7420
|
+
additionalProperties?: any;
|
|
7395
7421
|
/** Optional. The value should be validated against any (one or more) of the subschemas in the list. */
|
|
7396
7422
|
anyOf?: GoogleCloudAiplatformV1beta1Schema[];
|
|
7397
7423
|
/** Optional. Default value of the data. */
|
|
7398
7424
|
default?: any;
|
|
7425
|
+
/** Optional. A map of definitions for use by `ref` Only allowed at the root of the schema. */
|
|
7426
|
+
defs?: {[P in string]: GoogleCloudAiplatformV1beta1Schema};
|
|
7399
7427
|
/** Optional. The description of the data. */
|
|
7400
7428
|
description?: string;
|
|
7401
7429
|
/** Optional. Possible values of the element of primitive type with enum format. Examples: 1. We can define direction as : {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]} 2. We can define apartment number as : {type:INTEGER, format:enum, enum:["101", "201", "301"]} */
|
|
@@ -7430,6 +7458,8 @@ declare namespace gapi.client {
|
|
|
7430
7458
|
properties?: {[P in string]: GoogleCloudAiplatformV1beta1Schema};
|
|
7431
7459
|
/** Optional. The order of the properties. Not a standard field in open api spec. Only used to support the order of the properties. */
|
|
7432
7460
|
propertyOrdering?: string[];
|
|
7461
|
+
/** Optional. Allows indirect references between schema nodes. The value should be a valid reference to a child of the root `defs`. For example, the following schema defines a reference to a schema node named "Pet": type: object properties: pet: ref: #/defs/Pet defs: Pet: type: object properties: name: type: string The value of the "pet" property is a reference to the schema node named "Pet". See details in https://json-schema.org/understanding-json-schema/structuring */
|
|
7462
|
+
ref?: string;
|
|
7433
7463
|
/** Optional. Required properties of Type.OBJECT. */
|
|
7434
7464
|
required?: string[];
|
|
7435
7465
|
/** Optional. The title of the Schema. */
|
|
@@ -9601,7 +9631,7 @@ declare namespace gapi.client {
|
|
|
9601
9631
|
right?: number;
|
|
9602
9632
|
}
|
|
9603
9633
|
interface GoogleCloudAiplatformV1beta1SupervisedTuningDataStats {
|
|
9604
|
-
/** Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped.
|
|
9634
|
+
/** Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped. */
|
|
9605
9635
|
droppedExampleReasons?: string[];
|
|
9606
9636
|
/** Output only. Number of billable characters in the tuning dataset. */
|
|
9607
9637
|
totalBillableCharacterCount?: string;
|
|
@@ -9627,6 +9657,8 @@ declare namespace gapi.client {
|
|
|
9627
9657
|
userOutputTokenDistribution?: GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution;
|
|
9628
9658
|
}
|
|
9629
9659
|
interface GoogleCloudAiplatformV1beta1SupervisedTuningSpec {
|
|
9660
|
+
/** Optional. If set to true, disable intermediate checkpoints for SFT and only the last checkpoint will be exported. Otherwise, enable intermediate checkpoints for SFT. Default is false. */
|
|
9661
|
+
exportLastCheckpointOnly?: boolean;
|
|
9630
9662
|
/** Optional. Hyperparameters for SFT. */
|
|
9631
9663
|
hyperParameters?: GoogleCloudAiplatformV1beta1SupervisedHyperParameters;
|
|
9632
9664
|
/** Required. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file. */
|
|
@@ -10170,11 +10202,23 @@ declare namespace gapi.client {
|
|
|
10170
10202
|
value?: any;
|
|
10171
10203
|
}
|
|
10172
10204
|
interface GoogleCloudAiplatformV1beta1TunedModel {
|
|
10205
|
+
/** Output only. The checkpoints associated with this TunedModel. This field is only populated for tuning jobs that enable intermediate checkpoints. */
|
|
10206
|
+
checkpoints?: GoogleCloudAiplatformV1beta1TunedModelCheckpoint[];
|
|
10173
10207
|
/** Output only. A resource name of an Endpoint. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`. */
|
|
10174
10208
|
endpoint?: string;
|
|
10175
10209
|
/** Output only. The resource name of the TunedModel. Format: `projects/{project}/locations/{location}/models/{model}`. */
|
|
10176
10210
|
model?: string;
|
|
10177
10211
|
}
|
|
10212
|
+
interface GoogleCloudAiplatformV1beta1TunedModelCheckpoint {
|
|
10213
|
+
/** The ID of the checkpoint. */
|
|
10214
|
+
checkpointId?: string;
|
|
10215
|
+
/** The Endpoint resource name that the checkpoint is deployed to. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`. */
|
|
10216
|
+
endpoint?: string;
|
|
10217
|
+
/** The epoch of the checkpoint. */
|
|
10218
|
+
epoch?: string;
|
|
10219
|
+
/** The step of the checkpoint. */
|
|
10220
|
+
step?: string;
|
|
10221
|
+
}
|
|
10178
10222
|
interface GoogleCloudAiplatformV1beta1TunedModelRef {
|
|
10179
10223
|
/** Support migration from tuning job list page, from bison model to gemini model. */
|
|
10180
10224
|
pipelineJob?: string;
|
|
@@ -32854,7 +32898,7 @@ declare namespace gapi.client {
|
|
|
32854
32898
|
key?: string;
|
|
32855
32899
|
/** OAuth 2.0 token for the current user. */
|
|
32856
32900
|
oauth_token?: string;
|
|
32857
|
-
/** Optional. The maximum number of events to return. The service may return fewer than this value. If unspecified, at most 100 events will be returned. */
|
|
32901
|
+
/** Optional. The maximum number of events to return. The service may return fewer than this value. If unspecified, at most 100 events will be returned. These events are ordered by timestamp in ascending order. */
|
|
32858
32902
|
pageSize?: number;
|
|
32859
32903
|
/** Optional. The next_page_token value returned from a previous list SessionService.ListEvents call. */
|
|
32860
32904
|
pageToken?: string;
|
|
@@ -32929,7 +32973,7 @@ declare namespace gapi.client {
|
|
|
32929
32973
|
},
|
|
32930
32974
|
body: GoogleCloudAiplatformV1beta1SessionEvent,
|
|
32931
32975
|
): Request<{}>;
|
|
32932
|
-
/** Creates a new Session
|
|
32976
|
+
/** Creates a new Session. */
|
|
32933
32977
|
create(request: {
|
|
32934
32978
|
/** V1 error format. */
|
|
32935
32979
|
'$.xgafv'?: string;
|
|
@@ -32945,7 +32989,7 @@ declare namespace gapi.client {
|
|
|
32945
32989
|
key?: string;
|
|
32946
32990
|
/** OAuth 2.0 token for the current user. */
|
|
32947
32991
|
oauth_token?: string;
|
|
32948
|
-
/** Required. The resource name of the location to create the session in. Format: `projects/{project}/locations/{location}
|
|
32992
|
+
/** Required. The resource name of the location to create the session in. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
|
|
32949
32993
|
parent: string;
|
|
32950
32994
|
/** Returns response with indentations and line breaks. */
|
|
32951
32995
|
prettyPrint?: boolean;
|
|
@@ -32974,7 +33018,7 @@ declare namespace gapi.client {
|
|
|
32974
33018
|
key?: string;
|
|
32975
33019
|
/** OAuth 2.0 token for the current user. */
|
|
32976
33020
|
oauth_token?: string;
|
|
32977
|
-
/** Required. The resource name of the location to create the session in. Format: `projects/{project}/locations/{location}
|
|
33021
|
+
/** Required. The resource name of the location to create the session in. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
|
|
32978
33022
|
parent: string;
|
|
32979
33023
|
/** Returns response with indentations and line breaks. */
|
|
32980
33024
|
prettyPrint?: boolean;
|
|
@@ -33001,7 +33045,7 @@ declare namespace gapi.client {
|
|
|
33001
33045
|
fields?: string;
|
|
33002
33046
|
/** 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. */
|
|
33003
33047
|
key?: string;
|
|
33004
|
-
/** Required. The resource name of the session. Format: `projects/{project}/locations/{location}/
|
|
33048
|
+
/** Required. The resource name of the session. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}` */
|
|
33005
33049
|
name: string;
|
|
33006
33050
|
/** OAuth 2.0 token for the current user. */
|
|
33007
33051
|
oauth_token?: string;
|
|
@@ -33041,7 +33085,7 @@ declare namespace gapi.client {
|
|
|
33041
33085
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
33042
33086
|
uploadType?: string;
|
|
33043
33087
|
}): Request<GoogleCloudAiplatformV1beta1Session>;
|
|
33044
|
-
/** Lists Sessions in a given
|
|
33088
|
+
/** Lists Sessions in a given reasoning engine. */
|
|
33045
33089
|
list(request?: {
|
|
33046
33090
|
/** V1 error format. */
|
|
33047
33091
|
'$.xgafv'?: string;
|
|
@@ -33942,217 +33986,6 @@ declare namespace gapi.client {
|
|
|
33942
33986
|
): Request<{}>;
|
|
33943
33987
|
operations: OperationsResource;
|
|
33944
33988
|
}
|
|
33945
|
-
interface SessionsResource {
|
|
33946
|
-
/** Creates a new Session in a given project and location. */
|
|
33947
|
-
create(request: {
|
|
33948
|
-
/** V1 error format. */
|
|
33949
|
-
'$.xgafv'?: string;
|
|
33950
|
-
/** OAuth access token. */
|
|
33951
|
-
access_token?: string;
|
|
33952
|
-
/** Data format for response. */
|
|
33953
|
-
alt?: string;
|
|
33954
|
-
/** JSONP */
|
|
33955
|
-
callback?: string;
|
|
33956
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
33957
|
-
fields?: string;
|
|
33958
|
-
/** 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. */
|
|
33959
|
-
key?: string;
|
|
33960
|
-
/** OAuth 2.0 token for the current user. */
|
|
33961
|
-
oauth_token?: string;
|
|
33962
|
-
/** Required. The resource name of the location to create the session in. Format: `projects/{project}/locations/{location}` or `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
|
|
33963
|
-
parent: string;
|
|
33964
|
-
/** Returns response with indentations and line breaks. */
|
|
33965
|
-
prettyPrint?: boolean;
|
|
33966
|
-
/** 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. */
|
|
33967
|
-
quotaUser?: string;
|
|
33968
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
33969
|
-
upload_protocol?: string;
|
|
33970
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
33971
|
-
uploadType?: string;
|
|
33972
|
-
/** Request body */
|
|
33973
|
-
resource: GoogleCloudAiplatformV1beta1Session;
|
|
33974
|
-
}): Request<GoogleLongrunningOperation>;
|
|
33975
|
-
create(
|
|
33976
|
-
request: {
|
|
33977
|
-
/** V1 error format. */
|
|
33978
|
-
'$.xgafv'?: string;
|
|
33979
|
-
/** OAuth access token. */
|
|
33980
|
-
access_token?: string;
|
|
33981
|
-
/** Data format for response. */
|
|
33982
|
-
alt?: string;
|
|
33983
|
-
/** JSONP */
|
|
33984
|
-
callback?: string;
|
|
33985
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
33986
|
-
fields?: string;
|
|
33987
|
-
/** 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. */
|
|
33988
|
-
key?: string;
|
|
33989
|
-
/** OAuth 2.0 token for the current user. */
|
|
33990
|
-
oauth_token?: string;
|
|
33991
|
-
/** Required. The resource name of the location to create the session in. Format: `projects/{project}/locations/{location}` or `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
|
|
33992
|
-
parent: string;
|
|
33993
|
-
/** Returns response with indentations and line breaks. */
|
|
33994
|
-
prettyPrint?: boolean;
|
|
33995
|
-
/** 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. */
|
|
33996
|
-
quotaUser?: string;
|
|
33997
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
33998
|
-
upload_protocol?: string;
|
|
33999
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
34000
|
-
uploadType?: string;
|
|
34001
|
-
},
|
|
34002
|
-
body: GoogleCloudAiplatformV1beta1Session,
|
|
34003
|
-
): Request<GoogleLongrunningOperation>;
|
|
34004
|
-
/** Deletes details of the specific Session. */
|
|
34005
|
-
delete(request?: {
|
|
34006
|
-
/** V1 error format. */
|
|
34007
|
-
'$.xgafv'?: string;
|
|
34008
|
-
/** OAuth access token. */
|
|
34009
|
-
access_token?: string;
|
|
34010
|
-
/** Data format for response. */
|
|
34011
|
-
alt?: string;
|
|
34012
|
-
/** JSONP */
|
|
34013
|
-
callback?: string;
|
|
34014
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
34015
|
-
fields?: string;
|
|
34016
|
-
/** 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. */
|
|
34017
|
-
key?: string;
|
|
34018
|
-
/** Required. The resource name of the session. Format: `projects/{project}/locations/{location}/sessions/{session}` or `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}` */
|
|
34019
|
-
name: string;
|
|
34020
|
-
/** OAuth 2.0 token for the current user. */
|
|
34021
|
-
oauth_token?: string;
|
|
34022
|
-
/** Returns response with indentations and line breaks. */
|
|
34023
|
-
prettyPrint?: boolean;
|
|
34024
|
-
/** 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. */
|
|
34025
|
-
quotaUser?: string;
|
|
34026
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
34027
|
-
upload_protocol?: string;
|
|
34028
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
34029
|
-
uploadType?: string;
|
|
34030
|
-
}): Request<GoogleLongrunningOperation>;
|
|
34031
|
-
/** Gets details of the specific Session. */
|
|
34032
|
-
get(request?: {
|
|
34033
|
-
/** V1 error format. */
|
|
34034
|
-
'$.xgafv'?: string;
|
|
34035
|
-
/** OAuth access token. */
|
|
34036
|
-
access_token?: string;
|
|
34037
|
-
/** Data format for response. */
|
|
34038
|
-
alt?: string;
|
|
34039
|
-
/** JSONP */
|
|
34040
|
-
callback?: string;
|
|
34041
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
34042
|
-
fields?: string;
|
|
34043
|
-
/** 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. */
|
|
34044
|
-
key?: string;
|
|
34045
|
-
/** Required. The resource name of the session. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}` */
|
|
34046
|
-
name: string;
|
|
34047
|
-
/** OAuth 2.0 token for the current user. */
|
|
34048
|
-
oauth_token?: string;
|
|
34049
|
-
/** Returns response with indentations and line breaks. */
|
|
34050
|
-
prettyPrint?: boolean;
|
|
34051
|
-
/** 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. */
|
|
34052
|
-
quotaUser?: string;
|
|
34053
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
34054
|
-
upload_protocol?: string;
|
|
34055
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
34056
|
-
uploadType?: string;
|
|
34057
|
-
}): Request<GoogleCloudAiplatformV1beta1Session>;
|
|
34058
|
-
/** Lists Sessions in a given project and location. */
|
|
34059
|
-
list(request?: {
|
|
34060
|
-
/** V1 error format. */
|
|
34061
|
-
'$.xgafv'?: string;
|
|
34062
|
-
/** OAuth access token. */
|
|
34063
|
-
access_token?: string;
|
|
34064
|
-
/** Data format for response. */
|
|
34065
|
-
alt?: string;
|
|
34066
|
-
/** JSONP */
|
|
34067
|
-
callback?: string;
|
|
34068
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
34069
|
-
fields?: string;
|
|
34070
|
-
/** Optional. The standard list filter. Supported fields: * `display_name` Example: `display_name=abc`. */
|
|
34071
|
-
filter?: string;
|
|
34072
|
-
/** 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. */
|
|
34073
|
-
key?: string;
|
|
34074
|
-
/** OAuth 2.0 token for the current user. */
|
|
34075
|
-
oauth_token?: string;
|
|
34076
|
-
/** Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `create_time` * `update_time` Example: `create_time desc`. */
|
|
34077
|
-
orderBy?: string;
|
|
34078
|
-
/** Optional. The maximum number of sessions to return. The service may return fewer than this value. If unspecified, at most 100 sessions will be returned. */
|
|
34079
|
-
pageSize?: number;
|
|
34080
|
-
/** Optional. The next_page_token value returned from a previous list SessionService.ListSessions call. */
|
|
34081
|
-
pageToken?: string;
|
|
34082
|
-
/** Required. The resource name of the location to list sessions from. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
|
|
34083
|
-
parent: string;
|
|
34084
|
-
/** Returns response with indentations and line breaks. */
|
|
34085
|
-
prettyPrint?: boolean;
|
|
34086
|
-
/** 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. */
|
|
34087
|
-
quotaUser?: string;
|
|
34088
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
34089
|
-
upload_protocol?: string;
|
|
34090
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
34091
|
-
uploadType?: string;
|
|
34092
|
-
}): Request<GoogleCloudAiplatformV1beta1ListSessionsResponse>;
|
|
34093
|
-
/** Updates the specific Session. */
|
|
34094
|
-
patch(request: {
|
|
34095
|
-
/** V1 error format. */
|
|
34096
|
-
'$.xgafv'?: string;
|
|
34097
|
-
/** OAuth access token. */
|
|
34098
|
-
access_token?: string;
|
|
34099
|
-
/** Data format for response. */
|
|
34100
|
-
alt?: string;
|
|
34101
|
-
/** JSONP */
|
|
34102
|
-
callback?: string;
|
|
34103
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
34104
|
-
fields?: string;
|
|
34105
|
-
/** 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. */
|
|
34106
|
-
key?: string;
|
|
34107
|
-
/** Required. Identifier. The resource name of the session. Format: 'projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}'. */
|
|
34108
|
-
name: string;
|
|
34109
|
-
/** OAuth 2.0 token for the current user. */
|
|
34110
|
-
oauth_token?: string;
|
|
34111
|
-
/** Returns response with indentations and line breaks. */
|
|
34112
|
-
prettyPrint?: boolean;
|
|
34113
|
-
/** 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. */
|
|
34114
|
-
quotaUser?: string;
|
|
34115
|
-
/** Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated. */
|
|
34116
|
-
updateMask?: string;
|
|
34117
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
34118
|
-
upload_protocol?: string;
|
|
34119
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
34120
|
-
uploadType?: string;
|
|
34121
|
-
/** Request body */
|
|
34122
|
-
resource: GoogleCloudAiplatformV1beta1Session;
|
|
34123
|
-
}): Request<GoogleCloudAiplatformV1beta1Session>;
|
|
34124
|
-
patch(
|
|
34125
|
-
request: {
|
|
34126
|
-
/** V1 error format. */
|
|
34127
|
-
'$.xgafv'?: string;
|
|
34128
|
-
/** OAuth access token. */
|
|
34129
|
-
access_token?: string;
|
|
34130
|
-
/** Data format for response. */
|
|
34131
|
-
alt?: string;
|
|
34132
|
-
/** JSONP */
|
|
34133
|
-
callback?: string;
|
|
34134
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
34135
|
-
fields?: string;
|
|
34136
|
-
/** 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. */
|
|
34137
|
-
key?: string;
|
|
34138
|
-
/** Required. Identifier. The resource name of the session. Format: 'projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}'. */
|
|
34139
|
-
name: string;
|
|
34140
|
-
/** OAuth 2.0 token for the current user. */
|
|
34141
|
-
oauth_token?: string;
|
|
34142
|
-
/** Returns response with indentations and line breaks. */
|
|
34143
|
-
prettyPrint?: boolean;
|
|
34144
|
-
/** 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. */
|
|
34145
|
-
quotaUser?: string;
|
|
34146
|
-
/** Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated. */
|
|
34147
|
-
updateMask?: string;
|
|
34148
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
34149
|
-
upload_protocol?: string;
|
|
34150
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
34151
|
-
uploadType?: string;
|
|
34152
|
-
},
|
|
34153
|
-
body: GoogleCloudAiplatformV1beta1Session,
|
|
34154
|
-
): Request<GoogleCloudAiplatformV1beta1Session>;
|
|
34155
|
-
}
|
|
34156
33989
|
interface OperationsResource {
|
|
34157
33990
|
/** 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`. */
|
|
34158
33991
|
delete(request?: {
|
|
@@ -38685,7 +38518,6 @@ declare namespace gapi.client {
|
|
|
38685
38518
|
ragEngineConfig: RagEngineConfigResource;
|
|
38686
38519
|
reasoningEngines: ReasoningEnginesResource;
|
|
38687
38520
|
schedules: SchedulesResource;
|
|
38688
|
-
sessions: SessionsResource;
|
|
38689
38521
|
solvers: SolversResource;
|
|
38690
38522
|
specialistPools: SpecialistPoolsResource;
|
|
38691
38523
|
studies: StudiesResource;
|