@maxim_mazurok/gapi.client.aiplatform-v1 0.2.20250917 → 0.2.20250926
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 +24 -10
- 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: 20250926
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -360,6 +360,8 @@ declare namespace gapi.client {
|
|
|
360
360
|
autoraterModel?: string;
|
|
361
361
|
/** Optional. Default is true. Whether to flip the candidate and baseline responses. This is only applicable to the pairwise metric. If enabled, also provide PairwiseMetricSpec.candidate_response_field_name and PairwiseMetricSpec.baseline_response_field_name. When rendering PairwiseMetricSpec.metric_prompt_template, the candidate and baseline fields will be flipped for half of the samples to reduce bias. */
|
|
362
362
|
flipEnabled?: boolean;
|
|
363
|
+
/** Optional. Configuration options for model generation and outputs. */
|
|
364
|
+
generationConfig?: GoogleCloudAiplatformV1GenerationConfig;
|
|
363
365
|
/** Optional. Number of samples for each instance in the dataset. If not specified, the default is 4. Minimum value is 1, maximum value is 32. */
|
|
364
366
|
samplingCount?: number;
|
|
365
367
|
}
|
|
@@ -595,7 +597,7 @@ declare namespace gapi.client {
|
|
|
595
597
|
candidateResponseColumns?: {[P in string]: string};
|
|
596
598
|
/** Optional. The name of the column that contains the requests to evaluate. This will be in evaluation_item.EvalPrompt format. */
|
|
597
599
|
promptColumn?: string;
|
|
598
|
-
/** Optional. The name of the column that contains the rubrics. This
|
|
600
|
+
/** Optional. The name of the column that contains the rubrics. This is in evaluation_rubric.RubricGroup format. */
|
|
599
601
|
rubricsColumn?: string;
|
|
600
602
|
/** Optional. The sampling config for the bigquery resource. */
|
|
601
603
|
samplingConfig?: GoogleCloudAiplatformV1BigQueryRequestSetSamplingConfig;
|
|
@@ -2004,7 +2006,7 @@ declare namespace gapi.client {
|
|
|
2004
2006
|
evaluationRequest?: GoogleCloudAiplatformV1EvaluationRequest;
|
|
2005
2007
|
/** Output only. The response from evaluation. */
|
|
2006
2008
|
evaluationResponse?: GoogleCloudAiplatformV1EvaluationResult;
|
|
2007
|
-
/** The
|
|
2009
|
+
/** The Cloud Storage object where the request or response is stored. */
|
|
2008
2010
|
gcsUri?: string;
|
|
2009
2011
|
/** Optional. Labels for the EvaluationItem. */
|
|
2010
2012
|
labels?: {[P in string]: string};
|
|
@@ -3152,7 +3154,7 @@ declare namespace gapi.client {
|
|
|
3152
3154
|
interface GoogleCloudAiplatformV1FunctionCall {
|
|
3153
3155
|
/** Optional. The function parameters and values in JSON object format. See [FunctionDeclaration.parameters] for parameter details. */
|
|
3154
3156
|
args?: {[P in string]: any};
|
|
3155
|
-
/**
|
|
3157
|
+
/** Optional. The name of the function to call. Matches [FunctionDeclaration.name]. */
|
|
3156
3158
|
name?: string;
|
|
3157
3159
|
}
|
|
3158
3160
|
interface GoogleCloudAiplatformV1FunctionCallingConfig {
|
|
@@ -4231,6 +4233,16 @@ declare namespace gapi.client {
|
|
|
4231
4233
|
/** Required. The user-defined display name of the Study */
|
|
4232
4234
|
displayName?: string;
|
|
4233
4235
|
}
|
|
4236
|
+
interface GoogleCloudAiplatformV1LustreMount {
|
|
4237
|
+
/** Required. The name of the Lustre filesystem. */
|
|
4238
|
+
filesystem?: string;
|
|
4239
|
+
/** Required. IP address of the Lustre instance. */
|
|
4240
|
+
instanceIp?: string;
|
|
4241
|
+
/** Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/ */
|
|
4242
|
+
mountPoint?: string;
|
|
4243
|
+
/** Required. The unique identifier of the Lustre volume. */
|
|
4244
|
+
volumeHandle?: string;
|
|
4245
|
+
}
|
|
4234
4246
|
interface GoogleCloudAiplatformV1MachineSpec {
|
|
4235
4247
|
/** The number of accelerators to attach to the machine. */
|
|
4236
4248
|
acceleratorCount?: number;
|
|
@@ -6507,7 +6519,7 @@ declare namespace gapi.client {
|
|
|
6507
6519
|
classMethods?: Array<{[P in string]: any}>;
|
|
6508
6520
|
/** Optional. The specification of a Reasoning Engine deployment. */
|
|
6509
6521
|
deploymentSpec?: GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec;
|
|
6510
|
-
/** Optional. User provided package spec of the ReasoningEngine. Ignored when users directly specify a deployment image through `deployment_spec.first_party_image_override`, but keeping the field_behavior to avoid introducing breaking changes. */
|
|
6522
|
+
/** Optional. User provided package spec of the ReasoningEngine. Ignored when users directly specify a deployment image through `deployment_spec.first_party_image_override`, but keeping the field_behavior to avoid introducing breaking changes. The `deployment_source` field should not be set if `package_spec` is specified. */
|
|
6511
6523
|
packageSpec?: GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec;
|
|
6512
6524
|
/** Optional. The service account that the Reasoning Engine artifact runs as. It should have "roles/storage.objectViewer" for reading the user project's Cloud Storage and "roles/aiplatform.user" for using Vertex extensions. If not specified, the Vertex AI Reasoning Engine Service Agent in the project will be used. */
|
|
6513
6525
|
serviceAccount?: string;
|
|
@@ -9811,6 +9823,8 @@ declare namespace gapi.client {
|
|
|
9811
9823
|
containerSpec?: GoogleCloudAiplatformV1ContainerSpec;
|
|
9812
9824
|
/** Disk spec. */
|
|
9813
9825
|
diskSpec?: GoogleCloudAiplatformV1DiskSpec;
|
|
9826
|
+
/** Optional. List of Lustre mounts. */
|
|
9827
|
+
lustreMounts?: GoogleCloudAiplatformV1LustreMount[];
|
|
9814
9828
|
/** Optional. Immutable. The specification of a single machine. */
|
|
9815
9829
|
machineSpec?: GoogleCloudAiplatformV1MachineSpec;
|
|
9816
9830
|
/** Optional. List of NFS mount spec. */
|
|
@@ -21790,7 +21804,7 @@ declare namespace gapi.client {
|
|
|
21790
21804
|
oauth_token?: string;
|
|
21791
21805
|
/** How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. */
|
|
21792
21806
|
orderBy?: string;
|
|
21793
|
-
/** The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-
|
|
21807
|
+
/** The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
21794
21808
|
pageSize?: number;
|
|
21795
21809
|
/** A page token, received from a previous MetadataService.ListArtifacts call. Provide this to retrieve the subsequent 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.) */
|
|
21796
21810
|
pageToken?: string;
|
|
@@ -22364,7 +22378,7 @@ declare namespace gapi.client {
|
|
|
22364
22378
|
oauth_token?: string;
|
|
22365
22379
|
/** How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. */
|
|
22366
22380
|
orderBy?: string;
|
|
22367
|
-
/** The maximum number of Contexts to return. The service may return fewer. Must be in range 1-
|
|
22381
|
+
/** The maximum number of Contexts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
22368
22382
|
pageSize?: number;
|
|
22369
22383
|
/** A page token, received from a previous MetadataService.ListContexts call. Provide this to retrieve the subsequent 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.) */
|
|
22370
22384
|
pageToken?: string;
|
|
@@ -22932,7 +22946,7 @@ declare namespace gapi.client {
|
|
|
22932
22946
|
oauth_token?: string;
|
|
22933
22947
|
/** How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. */
|
|
22934
22948
|
orderBy?: string;
|
|
22935
|
-
/** The maximum number of Executions to return. The service may return fewer. Must be in range 1-
|
|
22949
|
+
/** The maximum number of Executions to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
22936
22950
|
pageSize?: number;
|
|
22937
22951
|
/** A page token, received from a previous MetadataService.ListExecutions call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with an INVALID_ARGUMENT error.) */
|
|
22938
22952
|
pageToken?: string;
|
|
@@ -23208,7 +23222,7 @@ declare namespace gapi.client {
|
|
|
23208
23222
|
key?: string;
|
|
23209
23223
|
/** OAuth 2.0 token for the current user. */
|
|
23210
23224
|
oauth_token?: string;
|
|
23211
|
-
/** The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-
|
|
23225
|
+
/** The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
23212
23226
|
pageSize?: number;
|
|
23213
23227
|
/** 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.) */
|
|
23214
23228
|
pageToken?: string;
|
|
@@ -23504,7 +23518,7 @@ declare namespace gapi.client {
|
|
|
23504
23518
|
key?: string;
|
|
23505
23519
|
/** OAuth 2.0 token for the current user. */
|
|
23506
23520
|
oauth_token?: string;
|
|
23507
|
-
/** The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-
|
|
23521
|
+
/** The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
23508
23522
|
pageSize?: number;
|
|
23509
23523
|
/** A page token, received from a previous MetadataService.ListMetadataStores call. Provide this to retrieve the subsequent 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.) */
|
|
23510
23524
|
pageToken?: string;
|