@maxim_mazurok/gapi.client.aiplatform-v1 0.4.20251219 → 0.4.20260106
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 +19 -3
- 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: 20260106
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -527,6 +527,8 @@ declare namespace gapi.client {
|
|
|
527
527
|
gcsSource?: GoogleCloudAiplatformV1GcsSource;
|
|
528
528
|
/** Required. The format in which instances are given, must be one of the Model's supported_input_storage_formats. */
|
|
529
529
|
instancesFormat?: string;
|
|
530
|
+
/** A Vertex Managed Dataset. Currently, only datasets of type Multimodal are supported. */
|
|
531
|
+
vertexMultimodalDatasetSource?: GoogleCloudAiplatformV1VertexMultimodalDatasetSource;
|
|
530
532
|
}
|
|
531
533
|
interface GoogleCloudAiplatformV1BatchPredictionJobInstanceConfig {
|
|
532
534
|
/** Fields that will be excluded in the prediction instance that is sent to the Model. Excluded will be attached to the batch prediction output if key_field is not specified. When excluded_fields is populated, included_fields must be empty. The input must be JSONL with objects at each line, BigQuery or TfRecord. */
|
|
@@ -545,6 +547,8 @@ declare namespace gapi.client {
|
|
|
545
547
|
gcsDestination?: GoogleCloudAiplatformV1GcsDestination;
|
|
546
548
|
/** Required. The format in which Vertex AI gives the predictions, must be one of the Model's supported_output_storage_formats. */
|
|
547
549
|
predictionsFormat?: string;
|
|
550
|
+
/** The details for a Vertex Multimodal Dataset that will be created for the output. */
|
|
551
|
+
vertexMultimodalDatasetDestination?: GoogleCloudAiplatformV1VertexMultimodalDatasetDestination;
|
|
548
552
|
}
|
|
549
553
|
interface GoogleCloudAiplatformV1BatchPredictionJobOutputInfo {
|
|
550
554
|
/** Output only. The path of the BigQuery dataset created, in `bq://projectId.bqDatasetId` format, into which the prediction output is written. */
|
|
@@ -553,6 +557,8 @@ declare namespace gapi.client {
|
|
|
553
557
|
bigqueryOutputTable?: string;
|
|
554
558
|
/** Output only. The full path of the Cloud Storage directory created, into which the prediction output is written. */
|
|
555
559
|
gcsOutputDirectory?: string;
|
|
560
|
+
/** Output only. The resource name of the Vertex Managed Dataset created, into which the prediction output is written. Format: `projects/{project}/locations/{location}/datasets/{dataset}` */
|
|
561
|
+
vertexMultimodalDatasetName?: string;
|
|
556
562
|
}
|
|
557
563
|
interface GoogleCloudAiplatformV1BatchReadFeatureValuesOperationMetadata {
|
|
558
564
|
/** Operation metadata for Featurestore batch read Features values. */
|
|
@@ -10616,6 +10622,16 @@ declare namespace gapi.client {
|
|
|
10616
10622
|
/** Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata) */
|
|
10617
10623
|
filter?: string;
|
|
10618
10624
|
}
|
|
10625
|
+
interface GoogleCloudAiplatformV1VertexMultimodalDatasetDestination {
|
|
10626
|
+
/** Optional. The destination of the underlying BigQuery table that will be created for the output Multimodal Dataset. If not specified, the BigQuery table will be created in a default BigQuery dataset. */
|
|
10627
|
+
bigqueryDestination?: GoogleCloudAiplatformV1BigQueryDestination;
|
|
10628
|
+
/** Optional. Display name of the output dataset. */
|
|
10629
|
+
displayName?: string;
|
|
10630
|
+
}
|
|
10631
|
+
interface GoogleCloudAiplatformV1VertexMultimodalDatasetSource {
|
|
10632
|
+
/** Required. The resource name of the Vertex Dataset. Format: `projects/{project}/locations/{location}/datasets/{dataset}` */
|
|
10633
|
+
datasetName?: string;
|
|
10634
|
+
}
|
|
10619
10635
|
interface GoogleCloudAiplatformV1VertexRagStore {
|
|
10620
10636
|
/** Optional. The representation of the rag source. It can be used to specify corpus only or ragfiles. Currently only support one corpus or multiple files from one corpus. In the future we may open up multiple corpora support. */
|
|
10621
10637
|
ragResources?: GoogleCloudAiplatformV1VertexRagStoreRagResource[];
|
|
@@ -32905,7 +32921,7 @@ declare namespace gapi.client {
|
|
|
32905
32921
|
prettyPrint?: boolean;
|
|
32906
32922
|
/** 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. */
|
|
32907
32923
|
quotaUser?: string;
|
|
32908
|
-
/** Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Input format: `{paths: "${updated_field}"}` Updatable fields: * `encryption_spec.kms_key_name` * `display_name` * `software_config.post_startup_script_config.post_startup_script` * `software_config.post_startup_script_config.post_startup_script_url` * `software_config.post_startup_script_config.post_startup_script_behavior` * `software_config.env` * `software_config.colab_image.release_name` */
|
|
32924
|
+
/** Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Input format: `{paths: "${updated_field}"}` Updatable fields: * `encryption_spec.kms_key_name` * `display_name` * `software_config.post_startup_script_config.post_startup_script` * `software_config.post_startup_script_config.post_startup_script_url` * `software_config.post_startup_script_config.post_startup_script_behavior` * `software_config.env` * `software_config.colab_image.release_name` * `software_config.custom_container_config.image_uri` */
|
|
32909
32925
|
updateMask?: string;
|
|
32910
32926
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
32911
32927
|
upload_protocol?: string;
|
|
@@ -32936,7 +32952,7 @@ declare namespace gapi.client {
|
|
|
32936
32952
|
prettyPrint?: boolean;
|
|
32937
32953
|
/** 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. */
|
|
32938
32954
|
quotaUser?: string;
|
|
32939
|
-
/** Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Input format: `{paths: "${updated_field}"}` Updatable fields: * `encryption_spec.kms_key_name` * `display_name` * `software_config.post_startup_script_config.post_startup_script` * `software_config.post_startup_script_config.post_startup_script_url` * `software_config.post_startup_script_config.post_startup_script_behavior` * `software_config.env` * `software_config.colab_image.release_name` */
|
|
32955
|
+
/** Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Input format: `{paths: "${updated_field}"}` Updatable fields: * `encryption_spec.kms_key_name` * `display_name` * `software_config.post_startup_script_config.post_startup_script` * `software_config.post_startup_script_config.post_startup_script_url` * `software_config.post_startup_script_config.post_startup_script_behavior` * `software_config.env` * `software_config.colab_image.release_name` * `software_config.custom_container_config.image_uri` */
|
|
32940
32956
|
updateMask?: string;
|
|
32941
32957
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
32942
32958
|
upload_protocol?: string;
|