google-api-python-client 2.139.0__py2.py3-none-any.whl → 2.140.0__py2.py3-none-any.whl
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.
- {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/METADATA +1 -1
- {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/RECORD +46 -46
- googleapiclient/discovery_cache/documents/aiplatform.v1.json +83 -31
- googleapiclient/discovery_cache/documents/aiplatform.v1beta1.json +360 -16
- googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json +298 -49
- googleapiclient/discovery_cache/documents/analyticsdata.v1beta.json +3 -3
- googleapiclient/discovery_cache/documents/chat.v1.json +4 -4
- googleapiclient/discovery_cache/documents/chromepolicy.v1.json +2 -2
- googleapiclient/discovery_cache/documents/cloudchannel.v1.json +132 -4
- googleapiclient/discovery_cache/documents/cloudfunctions.v1.json +14 -2
- googleapiclient/discovery_cache/documents/cloudfunctions.v2.json +15 -3
- googleapiclient/discovery_cache/documents/cloudfunctions.v2alpha.json +15 -3
- googleapiclient/discovery_cache/documents/cloudfunctions.v2beta.json +15 -3
- googleapiclient/discovery_cache/documents/cloudkms.v1.json +17 -2
- googleapiclient/discovery_cache/documents/compute.alpha.json +328 -39
- googleapiclient/discovery_cache/documents/compute.beta.json +112 -39
- googleapiclient/discovery_cache/documents/compute.v1.json +38 -17
- googleapiclient/discovery_cache/documents/container.v1.json +2 -2
- googleapiclient/discovery_cache/documents/container.v1beta1.json +2 -2
- googleapiclient/discovery_cache/documents/containeranalysis.v1.json +236 -1
- googleapiclient/discovery_cache/documents/containeranalysis.v1beta1.json +236 -1
- googleapiclient/discovery_cache/documents/dialogflow.v2.json +11 -18
- googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json +11 -18
- googleapiclient/discovery_cache/documents/dialogflow.v3.json +27 -23
- googleapiclient/discovery_cache/documents/discoveryengine.v1.json +212 -48
- googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json +132 -51
- googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json +252 -55
- googleapiclient/discovery_cache/documents/docs.v1.json +2 -2
- googleapiclient/discovery_cache/documents/firebaseml.v2beta.json +7 -1
- googleapiclient/discovery_cache/documents/healthcare.v1.json +106 -1
- googleapiclient/discovery_cache/documents/healthcare.v1beta1.json +106 -1
- googleapiclient/discovery_cache/documents/iam.v1.json +4 -4
- googleapiclient/discovery_cache/documents/logging.v2.json +3 -3
- googleapiclient/discovery_cache/documents/merchantapi.accounts_v1beta.json +1 -157
- googleapiclient/discovery_cache/documents/networkservices.v1.json +14 -14
- googleapiclient/discovery_cache/documents/networkservices.v1beta1.json +313 -14
- googleapiclient/discovery_cache/documents/places.v1.json +2 -2
- googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json +4 -2
- googleapiclient/discovery_cache/documents/realtimebidding.v1.json +5 -3
- googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json +20 -1
- googleapiclient/discovery_cache/documents/sqladmin.v1.json +12 -1
- googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json +12 -1
- googleapiclient/version.py +1 -1
- {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/LICENSE +0 -0
- {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/WHEEL +0 -0
- {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/top_level.txt +0 -0
|
@@ -20452,7 +20452,7 @@
|
|
|
20452
20452
|
}
|
|
20453
20453
|
}
|
|
20454
20454
|
},
|
|
20455
|
-
"revision": "
|
|
20455
|
+
"revision": "20240725",
|
|
20456
20456
|
"rootUrl": "https://aiplatform.googleapis.com/",
|
|
20457
20457
|
"schemas": {
|
|
20458
20458
|
"CloudAiLargeModelsVisionGenerateVideoResponse": {
|
|
@@ -20489,6 +20489,11 @@
|
|
|
20489
20489
|
"description": "Image encoding, encoded as \"image/png\" or \"image/jpg\".",
|
|
20490
20490
|
"type": "string"
|
|
20491
20491
|
},
|
|
20492
|
+
"generationSeed": {
|
|
20493
|
+
"description": "Generation seed for the sampled image. This parameter is exposed to the user only if one of the following is true: 1. The user specified per-example seeds in the request. 2. The user doesn't specify the generation seed in the request.",
|
|
20494
|
+
"format": "int32",
|
|
20495
|
+
"type": "integer"
|
|
20496
|
+
},
|
|
20492
20497
|
"image": {
|
|
20493
20498
|
"description": "Raw bytes.",
|
|
20494
20499
|
"format": "byte",
|
|
@@ -21776,6 +21781,16 @@
|
|
|
21776
21781
|
"description": "Output only. Information about resources that had been consumed by this job. Provided in real time at best effort basis, as well as a final value once the job completes. Note: This field currently may be not populated for batch predictions that use AutoML Models.",
|
|
21777
21782
|
"readOnly": true
|
|
21778
21783
|
},
|
|
21784
|
+
"satisfiesPzi": {
|
|
21785
|
+
"description": "Output only. Reserved for future use.",
|
|
21786
|
+
"readOnly": true,
|
|
21787
|
+
"type": "boolean"
|
|
21788
|
+
},
|
|
21789
|
+
"satisfiesPzs": {
|
|
21790
|
+
"description": "Output only. Reserved for future use.",
|
|
21791
|
+
"readOnly": true,
|
|
21792
|
+
"type": "boolean"
|
|
21793
|
+
},
|
|
21779
21794
|
"serviceAccount": {
|
|
21780
21795
|
"description": "The service account that the DeployedModel's container runs as. If not specified, a system generated one will be used, which has minimal permissions and the custom container, if used, may not have enough permission to access other Google Cloud resources. Users deploying the Model must have the `iam.serviceAccounts.actAs` permission on this service account.",
|
|
21781
21796
|
"type": "string"
|
|
@@ -22320,14 +22335,14 @@
|
|
|
22320
22335
|
],
|
|
22321
22336
|
"enumDescriptions": [
|
|
22322
22337
|
"The finish reason is unspecified.",
|
|
22323
|
-
"
|
|
22324
|
-
"
|
|
22325
|
-
"
|
|
22326
|
-
"
|
|
22327
|
-
"All other reasons that stopped the token generation",
|
|
22328
|
-
"
|
|
22329
|
-
"
|
|
22330
|
-
"
|
|
22338
|
+
"Token generation reached a natural stopping point or a configured stop sequence.",
|
|
22339
|
+
"Token generation reached the configured maximum output tokens.",
|
|
22340
|
+
"Token generation stopped because the content potentially contains safety violations. NOTE: When streaming, Candidate.content is empty if content filters blocks the output.",
|
|
22341
|
+
"Token generation stopped because the content potentially contains copyright violations.",
|
|
22342
|
+
"All other reasons that stopped the token generation.",
|
|
22343
|
+
"Token generation stopped because the content contains forbidden terms.",
|
|
22344
|
+
"Token generation stopped for potentially containing prohibited content.",
|
|
22345
|
+
"Token generation stopped because the content potentially contains Sensitive Personally Identifiable Information (SPII).",
|
|
22331
22346
|
"The function call generated by the model is invalid."
|
|
22332
22347
|
],
|
|
22333
22348
|
"readOnly": true,
|
|
@@ -22351,12 +22366,6 @@
|
|
|
22351
22366
|
},
|
|
22352
22367
|
"readOnly": true,
|
|
22353
22368
|
"type": "array"
|
|
22354
|
-
},
|
|
22355
|
-
"score": {
|
|
22356
|
-
"description": "Output only. Confidence score of the candidate.",
|
|
22357
|
-
"format": "double",
|
|
22358
|
-
"readOnly": true,
|
|
22359
|
-
"type": "number"
|
|
22360
22369
|
}
|
|
22361
22370
|
},
|
|
22362
22371
|
"type": "object"
|
|
@@ -23440,6 +23449,16 @@
|
|
|
23440
23449
|
"description": "Required. The data that the DataItem represents (for example, an image or a text snippet). The schema of the payload is stored in the parent Dataset's metadata schema's dataItemSchemaUri field.",
|
|
23441
23450
|
"type": "any"
|
|
23442
23451
|
},
|
|
23452
|
+
"satisfiesPzi": {
|
|
23453
|
+
"description": "Output only. Reserved for future use.",
|
|
23454
|
+
"readOnly": true,
|
|
23455
|
+
"type": "boolean"
|
|
23456
|
+
},
|
|
23457
|
+
"satisfiesPzs": {
|
|
23458
|
+
"description": "Output only. Reserved for future use.",
|
|
23459
|
+
"readOnly": true,
|
|
23460
|
+
"type": "boolean"
|
|
23461
|
+
},
|
|
23443
23462
|
"updateTime": {
|
|
23444
23463
|
"description": "Output only. Timestamp when this DataItem was last updated.",
|
|
23445
23464
|
"format": "google-datetime",
|
|
@@ -23662,6 +23681,16 @@
|
|
|
23662
23681
|
"readOnly": true,
|
|
23663
23682
|
"type": "string"
|
|
23664
23683
|
},
|
|
23684
|
+
"satisfiesPzi": {
|
|
23685
|
+
"description": "Output only. Reserved for future use.",
|
|
23686
|
+
"readOnly": true,
|
|
23687
|
+
"type": "boolean"
|
|
23688
|
+
},
|
|
23689
|
+
"satisfiesPzs": {
|
|
23690
|
+
"description": "Output only. Reserved for future use.",
|
|
23691
|
+
"readOnly": true,
|
|
23692
|
+
"type": "boolean"
|
|
23693
|
+
},
|
|
23665
23694
|
"savedQueries": {
|
|
23666
23695
|
"description": "All SavedQueries belong to the Dataset will be returned in List/Get Dataset response. The annotation_specs field will not be populated except for UI cases which will only use annotation_spec_count. In CreateDataset request, a SavedQuery is created together if this field is set, up to one SavedQuery can be set in CreateDatasetRequest. The SavedQuery should not contain any AnnotationSpec.",
|
|
23667
23696
|
"items": {
|
|
@@ -23678,6 +23707,142 @@
|
|
|
23678
23707
|
},
|
|
23679
23708
|
"type": "object"
|
|
23680
23709
|
},
|
|
23710
|
+
"GoogleCloudAiplatformV1beta1DatasetDistribution": {
|
|
23711
|
+
"description": "Distribution computed over a tuning dataset.",
|
|
23712
|
+
"id": "GoogleCloudAiplatformV1beta1DatasetDistribution",
|
|
23713
|
+
"properties": {
|
|
23714
|
+
"buckets": {
|
|
23715
|
+
"description": "Output only. Defines the histogram bucket.",
|
|
23716
|
+
"items": {
|
|
23717
|
+
"$ref": "GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket"
|
|
23718
|
+
},
|
|
23719
|
+
"readOnly": true,
|
|
23720
|
+
"type": "array"
|
|
23721
|
+
},
|
|
23722
|
+
"max": {
|
|
23723
|
+
"description": "Output only. The maximum of the population values.",
|
|
23724
|
+
"format": "double",
|
|
23725
|
+
"readOnly": true,
|
|
23726
|
+
"type": "number"
|
|
23727
|
+
},
|
|
23728
|
+
"mean": {
|
|
23729
|
+
"description": "Output only. The arithmetic mean of the values in the population.",
|
|
23730
|
+
"format": "double",
|
|
23731
|
+
"readOnly": true,
|
|
23732
|
+
"type": "number"
|
|
23733
|
+
},
|
|
23734
|
+
"median": {
|
|
23735
|
+
"description": "Output only. The median of the values in the population.",
|
|
23736
|
+
"format": "double",
|
|
23737
|
+
"readOnly": true,
|
|
23738
|
+
"type": "number"
|
|
23739
|
+
},
|
|
23740
|
+
"min": {
|
|
23741
|
+
"description": "Output only. The minimum of the population values.",
|
|
23742
|
+
"format": "double",
|
|
23743
|
+
"readOnly": true,
|
|
23744
|
+
"type": "number"
|
|
23745
|
+
},
|
|
23746
|
+
"p5": {
|
|
23747
|
+
"description": "Output only. The 5th percentile of the values in the population.",
|
|
23748
|
+
"format": "double",
|
|
23749
|
+
"readOnly": true,
|
|
23750
|
+
"type": "number"
|
|
23751
|
+
},
|
|
23752
|
+
"p95": {
|
|
23753
|
+
"description": "Output only. The 95th percentile of the values in the population.",
|
|
23754
|
+
"format": "double",
|
|
23755
|
+
"readOnly": true,
|
|
23756
|
+
"type": "number"
|
|
23757
|
+
},
|
|
23758
|
+
"sum": {
|
|
23759
|
+
"description": "Output only. Sum of a given population of values.",
|
|
23760
|
+
"format": "double",
|
|
23761
|
+
"readOnly": true,
|
|
23762
|
+
"type": "number"
|
|
23763
|
+
}
|
|
23764
|
+
},
|
|
23765
|
+
"type": "object"
|
|
23766
|
+
},
|
|
23767
|
+
"GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket": {
|
|
23768
|
+
"description": "Dataset bucket used to create a histogram for the distribution given a population of values.",
|
|
23769
|
+
"id": "GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket",
|
|
23770
|
+
"properties": {
|
|
23771
|
+
"count": {
|
|
23772
|
+
"description": "Output only. Number of values in the bucket.",
|
|
23773
|
+
"format": "int64",
|
|
23774
|
+
"readOnly": true,
|
|
23775
|
+
"type": "string"
|
|
23776
|
+
},
|
|
23777
|
+
"left": {
|
|
23778
|
+
"description": "Output only. Left bound of the bucket.",
|
|
23779
|
+
"format": "double",
|
|
23780
|
+
"readOnly": true,
|
|
23781
|
+
"type": "number"
|
|
23782
|
+
},
|
|
23783
|
+
"right": {
|
|
23784
|
+
"description": "Output only. Right bound of the bucket.",
|
|
23785
|
+
"format": "double",
|
|
23786
|
+
"readOnly": true,
|
|
23787
|
+
"type": "number"
|
|
23788
|
+
}
|
|
23789
|
+
},
|
|
23790
|
+
"type": "object"
|
|
23791
|
+
},
|
|
23792
|
+
"GoogleCloudAiplatformV1beta1DatasetStats": {
|
|
23793
|
+
"description": "Statistics computed over a tuning dataset.",
|
|
23794
|
+
"id": "GoogleCloudAiplatformV1beta1DatasetStats",
|
|
23795
|
+
"properties": {
|
|
23796
|
+
"totalBillableCharacterCount": {
|
|
23797
|
+
"description": "Output only. Number of billable characters in the tuning dataset.",
|
|
23798
|
+
"format": "int64",
|
|
23799
|
+
"readOnly": true,
|
|
23800
|
+
"type": "string"
|
|
23801
|
+
},
|
|
23802
|
+
"totalTuningCharacterCount": {
|
|
23803
|
+
"description": "Output only. Number of tuning characters in the tuning dataset.",
|
|
23804
|
+
"format": "int64",
|
|
23805
|
+
"readOnly": true,
|
|
23806
|
+
"type": "string"
|
|
23807
|
+
},
|
|
23808
|
+
"tuningDatasetExampleCount": {
|
|
23809
|
+
"description": "Output only. Number of examples in the tuning dataset.",
|
|
23810
|
+
"format": "int64",
|
|
23811
|
+
"readOnly": true,
|
|
23812
|
+
"type": "string"
|
|
23813
|
+
},
|
|
23814
|
+
"tuningStepCount": {
|
|
23815
|
+
"description": "Output only. Number of tuning steps for this Tuning Job.",
|
|
23816
|
+
"format": "int64",
|
|
23817
|
+
"readOnly": true,
|
|
23818
|
+
"type": "string"
|
|
23819
|
+
},
|
|
23820
|
+
"userDatasetExamples": {
|
|
23821
|
+
"description": "Output only. Sample user messages in the training dataset uri.",
|
|
23822
|
+
"items": {
|
|
23823
|
+
"$ref": "GoogleCloudAiplatformV1beta1Content"
|
|
23824
|
+
},
|
|
23825
|
+
"readOnly": true,
|
|
23826
|
+
"type": "array"
|
|
23827
|
+
},
|
|
23828
|
+
"userInputTokenDistribution": {
|
|
23829
|
+
"$ref": "GoogleCloudAiplatformV1beta1DatasetDistribution",
|
|
23830
|
+
"description": "Output only. Dataset distributions for the user input tokens.",
|
|
23831
|
+
"readOnly": true
|
|
23832
|
+
},
|
|
23833
|
+
"userMessagePerExampleDistribution": {
|
|
23834
|
+
"$ref": "GoogleCloudAiplatformV1beta1DatasetDistribution",
|
|
23835
|
+
"description": "Output only. Dataset distributions for the messages per example.",
|
|
23836
|
+
"readOnly": true
|
|
23837
|
+
},
|
|
23838
|
+
"userOutputTokenDistribution": {
|
|
23839
|
+
"$ref": "GoogleCloudAiplatformV1beta1DatasetDistribution",
|
|
23840
|
+
"description": "Output only. Dataset distributions for the user output tokens.",
|
|
23841
|
+
"readOnly": true
|
|
23842
|
+
}
|
|
23843
|
+
},
|
|
23844
|
+
"type": "object"
|
|
23845
|
+
},
|
|
23681
23846
|
"GoogleCloudAiplatformV1beta1DatasetVersion": {
|
|
23682
23847
|
"description": "Describes the dataset version.",
|
|
23683
23848
|
"id": "GoogleCloudAiplatformV1beta1DatasetVersion",
|
|
@@ -23716,6 +23881,16 @@
|
|
|
23716
23881
|
"readOnly": true,
|
|
23717
23882
|
"type": "string"
|
|
23718
23883
|
},
|
|
23884
|
+
"satisfiesPzi": {
|
|
23885
|
+
"description": "Output only. Reserved for future use.",
|
|
23886
|
+
"readOnly": true,
|
|
23887
|
+
"type": "boolean"
|
|
23888
|
+
},
|
|
23889
|
+
"satisfiesPzs": {
|
|
23890
|
+
"description": "Output only. Reserved for future use.",
|
|
23891
|
+
"readOnly": true,
|
|
23892
|
+
"type": "boolean"
|
|
23893
|
+
},
|
|
23719
23894
|
"updateTime": {
|
|
23720
23895
|
"description": "Output only. Timestamp when this DatasetVersion was last updated.",
|
|
23721
23896
|
"format": "google-datetime",
|
|
@@ -24197,6 +24372,16 @@
|
|
|
24197
24372
|
"description": "Immutable. The resource name of the DeploymentResourcePool. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`",
|
|
24198
24373
|
"type": "string"
|
|
24199
24374
|
},
|
|
24375
|
+
"satisfiesPzi": {
|
|
24376
|
+
"description": "Output only. Reserved for future use.",
|
|
24377
|
+
"readOnly": true,
|
|
24378
|
+
"type": "boolean"
|
|
24379
|
+
},
|
|
24380
|
+
"satisfiesPzs": {
|
|
24381
|
+
"description": "Output only. Reserved for future use.",
|
|
24382
|
+
"readOnly": true,
|
|
24383
|
+
"type": "boolean"
|
|
24384
|
+
},
|
|
24200
24385
|
"serviceAccount": {
|
|
24201
24386
|
"description": "The service account that the DeploymentResourcePool's container(s) run as. Specify the email address of the service account. If this service account is not specified, the container(s) run as a service account that doesn't have access to the resource project. Users deploying the Models to this DeploymentResourcePool must have the `iam.serviceAccounts.actAs` permission on this service account.",
|
|
24202
24387
|
"type": "string"
|
|
@@ -24304,6 +24489,90 @@
|
|
|
24304
24489
|
},
|
|
24305
24490
|
"type": "object"
|
|
24306
24491
|
},
|
|
24492
|
+
"GoogleCloudAiplatformV1beta1DistillationDataStats": {
|
|
24493
|
+
"description": "Statistics computed for datasets used for distillation.",
|
|
24494
|
+
"id": "GoogleCloudAiplatformV1beta1DistillationDataStats",
|
|
24495
|
+
"properties": {
|
|
24496
|
+
"trainingDatasetStats": {
|
|
24497
|
+
"$ref": "GoogleCloudAiplatformV1beta1DatasetStats",
|
|
24498
|
+
"description": "Output only. Statistics computed for the training dataset.",
|
|
24499
|
+
"readOnly": true
|
|
24500
|
+
}
|
|
24501
|
+
},
|
|
24502
|
+
"type": "object"
|
|
24503
|
+
},
|
|
24504
|
+
"GoogleCloudAiplatformV1beta1DistillationHyperParameters": {
|
|
24505
|
+
"description": "Hyperparameters for Distillation.",
|
|
24506
|
+
"id": "GoogleCloudAiplatformV1beta1DistillationHyperParameters",
|
|
24507
|
+
"properties": {
|
|
24508
|
+
"adapterSize": {
|
|
24509
|
+
"description": "Optional. Adapter size for distillation.",
|
|
24510
|
+
"enum": [
|
|
24511
|
+
"ADAPTER_SIZE_UNSPECIFIED",
|
|
24512
|
+
"ADAPTER_SIZE_ONE",
|
|
24513
|
+
"ADAPTER_SIZE_FOUR",
|
|
24514
|
+
"ADAPTER_SIZE_EIGHT",
|
|
24515
|
+
"ADAPTER_SIZE_SIXTEEN",
|
|
24516
|
+
"ADAPTER_SIZE_THIRTY_TWO"
|
|
24517
|
+
],
|
|
24518
|
+
"enumDescriptions": [
|
|
24519
|
+
"Adapter size is unspecified.",
|
|
24520
|
+
"Adapter size 1.",
|
|
24521
|
+
"Adapter size 4.",
|
|
24522
|
+
"Adapter size 8.",
|
|
24523
|
+
"Adapter size 16.",
|
|
24524
|
+
"Adapter size 32."
|
|
24525
|
+
],
|
|
24526
|
+
"type": "string"
|
|
24527
|
+
},
|
|
24528
|
+
"epochCount": {
|
|
24529
|
+
"description": "Optional. Number of complete passes the model makes over the entire training dataset during training.",
|
|
24530
|
+
"format": "int64",
|
|
24531
|
+
"type": "string"
|
|
24532
|
+
},
|
|
24533
|
+
"learningRateMultiplier": {
|
|
24534
|
+
"description": "Optional. Multiplier for adjusting the default learning rate.",
|
|
24535
|
+
"format": "double",
|
|
24536
|
+
"type": "number"
|
|
24537
|
+
}
|
|
24538
|
+
},
|
|
24539
|
+
"type": "object"
|
|
24540
|
+
},
|
|
24541
|
+
"GoogleCloudAiplatformV1beta1DistillationSpec": {
|
|
24542
|
+
"description": "Tuning Spec for Distillation.",
|
|
24543
|
+
"id": "GoogleCloudAiplatformV1beta1DistillationSpec",
|
|
24544
|
+
"properties": {
|
|
24545
|
+
"baseTeacherModel": {
|
|
24546
|
+
"description": "The base teacher model that is being distilled, e.g., \"gemini-1.0-pro-002\".",
|
|
24547
|
+
"type": "string"
|
|
24548
|
+
},
|
|
24549
|
+
"hyperParameters": {
|
|
24550
|
+
"$ref": "GoogleCloudAiplatformV1beta1DistillationHyperParameters",
|
|
24551
|
+
"description": "Optional. Hyperparameters for Distillation."
|
|
24552
|
+
},
|
|
24553
|
+
"pipelineRootDirectory": {
|
|
24554
|
+
"description": "Required. A path in a Cloud Storage bucket, which will be treated as the root output directory of the distillation pipeline. It is used by the system to generate the paths of output artifacts.",
|
|
24555
|
+
"type": "string"
|
|
24556
|
+
},
|
|
24557
|
+
"studentModel": {
|
|
24558
|
+
"description": "The student model that is being tuned, e.g., \"google/gemma-2b-1.1-it\".",
|
|
24559
|
+
"type": "string"
|
|
24560
|
+
},
|
|
24561
|
+
"trainingDatasetUri": {
|
|
24562
|
+
"description": "Required. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file.",
|
|
24563
|
+
"type": "string"
|
|
24564
|
+
},
|
|
24565
|
+
"tunedTeacherModelSource": {
|
|
24566
|
+
"description": "The resource name of the Tuned teacher model. Format: `projects/{project}/locations/{location}/models/{model}`.",
|
|
24567
|
+
"type": "string"
|
|
24568
|
+
},
|
|
24569
|
+
"validationDatasetUri": {
|
|
24570
|
+
"description": "Optional. Cloud Storage path to file containing validation dataset for tuning. The dataset must be formatted as a JSONL file.",
|
|
24571
|
+
"type": "string"
|
|
24572
|
+
}
|
|
24573
|
+
},
|
|
24574
|
+
"type": "object"
|
|
24575
|
+
},
|
|
24307
24576
|
"GoogleCloudAiplatformV1beta1DoubleArray": {
|
|
24308
24577
|
"description": "A list of double values.",
|
|
24309
24578
|
"id": "GoogleCloudAiplatformV1beta1DoubleArray",
|
|
@@ -24407,6 +24676,16 @@
|
|
|
24407
24676
|
"$ref": "GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig",
|
|
24408
24677
|
"description": "Optional. Configuration for private service connect. network and private_service_connect_config are mutually exclusive."
|
|
24409
24678
|
},
|
|
24679
|
+
"satisfiesPzi": {
|
|
24680
|
+
"description": "Output only. Reserved for future use.",
|
|
24681
|
+
"readOnly": true,
|
|
24682
|
+
"type": "boolean"
|
|
24683
|
+
},
|
|
24684
|
+
"satisfiesPzs": {
|
|
24685
|
+
"description": "Output only. Reserved for future use.",
|
|
24686
|
+
"readOnly": true,
|
|
24687
|
+
"type": "boolean"
|
|
24688
|
+
},
|
|
24410
24689
|
"trafficSplit": {
|
|
24411
24690
|
"additionalProperties": {
|
|
24412
24691
|
"format": "int32",
|
|
@@ -27752,6 +28031,32 @@
|
|
|
27752
28031
|
},
|
|
27753
28032
|
"type": "object"
|
|
27754
28033
|
},
|
|
28034
|
+
"GoogleCloudAiplatformV1beta1GenerateVideoResponse": {
|
|
28035
|
+
"description": "Generate video response.",
|
|
28036
|
+
"id": "GoogleCloudAiplatformV1beta1GenerateVideoResponse",
|
|
28037
|
+
"properties": {
|
|
28038
|
+
"generatedSamples": {
|
|
28039
|
+
"description": "The cloud storage uris of the generated videos.",
|
|
28040
|
+
"items": {
|
|
28041
|
+
"type": "string"
|
|
28042
|
+
},
|
|
28043
|
+
"type": "array"
|
|
28044
|
+
},
|
|
28045
|
+
"raiMediaFilteredCount": {
|
|
28046
|
+
"description": "Returns if any videos were filtered due to RAI policies.",
|
|
28047
|
+
"format": "int32",
|
|
28048
|
+
"type": "integer"
|
|
28049
|
+
},
|
|
28050
|
+
"raiMediaFilteredReasons": {
|
|
28051
|
+
"description": "Returns rai failure reasons if any.",
|
|
28052
|
+
"items": {
|
|
28053
|
+
"type": "string"
|
|
28054
|
+
},
|
|
28055
|
+
"type": "array"
|
|
28056
|
+
}
|
|
28057
|
+
},
|
|
28058
|
+
"type": "object"
|
|
28059
|
+
},
|
|
27755
28060
|
"GoogleCloudAiplatformV1beta1GenerationConfig": {
|
|
27756
28061
|
"description": "Generation config.",
|
|
27757
28062
|
"id": "GoogleCloudAiplatformV1beta1GenerationConfig",
|
|
@@ -27784,6 +28089,11 @@
|
|
|
27784
28089
|
"$ref": "GoogleCloudAiplatformV1beta1Schema",
|
|
27785
28090
|
"description": "Optional. The `Schema` object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). If set, a compatible response_mime_type must also be set. Compatible mimetypes: `application/json`: Schema for JSON response."
|
|
27786
28091
|
},
|
|
28092
|
+
"seed": {
|
|
28093
|
+
"description": "Optional. Seed.",
|
|
28094
|
+
"format": "int32",
|
|
28095
|
+
"type": "integer"
|
|
28096
|
+
},
|
|
27787
28097
|
"stopSequences": {
|
|
27788
28098
|
"description": "Optional. Stop sequences.",
|
|
27789
28099
|
"items": {
|
|
@@ -34519,6 +34829,23 @@ false
|
|
|
34519
34829
|
},
|
|
34520
34830
|
"type": "object"
|
|
34521
34831
|
},
|
|
34832
|
+
"GoogleCloudAiplatformV1beta1PredictLongRunningMetadata": {
|
|
34833
|
+
"description": "Metadata for PredictLongRunning long running operations.",
|
|
34834
|
+
"id": "GoogleCloudAiplatformV1beta1PredictLongRunningMetadata",
|
|
34835
|
+
"properties": {},
|
|
34836
|
+
"type": "object"
|
|
34837
|
+
},
|
|
34838
|
+
"GoogleCloudAiplatformV1beta1PredictLongRunningResponse": {
|
|
34839
|
+
"description": "Response message for [PredictionService.PredictLongRunning]",
|
|
34840
|
+
"id": "GoogleCloudAiplatformV1beta1PredictLongRunningResponse",
|
|
34841
|
+
"properties": {
|
|
34842
|
+
"generateVideoResponse": {
|
|
34843
|
+
"$ref": "GoogleCloudAiplatformV1beta1GenerateVideoResponse",
|
|
34844
|
+
"description": "The response of the video generation prediction."
|
|
34845
|
+
}
|
|
34846
|
+
},
|
|
34847
|
+
"type": "object"
|
|
34848
|
+
},
|
|
34522
34849
|
"GoogleCloudAiplatformV1beta1PredictRequest": {
|
|
34523
34850
|
"description": "Request message for PredictionService.Predict.",
|
|
34524
34851
|
"id": "GoogleCloudAiplatformV1beta1PredictRequest",
|
|
@@ -34972,6 +35299,10 @@ false
|
|
|
34972
35299
|
},
|
|
34973
35300
|
"description": "Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.",
|
|
34974
35301
|
"type": "object"
|
|
35302
|
+
},
|
|
35303
|
+
"sampleRequest": {
|
|
35304
|
+
"description": "Optional. Sample request for deployed endpoint.",
|
|
35305
|
+
"type": "string"
|
|
34975
35306
|
}
|
|
34976
35307
|
},
|
|
34977
35308
|
"type": "object"
|
|
@@ -43991,7 +44322,6 @@ false
|
|
|
43991
44322
|
"type": "object"
|
|
43992
44323
|
},
|
|
43993
44324
|
"GoogleCloudAiplatformV1beta1TrialContext": {
|
|
43994
|
-
"description": "Next ID: 3",
|
|
43995
44325
|
"id": "GoogleCloudAiplatformV1beta1TrialContext",
|
|
43996
44326
|
"properties": {
|
|
43997
44327
|
"description": {
|
|
@@ -44046,6 +44376,11 @@ false
|
|
|
44046
44376
|
"description": "The tuning data statistic values for TuningJob.",
|
|
44047
44377
|
"id": "GoogleCloudAiplatformV1beta1TuningDataStats",
|
|
44048
44378
|
"properties": {
|
|
44379
|
+
"distillationDataStats": {
|
|
44380
|
+
"$ref": "GoogleCloudAiplatformV1beta1DistillationDataStats",
|
|
44381
|
+
"description": "Output only. Statistics for distillation.",
|
|
44382
|
+
"readOnly": true
|
|
44383
|
+
},
|
|
44049
44384
|
"supervisedTuningDataStats": {
|
|
44050
44385
|
"$ref": "GoogleCloudAiplatformV1beta1SupervisedTuningDataStats",
|
|
44051
44386
|
"description": "The SFT Tuning data stats."
|
|
@@ -44071,6 +44406,10 @@ false
|
|
|
44071
44406
|
"description": "Optional. The description of the TuningJob.",
|
|
44072
44407
|
"type": "string"
|
|
44073
44408
|
},
|
|
44409
|
+
"distillationSpec": {
|
|
44410
|
+
"$ref": "GoogleCloudAiplatformV1beta1DistillationSpec",
|
|
44411
|
+
"description": "Tuning Spec for Distillation."
|
|
44412
|
+
},
|
|
44074
44413
|
"encryptionSpec": {
|
|
44075
44414
|
"$ref": "GoogleCloudAiplatformV1beta1EncryptionSpec",
|
|
44076
44415
|
"description": "Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key."
|
|
@@ -44103,6 +44442,11 @@ false
|
|
|
44103
44442
|
"readOnly": true,
|
|
44104
44443
|
"type": "string"
|
|
44105
44444
|
},
|
|
44445
|
+
"pipelineJob": {
|
|
44446
|
+
"description": "Output only. The resource name of the PipelineJob associated with the TuningJob. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`.",
|
|
44447
|
+
"readOnly": true,
|
|
44448
|
+
"type": "string"
|
|
44449
|
+
},
|
|
44106
44450
|
"startTime": {
|
|
44107
44451
|
"description": "Output only. Time when the TuningJob for the first time entered the `JOB_STATE_RUNNING` state.",
|
|
44108
44452
|
"format": "google-datetime",
|