@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20240628 → 0.0.20240709
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 +21 -15
- 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: 20240709
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -3156,9 +3156,9 @@ declare namespace gapi.client {
|
|
|
3156
3156
|
pipelineJob?: string;
|
|
3157
3157
|
/** The schemata that describe formats of the Model's predictions and explanations as given and returned via PredictionService.Predict and PredictionService.Explain. */
|
|
3158
3158
|
predictSchemata?: GoogleCloudAiplatformV1PredictSchemata;
|
|
3159
|
-
/** Output only.
|
|
3159
|
+
/** Output only. Reserved for future use. */
|
|
3160
3160
|
satisfiesPzi?: boolean;
|
|
3161
|
-
/** Output only.
|
|
3161
|
+
/** Output only. Reserved for future use. */
|
|
3162
3162
|
satisfiesPzs?: boolean;
|
|
3163
3163
|
/** Output only. When this Model is deployed, its prediction resources are described by the `prediction_resources` field of the Endpoint.deployed_models object. Because not all Models support all resource configuration types, the configuration types this Model supports are listed here. If no configuration types are listed, the Model cannot be deployed to an Endpoint and does not support online predictions (PredictionService.Predict or PredictionService.Explain). Such a Model can serve predictions by using a BatchPredictionJob, if it has at least one entry each in supported_input_storage_formats and supported_output_storage_formats. */
|
|
3164
3164
|
supportedDeploymentResourcesTypes?: string[];
|
|
@@ -4583,7 +4583,7 @@ declare namespace gapi.client {
|
|
|
4583
4583
|
}
|
|
4584
4584
|
interface GoogleCloudAiplatformV1RemoveDatapointsResponse {}
|
|
4585
4585
|
interface GoogleCloudAiplatformV1ResourcePool {
|
|
4586
|
-
/** Optional. Optional spec to configure GKE autoscaling */
|
|
4586
|
+
/** Optional. Optional spec to configure GKE or Ray-on-Vertex autoscaling */
|
|
4587
4587
|
autoscalingSpec?: GoogleCloudAiplatformV1ResourcePoolAutoscalingSpec;
|
|
4588
4588
|
/** Optional. Disk spec for the machine in this node pool. */
|
|
4589
4589
|
diskSpec?: GoogleCloudAiplatformV1DiskSpec;
|
|
@@ -4599,7 +4599,7 @@ declare namespace gapi.client {
|
|
|
4599
4599
|
interface GoogleCloudAiplatformV1ResourcePoolAutoscalingSpec {
|
|
4600
4600
|
/** Optional. max replicas in the node pool, must be ≥ replica_count and > min_replica_count or will throw error */
|
|
4601
4601
|
maxReplicaCount?: string;
|
|
4602
|
-
/** Optional. min replicas in the node pool, must be ≤ replica_count and < max_replica_count or will throw error */
|
|
4602
|
+
/** Optional. min replicas in the node pool, must be ≤ replica_count and < max_replica_count or will throw error. For autoscaling enabled Ray-on-Vertex, we allow min_replica_count of a resource_pool to be 0 to match the OSS Ray behavior(https://docs.ray.io/en/latest/cluster/vms/user-guides/configuring-autoscaling.html#cluster-config-parameters). As for Persistent Resource, the min_replica_count must be > 0, we added a corresponding validation inside CreatePersistentResourceRequestValidator.java. */
|
|
4603
4603
|
minReplicaCount?: string;
|
|
4604
4604
|
}
|
|
4605
4605
|
interface GoogleCloudAiplatformV1ResourceRuntime {
|
|
@@ -6630,6 +6630,8 @@ declare namespace gapi.client {
|
|
|
6630
6630
|
interface GoogleCloudAiplatformV1SupervisedTuningDataStats {
|
|
6631
6631
|
/** Output only. Number of billable characters in the tuning dataset. */
|
|
6632
6632
|
totalBillableCharacterCount?: string;
|
|
6633
|
+
/** Output only. Number of billable tokens in the tuning dataset. */
|
|
6634
|
+
totalBillableTokenCount?: string;
|
|
6633
6635
|
/** Output only. Number of tuning characters in the tuning dataset. */
|
|
6634
6636
|
totalTuningCharacterCount?: string;
|
|
6635
6637
|
/** Output only. Number of examples in the tuning dataset. */
|
|
@@ -6709,6 +6711,10 @@ declare namespace gapi.client {
|
|
|
6709
6711
|
name?: string;
|
|
6710
6712
|
/** Output only. The number of Runs stored in this Tensorboard. */
|
|
6711
6713
|
runCount?: number;
|
|
6714
|
+
/** Output only. Reserved for future use. */
|
|
6715
|
+
satisfiesPzi?: boolean;
|
|
6716
|
+
/** Output only. Reserved for future use. */
|
|
6717
|
+
satisfiesPzs?: boolean;
|
|
6712
6718
|
/** Output only. Timestamp when this Tensorboard was last updated. */
|
|
6713
6719
|
updateTime?: string;
|
|
6714
6720
|
}
|
|
@@ -11692,7 +11698,7 @@ declare namespace gapi.client {
|
|
|
11692
11698
|
prettyPrint?: boolean;
|
|
11693
11699
|
/** 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. */
|
|
11694
11700
|
quotaUser?: string;
|
|
11695
|
-
/** Field mask is used to specify the fields to be overwritten in the Features 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: * `description` * `labels` * `disable_monitoring` (Not supported for
|
|
11701
|
+
/** Field mask is used to specify the fields to be overwritten in the Features 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: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistryService Feature) * `point_of_contact` (Not supported for FeaturestoreService FeatureStore) */
|
|
11696
11702
|
updateMask?: string;
|
|
11697
11703
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
11698
11704
|
upload_protocol?: string;
|
|
@@ -11723,7 +11729,7 @@ declare namespace gapi.client {
|
|
|
11723
11729
|
prettyPrint?: boolean;
|
|
11724
11730
|
/** 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. */
|
|
11725
11731
|
quotaUser?: string;
|
|
11726
|
-
/** Field mask is used to specify the fields to be overwritten in the Features 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: * `description` * `labels` * `disable_monitoring` (Not supported for
|
|
11732
|
+
/** Field mask is used to specify the fields to be overwritten in the Features 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: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistryService Feature) * `point_of_contact` (Not supported for FeaturestoreService FeatureStore) */
|
|
11727
11733
|
updateMask?: string;
|
|
11728
11734
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
11729
11735
|
upload_protocol?: string;
|
|
@@ -12028,7 +12034,7 @@ declare namespace gapi.client {
|
|
|
12028
12034
|
prettyPrint?: boolean;
|
|
12029
12035
|
/** 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. */
|
|
12030
12036
|
quotaUser?: string;
|
|
12031
|
-
/** Field mask is used to specify the fields to be overwritten in the FeatureGroup 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` */
|
|
12037
|
+
/** Field mask is used to specify the fields to be overwritten in the FeatureGroup 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` * `description` * `big_query` * `big_query.entity_id_columns` */
|
|
12032
12038
|
updateMask?: string;
|
|
12033
12039
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12034
12040
|
upload_protocol?: string;
|
|
@@ -12059,7 +12065,7 @@ declare namespace gapi.client {
|
|
|
12059
12065
|
prettyPrint?: boolean;
|
|
12060
12066
|
/** 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. */
|
|
12061
12067
|
quotaUser?: string;
|
|
12062
|
-
/** Field mask is used to specify the fields to be overwritten in the FeatureGroup 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` */
|
|
12068
|
+
/** Field mask is used to specify the fields to be overwritten in the FeatureGroup 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` * `description` * `big_query` * `big_query.entity_id_columns` */
|
|
12063
12069
|
updateMask?: string;
|
|
12064
12070
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12065
12071
|
upload_protocol?: string;
|
|
@@ -12489,7 +12495,7 @@ declare namespace gapi.client {
|
|
|
12489
12495
|
prettyPrint?: boolean;
|
|
12490
12496
|
/** 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. */
|
|
12491
12497
|
quotaUser?: string;
|
|
12492
|
-
/** 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` * `
|
|
12498
|
+
/** 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` * `service_agent_type` * `big_query_source` * `big_query_source.uri` * `big_query_source.entity_id_columns` * `feature_registry_source` * `feature_registry_source.feature_groups` * `sync_config` * `sync_config.cron` */
|
|
12493
12499
|
updateMask?: string;
|
|
12494
12500
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12495
12501
|
upload_protocol?: string;
|
|
@@ -12520,7 +12526,7 @@ declare namespace gapi.client {
|
|
|
12520
12526
|
prettyPrint?: boolean;
|
|
12521
12527
|
/** 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. */
|
|
12522
12528
|
quotaUser?: string;
|
|
12523
|
-
/** 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` * `
|
|
12529
|
+
/** 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` * `service_agent_type` * `big_query_source` * `big_query_source.uri` * `big_query_source.entity_id_columns` * `feature_registry_source` * `feature_registry_source.feature_groups` * `sync_config` * `sync_config.cron` */
|
|
12524
12530
|
updateMask?: string;
|
|
12525
12531
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12526
12532
|
upload_protocol?: string;
|
|
@@ -12942,7 +12948,7 @@ declare namespace gapi.client {
|
|
|
12942
12948
|
prettyPrint?: boolean;
|
|
12943
12949
|
/** 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. */
|
|
12944
12950
|
quotaUser?: string;
|
|
12945
|
-
/** Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore 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: * `
|
|
12951
|
+
/** Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore 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` * `description` * `bigtable` * `bigtable.auto_scaling` * `bigtable.enable_multi_region_replica` */
|
|
12946
12952
|
updateMask?: string;
|
|
12947
12953
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12948
12954
|
upload_protocol?: string;
|
|
@@ -12973,7 +12979,7 @@ declare namespace gapi.client {
|
|
|
12973
12979
|
prettyPrint?: boolean;
|
|
12974
12980
|
/** 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. */
|
|
12975
12981
|
quotaUser?: string;
|
|
12976
|
-
/** Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore 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: * `
|
|
12982
|
+
/** Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore 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` * `description` * `bigtable` * `bigtable.auto_scaling` * `bigtable.enable_multi_region_replica` */
|
|
12977
12983
|
updateMask?: string;
|
|
12978
12984
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12979
12985
|
upload_protocol?: string;
|
|
@@ -13366,7 +13372,7 @@ declare namespace gapi.client {
|
|
|
13366
13372
|
prettyPrint?: boolean;
|
|
13367
13373
|
/** 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. */
|
|
13368
13374
|
quotaUser?: string;
|
|
13369
|
-
/** Field mask is used to specify the fields to be overwritten in the Features 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: * `description` * `labels` * `disable_monitoring` (Not supported for
|
|
13375
|
+
/** Field mask is used to specify the fields to be overwritten in the Features 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: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistryService Feature) * `point_of_contact` (Not supported for FeaturestoreService FeatureStore) */
|
|
13370
13376
|
updateMask?: string;
|
|
13371
13377
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13372
13378
|
upload_protocol?: string;
|
|
@@ -13397,7 +13403,7 @@ declare namespace gapi.client {
|
|
|
13397
13403
|
prettyPrint?: boolean;
|
|
13398
13404
|
/** 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. */
|
|
13399
13405
|
quotaUser?: string;
|
|
13400
|
-
/** Field mask is used to specify the fields to be overwritten in the Features 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: * `description` * `labels` * `disable_monitoring` (Not supported for
|
|
13406
|
+
/** Field mask is used to specify the fields to be overwritten in the Features 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: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistryService Feature) * `point_of_contact` (Not supported for FeaturestoreService FeatureStore) */
|
|
13401
13407
|
updateMask?: string;
|
|
13402
13408
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13403
13409
|
upload_protocol?: string;
|