google-apis-aiplatform_v1beta1 0.35.0 → 0.37.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +1069 -81
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +435 -1
- data/lib/google/apis/aiplatform_v1beta1/service.rb +320 -6
- metadata +4 -7
@@ -268,6 +268,12 @@ module Google
|
|
268
268
|
include Google::Apis::Core::JsonObjectSupport
|
269
269
|
end
|
270
270
|
|
271
|
+
class GoogleCloudAiplatformV1beta1AutoraterConfig
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
271
277
|
class GoogleCloudAiplatformV1beta1AutoscalingMetricSpec
|
272
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
279
|
|
@@ -1312,6 +1318,12 @@ module Google
|
|
1312
1318
|
include Google::Apis::Core::JsonObjectSupport
|
1313
1319
|
end
|
1314
1320
|
|
1321
|
+
class GoogleCloudAiplatformV1beta1EvaluateDatasetRequest
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
|
+
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
1325
|
+
end
|
1326
|
+
|
1315
1327
|
class GoogleCloudAiplatformV1beta1EvaluateInstancesRequest
|
1316
1328
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
1329
|
|
@@ -1336,6 +1348,12 @@ module Google
|
|
1336
1348
|
include Google::Apis::Core::JsonObjectSupport
|
1337
1349
|
end
|
1338
1350
|
|
1351
|
+
class GoogleCloudAiplatformV1beta1EvaluationDataset
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
|
+
|
1354
|
+
include Google::Apis::Core::JsonObjectSupport
|
1355
|
+
end
|
1356
|
+
|
1339
1357
|
class GoogleCloudAiplatformV1beta1Event
|
1340
1358
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
1359
|
|
@@ -1594,6 +1612,18 @@ module Google
|
|
1594
1612
|
include Google::Apis::Core::JsonObjectSupport
|
1595
1613
|
end
|
1596
1614
|
|
1615
|
+
class GoogleCloudAiplatformV1beta1ExportPublisherModelOperationMetadata
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
|
+
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
1619
|
+
end
|
1620
|
+
|
1621
|
+
class GoogleCloudAiplatformV1beta1ExportPublisherModelResponse
|
1622
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
|
+
|
1624
|
+
include Google::Apis::Core::JsonObjectSupport
|
1625
|
+
end
|
1626
|
+
|
1597
1627
|
class GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest
|
1598
1628
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1599
1629
|
|
@@ -2116,6 +2146,18 @@ module Google
|
|
2116
2146
|
include Google::Apis::Core::JsonObjectSupport
|
2117
2147
|
end
|
2118
2148
|
|
2149
|
+
class GoogleCloudAiplatformV1beta1GenAiAdvancedFeaturesConfig
|
2150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2151
|
+
|
2152
|
+
include Google::Apis::Core::JsonObjectSupport
|
2153
|
+
end
|
2154
|
+
|
2155
|
+
class GoogleCloudAiplatformV1beta1GenAiAdvancedFeaturesConfigRagConfig
|
2156
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2157
|
+
|
2158
|
+
include Google::Apis::Core::JsonObjectSupport
|
2159
|
+
end
|
2160
|
+
|
2119
2161
|
class GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest
|
2120
2162
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2121
2163
|
|
@@ -2650,6 +2692,12 @@ module Google
|
|
2650
2692
|
include Google::Apis::Core::JsonObjectSupport
|
2651
2693
|
end
|
2652
2694
|
|
2695
|
+
class GoogleCloudAiplatformV1beta1ListModelVersionCheckpointsResponse
|
2696
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2697
|
+
|
2698
|
+
include Google::Apis::Core::JsonObjectSupport
|
2699
|
+
end
|
2700
|
+
|
2653
2701
|
class GoogleCloudAiplatformV1beta1ListModelVersionsResponse
|
2654
2702
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2655
2703
|
|
@@ -2884,6 +2932,12 @@ module Google
|
|
2884
2932
|
include Google::Apis::Core::JsonObjectSupport
|
2885
2933
|
end
|
2886
2934
|
|
2935
|
+
class GoogleCloudAiplatformV1beta1Metric
|
2936
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2937
|
+
|
2938
|
+
include Google::Apis::Core::JsonObjectSupport
|
2939
|
+
end
|
2940
|
+
|
2887
2941
|
class GoogleCloudAiplatformV1beta1MetricxInput
|
2888
2942
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2889
2943
|
|
@@ -2986,6 +3040,12 @@ module Google
|
|
2986
3040
|
include Google::Apis::Core::JsonObjectSupport
|
2987
3041
|
end
|
2988
3042
|
|
3043
|
+
class GoogleCloudAiplatformV1beta1ModalityTokenCount
|
3044
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3045
|
+
|
3046
|
+
include Google::Apis::Core::JsonObjectSupport
|
3047
|
+
end
|
3048
|
+
|
2989
3049
|
class GoogleCloudAiplatformV1beta1Model
|
2990
3050
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2991
3051
|
|
@@ -3382,6 +3442,12 @@ module Google
|
|
3382
3442
|
include Google::Apis::Core::JsonObjectSupport
|
3383
3443
|
end
|
3384
3444
|
|
3445
|
+
class GoogleCloudAiplatformV1beta1ModelVersionCheckpoint
|
3446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3447
|
+
|
3448
|
+
include Google::Apis::Core::JsonObjectSupport
|
3449
|
+
end
|
3450
|
+
|
3385
3451
|
class GoogleCloudAiplatformV1beta1MutateDeployedIndexOperationMetadata
|
3386
3452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3387
3453
|
|
@@ -3616,6 +3682,18 @@ module Google
|
|
3616
3682
|
include Google::Apis::Core::JsonObjectSupport
|
3617
3683
|
end
|
3618
3684
|
|
3685
|
+
class GoogleCloudAiplatformV1beta1NotebookSoftwareConfig
|
3686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3687
|
+
|
3688
|
+
include Google::Apis::Core::JsonObjectSupport
|
3689
|
+
end
|
3690
|
+
|
3691
|
+
class GoogleCloudAiplatformV1beta1OutputConfig
|
3692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3693
|
+
|
3694
|
+
include Google::Apis::Core::JsonObjectSupport
|
3695
|
+
end
|
3696
|
+
|
3619
3697
|
class GoogleCloudAiplatformV1beta1PscAutomationConfig
|
3620
3698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3621
3699
|
|
@@ -3856,6 +3934,12 @@ module Google
|
|
3856
3934
|
include Google::Apis::Core::JsonObjectSupport
|
3857
3935
|
end
|
3858
3936
|
|
3937
|
+
class GoogleCloudAiplatformV1beta1PostStartupScriptConfig
|
3938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3939
|
+
|
3940
|
+
include Google::Apis::Core::JsonObjectSupport
|
3941
|
+
end
|
3942
|
+
|
3859
3943
|
class GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig
|
3860
3944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3861
3945
|
|
@@ -3940,6 +4024,30 @@ module Google
|
|
3940
4024
|
include Google::Apis::Core::JsonObjectSupport
|
3941
4025
|
end
|
3942
4026
|
|
4027
|
+
class GoogleCloudAiplatformV1beta1ProbeGrpcAction
|
4028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4029
|
+
|
4030
|
+
include Google::Apis::Core::JsonObjectSupport
|
4031
|
+
end
|
4032
|
+
|
4033
|
+
class GoogleCloudAiplatformV1beta1ProbeHttpGetAction
|
4034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4035
|
+
|
4036
|
+
include Google::Apis::Core::JsonObjectSupport
|
4037
|
+
end
|
4038
|
+
|
4039
|
+
class GoogleCloudAiplatformV1beta1ProbeHttpHeader
|
4040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4041
|
+
|
4042
|
+
include Google::Apis::Core::JsonObjectSupport
|
4043
|
+
end
|
4044
|
+
|
4045
|
+
class GoogleCloudAiplatformV1beta1ProbeTcpSocketAction
|
4046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4047
|
+
|
4048
|
+
include Google::Apis::Core::JsonObjectSupport
|
4049
|
+
end
|
4050
|
+
|
3943
4051
|
class GoogleCloudAiplatformV1beta1PscAutomatedEndpoints
|
3944
4052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3945
4053
|
|
@@ -4300,6 +4408,12 @@ module Google
|
|
4300
4408
|
include Google::Apis::Core::JsonObjectSupport
|
4301
4409
|
end
|
4302
4410
|
|
4411
|
+
class GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser
|
4412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4413
|
+
|
4414
|
+
include Google::Apis::Core::JsonObjectSupport
|
4415
|
+
end
|
4416
|
+
|
4303
4417
|
class GoogleCloudAiplatformV1beta1RagFileTransformationConfig
|
4304
4418
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4305
4419
|
|
@@ -4642,6 +4756,12 @@ module Google
|
|
4642
4756
|
include Google::Apis::Core::JsonObjectSupport
|
4643
4757
|
end
|
4644
4758
|
|
4759
|
+
class GoogleCloudAiplatformV1beta1RetrievalConfig
|
4760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4761
|
+
|
4762
|
+
include Google::Apis::Core::JsonObjectSupport
|
4763
|
+
end
|
4764
|
+
|
4645
4765
|
class GoogleCloudAiplatformV1beta1RetrievalMetadata
|
4646
4766
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4647
4767
|
|
@@ -4672,6 +4792,12 @@ module Google
|
|
4672
4792
|
include Google::Apis::Core::JsonObjectSupport
|
4673
4793
|
end
|
4674
4794
|
|
4795
|
+
class GoogleCloudAiplatformV1beta1RolloutOptions
|
4796
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4797
|
+
|
4798
|
+
include Google::Apis::Core::JsonObjectSupport
|
4799
|
+
end
|
4800
|
+
|
4675
4801
|
class GoogleCloudAiplatformV1beta1RougeInput
|
4676
4802
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4677
4803
|
|
@@ -6052,6 +6178,24 @@ module Google
|
|
6052
6178
|
include Google::Apis::Core::JsonObjectSupport
|
6053
6179
|
end
|
6054
6180
|
|
6181
|
+
class GoogleCloudAiplatformV1beta1SpeculativeDecodingSpec
|
6182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6183
|
+
|
6184
|
+
include Google::Apis::Core::JsonObjectSupport
|
6185
|
+
end
|
6186
|
+
|
6187
|
+
class GoogleCloudAiplatformV1beta1SpeculativeDecodingSpecDraftModelSpeculation
|
6188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6189
|
+
|
6190
|
+
include Google::Apis::Core::JsonObjectSupport
|
6191
|
+
end
|
6192
|
+
|
6193
|
+
class GoogleCloudAiplatformV1beta1SpeculativeDecodingSpecNgramSpeculation
|
6194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6195
|
+
|
6196
|
+
include Google::Apis::Core::JsonObjectSupport
|
6197
|
+
end
|
6198
|
+
|
6055
6199
|
class GoogleCloudAiplatformV1beta1SpeechConfig
|
6056
6200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6057
6201
|
|
@@ -7300,6 +7444,12 @@ module Google
|
|
7300
7444
|
include Google::Apis::Core::JsonObjectSupport
|
7301
7445
|
end
|
7302
7446
|
|
7447
|
+
class GoogleTypeLatLng
|
7448
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7449
|
+
|
7450
|
+
include Google::Apis::Core::JsonObjectSupport
|
7451
|
+
end
|
7452
|
+
|
7303
7453
|
class GoogleTypeMoney
|
7304
7454
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7305
7455
|
|
@@ -7666,6 +7816,7 @@ module Google
|
|
7666
7816
|
# @private
|
7667
7817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7668
7818
|
property :api_key_secret, as: 'apiKeySecret'
|
7819
|
+
property :api_key_string, as: 'apiKeyString'
|
7669
7820
|
property :http_element_location, as: 'httpElementLocation'
|
7670
7821
|
property :name, as: 'name'
|
7671
7822
|
end
|
@@ -7709,6 +7860,15 @@ module Google
|
|
7709
7860
|
end
|
7710
7861
|
end
|
7711
7862
|
|
7863
|
+
class GoogleCloudAiplatformV1beta1AutoraterConfig
|
7864
|
+
# @private
|
7865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7866
|
+
property :autorater_model, as: 'autoraterModel'
|
7867
|
+
property :flip_enabled, as: 'flipEnabled'
|
7868
|
+
property :sampling_count, as: 'samplingCount'
|
7869
|
+
end
|
7870
|
+
end
|
7871
|
+
|
7712
7872
|
class GoogleCloudAiplatformV1beta1AutoscalingMetricSpec
|
7713
7873
|
# @private
|
7714
7874
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8099,6 +8259,7 @@ module Google
|
|
8099
8259
|
# @private
|
8100
8260
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8101
8261
|
property :data, :base64 => true, as: 'data'
|
8262
|
+
property :display_name, as: 'displayName'
|
8102
8263
|
property :mime_type, as: 'mimeType'
|
8103
8264
|
end
|
8104
8265
|
end
|
@@ -8528,6 +8689,8 @@ module Google
|
|
8528
8689
|
class GoogleCloudAiplatformV1beta1CountTokensResponse
|
8529
8690
|
# @private
|
8530
8691
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8692
|
+
collection :prompt_tokens_details, as: 'promptTokensDetails', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount::Representation
|
8693
|
+
|
8531
8694
|
property :total_billable_characters, as: 'totalBillableCharacters'
|
8532
8695
|
property :total_tokens, as: 'totalTokens'
|
8533
8696
|
end
|
@@ -9216,8 +9379,12 @@ module Google
|
|
9216
9379
|
property :model_version_id, as: 'modelVersionId'
|
9217
9380
|
property :private_endpoints, as: 'privateEndpoints', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PrivateEndpoints, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PrivateEndpoints::Representation
|
9218
9381
|
|
9382
|
+
property :rollout_options, as: 'rolloutOptions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RolloutOptions, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RolloutOptions::Representation
|
9383
|
+
|
9219
9384
|
property :service_account, as: 'serviceAccount'
|
9220
9385
|
property :shared_resources, as: 'sharedResources'
|
9386
|
+
property :speculative_decoding_spec, as: 'speculativeDecodingSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SpeculativeDecodingSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SpeculativeDecodingSpec::Representation
|
9387
|
+
|
9221
9388
|
property :status, as: 'status', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeployedModelStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeployedModelStatus::Representation
|
9222
9389
|
|
9223
9390
|
hash :system_labels, as: 'systemLabels'
|
@@ -9383,6 +9550,8 @@ module Google
|
|
9383
9550
|
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
9384
9551
|
|
9385
9552
|
property :etag, as: 'etag'
|
9553
|
+
property :gen_ai_advanced_features_config, as: 'genAiAdvancedFeaturesConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenAiAdvancedFeaturesConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenAiAdvancedFeaturesConfig::Representation
|
9554
|
+
|
9386
9555
|
hash :labels, as: 'labels'
|
9387
9556
|
property :model_deployment_monitoring_job, as: 'modelDeploymentMonitoringJob'
|
9388
9557
|
property :name, as: 'name'
|
@@ -9451,9 +9620,25 @@ module Google
|
|
9451
9620
|
end
|
9452
9621
|
end
|
9453
9622
|
|
9623
|
+
class GoogleCloudAiplatformV1beta1EvaluateDatasetRequest
|
9624
|
+
# @private
|
9625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9626
|
+
property :autorater_config, as: 'autoraterConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AutoraterConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AutoraterConfig::Representation
|
9627
|
+
|
9628
|
+
property :dataset, as: 'dataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationDataset, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationDataset::Representation
|
9629
|
+
|
9630
|
+
collection :metrics, as: 'metrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metric, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metric::Representation
|
9631
|
+
|
9632
|
+
property :output_config, as: 'outputConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputConfig::Representation
|
9633
|
+
|
9634
|
+
end
|
9635
|
+
end
|
9636
|
+
|
9454
9637
|
class GoogleCloudAiplatformV1beta1EvaluateInstancesRequest
|
9455
9638
|
# @private
|
9456
9639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9640
|
+
property :autorater_config, as: 'autoraterConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AutoraterConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AutoraterConfig::Representation
|
9641
|
+
|
9457
9642
|
property :bleu_input, as: 'bleuInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BleuInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BleuInput::Representation
|
9458
9643
|
|
9459
9644
|
property :coherence_input, as: 'coherenceInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CoherenceInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CoherenceInput::Representation
|
@@ -9611,6 +9796,16 @@ module Google
|
|
9611
9796
|
end
|
9612
9797
|
end
|
9613
9798
|
|
9799
|
+
class GoogleCloudAiplatformV1beta1EvaluationDataset
|
9800
|
+
# @private
|
9801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9802
|
+
property :bigquery_source, as: 'bigquerySource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQuerySource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQuerySource::Representation
|
9803
|
+
|
9804
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource::Representation
|
9805
|
+
|
9806
|
+
end
|
9807
|
+
end
|
9808
|
+
|
9614
9809
|
class GoogleCloudAiplatformV1beta1Event
|
9615
9810
|
# @private
|
9616
9811
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10039,6 +10234,22 @@ module Google
|
|
10039
10234
|
end
|
10040
10235
|
end
|
10041
10236
|
|
10237
|
+
class GoogleCloudAiplatformV1beta1ExportPublisherModelOperationMetadata
|
10238
|
+
# @private
|
10239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10240
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
10241
|
+
|
10242
|
+
end
|
10243
|
+
end
|
10244
|
+
|
10245
|
+
class GoogleCloudAiplatformV1beta1ExportPublisherModelResponse
|
10246
|
+
# @private
|
10247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10248
|
+
property :destination_uri, as: 'destinationUri'
|
10249
|
+
property :publisher_model, as: 'publisherModel'
|
10250
|
+
end
|
10251
|
+
end
|
10252
|
+
|
10042
10253
|
class GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest
|
10043
10254
|
# @private
|
10044
10255
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10731,6 +10942,7 @@ module Google
|
|
10731
10942
|
class GoogleCloudAiplatformV1beta1FileData
|
10732
10943
|
# @private
|
10733
10944
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10945
|
+
property :display_name, as: 'displayName'
|
10734
10946
|
property :file_uri, as: 'fileUri'
|
10735
10947
|
property :mime_type, as: 'mimeType'
|
10736
10948
|
end
|
@@ -10937,6 +11149,21 @@ module Google
|
|
10937
11149
|
end
|
10938
11150
|
end
|
10939
11151
|
|
11152
|
+
class GoogleCloudAiplatformV1beta1GenAiAdvancedFeaturesConfig
|
11153
|
+
# @private
|
11154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11155
|
+
property :rag_config, as: 'ragConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenAiAdvancedFeaturesConfigRagConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenAiAdvancedFeaturesConfigRagConfig::Representation
|
11156
|
+
|
11157
|
+
end
|
11158
|
+
end
|
11159
|
+
|
11160
|
+
class GoogleCloudAiplatformV1beta1GenAiAdvancedFeaturesConfigRagConfig
|
11161
|
+
# @private
|
11162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11163
|
+
property :enable_rag, as: 'enableRag'
|
11164
|
+
end
|
11165
|
+
end
|
11166
|
+
|
10940
11167
|
class GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest
|
10941
11168
|
# @private
|
10942
11169
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10979,9 +11206,11 @@ module Google
|
|
10979
11206
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10980
11207
|
collection :candidates, as: 'candidates', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Candidate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Candidate::Representation
|
10981
11208
|
|
11209
|
+
property :create_time, as: 'createTime'
|
10982
11210
|
property :model_version, as: 'modelVersion'
|
10983
11211
|
property :prompt_feedback, as: 'promptFeedback', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback::Representation
|
10984
11212
|
|
11213
|
+
property :response_id, as: 'responseId'
|
10985
11214
|
property :usage_metadata, as: 'usageMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata::Representation
|
10986
11215
|
|
10987
11216
|
end
|
@@ -11000,9 +11229,15 @@ module Google
|
|
11000
11229
|
class GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata
|
11001
11230
|
# @private
|
11002
11231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11232
|
+
collection :cache_tokens_details, as: 'cacheTokensDetails', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount::Representation
|
11233
|
+
|
11003
11234
|
property :cached_content_token_count, as: 'cachedContentTokenCount'
|
11004
11235
|
property :candidates_token_count, as: 'candidatesTokenCount'
|
11236
|
+
collection :candidates_tokens_details, as: 'candidatesTokensDetails', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount::Representation
|
11237
|
+
|
11005
11238
|
property :prompt_token_count, as: 'promptTokenCount'
|
11239
|
+
collection :prompt_tokens_details, as: 'promptTokensDetails', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModalityTokenCount::Representation
|
11240
|
+
|
11006
11241
|
property :total_token_count, as: 'totalTokenCount'
|
11007
11242
|
end
|
11008
11243
|
end
|
@@ -11024,6 +11259,7 @@ module Google
|
|
11024
11259
|
property :frequency_penalty, as: 'frequencyPenalty'
|
11025
11260
|
property :logprobs, as: 'logprobs'
|
11026
11261
|
property :max_output_tokens, as: 'maxOutputTokens'
|
11262
|
+
property :media_resolution, as: 'mediaResolution'
|
11027
11263
|
property :presence_penalty, as: 'presencePenalty'
|
11028
11264
|
property :response_logprobs, as: 'responseLogprobs'
|
11029
11265
|
property :response_mime_type, as: 'responseMimeType'
|
@@ -11037,7 +11273,6 @@ module Google
|
|
11037
11273
|
|
11038
11274
|
collection :stop_sequences, as: 'stopSequences'
|
11039
11275
|
property :temperature, as: 'temperature'
|
11040
|
-
property :token_resolution, as: 'tokenResolution'
|
11041
11276
|
property :top_k, as: 'topK'
|
11042
11277
|
property :top_p, as: 'topP'
|
11043
11278
|
end
|
@@ -11873,6 +12108,15 @@ module Google
|
|
11873
12108
|
end
|
11874
12109
|
end
|
11875
12110
|
|
12111
|
+
class GoogleCloudAiplatformV1beta1ListModelVersionCheckpointsResponse
|
12112
|
+
# @private
|
12113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12114
|
+
collection :checkpoints, as: 'checkpoints', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelVersionCheckpoint, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelVersionCheckpoint::Representation
|
12115
|
+
|
12116
|
+
property :next_page_token, as: 'nextPageToken'
|
12117
|
+
end
|
12118
|
+
end
|
12119
|
+
|
11876
12120
|
class GoogleCloudAiplatformV1beta1ListModelVersionsResponse
|
11877
12121
|
# @private
|
11878
12122
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12223,6 +12467,23 @@ module Google
|
|
12223
12467
|
end
|
12224
12468
|
end
|
12225
12469
|
|
12470
|
+
class GoogleCloudAiplatformV1beta1Metric
|
12471
|
+
# @private
|
12472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12473
|
+
collection :aggregation_metrics, as: 'aggregationMetrics'
|
12474
|
+
property :bleu_spec, as: 'bleuSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BleuSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BleuSpec::Representation
|
12475
|
+
|
12476
|
+
property :exact_match_spec, as: 'exactMatchSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExactMatchSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExactMatchSpec::Representation
|
12477
|
+
|
12478
|
+
property :pairwise_metric_spec, as: 'pairwiseMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricSpec::Representation
|
12479
|
+
|
12480
|
+
property :pointwise_metric_spec, as: 'pointwiseMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PointwiseMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PointwiseMetricSpec::Representation
|
12481
|
+
|
12482
|
+
property :rouge_spec, as: 'rougeSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeSpec::Representation
|
12483
|
+
|
12484
|
+
end
|
12485
|
+
end
|
12486
|
+
|
12226
12487
|
class GoogleCloudAiplatformV1beta1MetricxInput
|
12227
12488
|
# @private
|
12228
12489
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12382,6 +12643,14 @@ module Google
|
|
12382
12643
|
end
|
12383
12644
|
end
|
12384
12645
|
|
12646
|
+
class GoogleCloudAiplatformV1beta1ModalityTokenCount
|
12647
|
+
# @private
|
12648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12649
|
+
property :modality, as: 'modality'
|
12650
|
+
property :token_count, as: 'tokenCount'
|
12651
|
+
end
|
12652
|
+
end
|
12653
|
+
|
12385
12654
|
class GoogleCloudAiplatformV1beta1Model
|
12386
12655
|
# @private
|
12387
12656
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12391,6 +12660,7 @@ module Google
|
|
12391
12660
|
property :container_spec, as: 'containerSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelContainerSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelContainerSpec::Representation
|
12392
12661
|
|
12393
12662
|
property :create_time, as: 'createTime'
|
12663
|
+
property :default_checkpoint_id, as: 'defaultCheckpointId'
|
12394
12664
|
collection :deployed_models, as: 'deployedModels', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeployedModelRef, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeployedModelRef::Representation
|
12395
12665
|
|
12396
12666
|
property :description, as: 'description'
|
@@ -12452,6 +12722,8 @@ module Google
|
|
12452
12722
|
|
12453
12723
|
property :health_route, as: 'healthRoute'
|
12454
12724
|
property :image_uri, as: 'imageUri'
|
12725
|
+
property :liveness_probe, as: 'livenessProbe', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe::Representation
|
12726
|
+
|
12455
12727
|
collection :ports, as: 'ports', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Port, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Port::Representation
|
12456
12728
|
|
12457
12729
|
property :predict_route, as: 'predictRoute'
|
@@ -12653,6 +12925,8 @@ module Google
|
|
12653
12925
|
# @private
|
12654
12926
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12655
12927
|
property :public_model_name, as: 'publicModelName'
|
12928
|
+
property :skip_hf_model_cache, as: 'skipHfModelCache'
|
12929
|
+
property :version_id, as: 'versionId'
|
12656
12930
|
end
|
12657
12931
|
end
|
12658
12932
|
|
@@ -13157,6 +13431,16 @@ module Google
|
|
13157
13431
|
end
|
13158
13432
|
end
|
13159
13433
|
|
13434
|
+
class GoogleCloudAiplatformV1beta1ModelVersionCheckpoint
|
13435
|
+
# @private
|
13436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13437
|
+
property :checkpoint_id, as: 'checkpointId'
|
13438
|
+
property :epoch, :numeric_string => true, as: 'epoch'
|
13439
|
+
property :name, as: 'name'
|
13440
|
+
property :step, :numeric_string => true, as: 'step'
|
13441
|
+
end
|
13442
|
+
end
|
13443
|
+
|
13160
13444
|
class GoogleCloudAiplatformV1beta1MutateDeployedIndexOperationMetadata
|
13161
13445
|
# @private
|
13162
13446
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13572,6 +13856,8 @@ module Google
|
|
13572
13856
|
property :service_account, as: 'serviceAccount'
|
13573
13857
|
property :shielded_vm_config, as: 'shieldedVmConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig::Representation
|
13574
13858
|
|
13859
|
+
property :software_config, as: 'softwareConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookSoftwareConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookSoftwareConfig::Representation
|
13860
|
+
|
13575
13861
|
property :update_time, as: 'updateTime'
|
13576
13862
|
property :version, as: 'version'
|
13577
13863
|
end
|
@@ -13604,6 +13890,8 @@ module Google
|
|
13604
13890
|
property :service_account, as: 'serviceAccount'
|
13605
13891
|
property :shielded_vm_config, as: 'shieldedVmConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig::Representation
|
13606
13892
|
|
13893
|
+
property :software_config, as: 'softwareConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookSoftwareConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookSoftwareConfig::Representation
|
13894
|
+
|
13607
13895
|
property :update_time, as: 'updateTime'
|
13608
13896
|
end
|
13609
13897
|
end
|
@@ -13615,6 +13903,24 @@ module Google
|
|
13615
13903
|
end
|
13616
13904
|
end
|
13617
13905
|
|
13906
|
+
class GoogleCloudAiplatformV1beta1NotebookSoftwareConfig
|
13907
|
+
# @private
|
13908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13909
|
+
collection :env, as: 'env', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar::Representation
|
13910
|
+
|
13911
|
+
property :post_startup_script_config, as: 'postStartupScriptConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PostStartupScriptConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PostStartupScriptConfig::Representation
|
13912
|
+
|
13913
|
+
end
|
13914
|
+
end
|
13915
|
+
|
13916
|
+
class GoogleCloudAiplatformV1beta1OutputConfig
|
13917
|
+
# @private
|
13918
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13919
|
+
property :gcs_destination, as: 'gcsDestination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination::Representation
|
13920
|
+
|
13921
|
+
end
|
13922
|
+
end
|
13923
|
+
|
13618
13924
|
class GoogleCloudAiplatformV1beta1PscAutomationConfig
|
13619
13925
|
# @private
|
13620
13926
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13651,7 +13957,10 @@ module Google
|
|
13651
13957
|
class GoogleCloudAiplatformV1beta1PairwiseMetricSpec
|
13652
13958
|
# @private
|
13653
13959
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13960
|
+
property :baseline_response_field_name, as: 'baselineResponseFieldName'
|
13961
|
+
property :candidate_response_field_name, as: 'candidateResponseFieldName'
|
13654
13962
|
property :metric_prompt_template, as: 'metricPromptTemplate'
|
13963
|
+
property :system_instruction, as: 'systemInstruction'
|
13655
13964
|
end
|
13656
13965
|
end
|
13657
13966
|
|
@@ -13747,6 +14056,7 @@ module Google
|
|
13747
14056
|
property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Blob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Blob::Representation
|
13748
14057
|
|
13749
14058
|
property :text, as: 'text'
|
14059
|
+
property :thought, as: 'thought'
|
13750
14060
|
property :video_metadata, as: 'videoMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VideoMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VideoMetadata::Representation
|
13751
14061
|
|
13752
14062
|
end
|
@@ -14035,6 +14345,7 @@ module Google
|
|
14035
14345
|
# @private
|
14036
14346
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14037
14347
|
property :metric_prompt_template, as: 'metricPromptTemplate'
|
14348
|
+
property :system_instruction, as: 'systemInstruction'
|
14038
14349
|
end
|
14039
14350
|
end
|
14040
14351
|
|
@@ -14045,6 +14356,15 @@ module Google
|
|
14045
14356
|
end
|
14046
14357
|
end
|
14047
14358
|
|
14359
|
+
class GoogleCloudAiplatformV1beta1PostStartupScriptConfig
|
14360
|
+
# @private
|
14361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14362
|
+
property :post_startup_script, as: 'postStartupScript'
|
14363
|
+
property :post_startup_script_behavior, as: 'postStartupScriptBehavior'
|
14364
|
+
property :post_startup_script_url, as: 'postStartupScriptUrl'
|
14365
|
+
end
|
14366
|
+
end
|
14367
|
+
|
14048
14368
|
class GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig
|
14049
14369
|
# @private
|
14050
14370
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14153,7 +14473,16 @@ module Google
|
|
14153
14473
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14154
14474
|
property :exec, as: 'exec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeExecAction, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeExecAction::Representation
|
14155
14475
|
|
14476
|
+
property :failure_threshold, as: 'failureThreshold'
|
14477
|
+
property :grpc, as: 'grpc', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeGrpcAction, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeGrpcAction::Representation
|
14478
|
+
|
14479
|
+
property :http_get, as: 'httpGet', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeHttpGetAction, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeHttpGetAction::Representation
|
14480
|
+
|
14481
|
+
property :initial_delay_seconds, as: 'initialDelaySeconds'
|
14156
14482
|
property :period_seconds, as: 'periodSeconds'
|
14483
|
+
property :success_threshold, as: 'successThreshold'
|
14484
|
+
property :tcp_socket, as: 'tcpSocket', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeTcpSocketAction, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeTcpSocketAction::Representation
|
14485
|
+
|
14157
14486
|
property :timeout_seconds, as: 'timeoutSeconds'
|
14158
14487
|
end
|
14159
14488
|
end
|
@@ -14165,6 +14494,42 @@ module Google
|
|
14165
14494
|
end
|
14166
14495
|
end
|
14167
14496
|
|
14497
|
+
class GoogleCloudAiplatformV1beta1ProbeGrpcAction
|
14498
|
+
# @private
|
14499
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14500
|
+
property :port, as: 'port'
|
14501
|
+
property :service, as: 'service'
|
14502
|
+
end
|
14503
|
+
end
|
14504
|
+
|
14505
|
+
class GoogleCloudAiplatformV1beta1ProbeHttpGetAction
|
14506
|
+
# @private
|
14507
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14508
|
+
property :host, as: 'host'
|
14509
|
+
collection :http_headers, as: 'httpHeaders', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeHttpHeader, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeHttpHeader::Representation
|
14510
|
+
|
14511
|
+
property :path, as: 'path'
|
14512
|
+
property :port, as: 'port'
|
14513
|
+
property :scheme, as: 'scheme'
|
14514
|
+
end
|
14515
|
+
end
|
14516
|
+
|
14517
|
+
class GoogleCloudAiplatformV1beta1ProbeHttpHeader
|
14518
|
+
# @private
|
14519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14520
|
+
property :name, as: 'name'
|
14521
|
+
property :value, as: 'value'
|
14522
|
+
end
|
14523
|
+
end
|
14524
|
+
|
14525
|
+
class GoogleCloudAiplatformV1beta1ProbeTcpSocketAction
|
14526
|
+
# @private
|
14527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14528
|
+
property :host, as: 'host'
|
14529
|
+
property :port, as: 'port'
|
14530
|
+
end
|
14531
|
+
end
|
14532
|
+
|
14168
14533
|
class GoogleCloudAiplatformV1beta1PscAutomatedEndpoints
|
14169
14534
|
# @private
|
14170
14535
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14651,6 +15016,7 @@ module Google
|
|
14651
15016
|
property :name, as: 'name'
|
14652
15017
|
property :rag_embedding_model_config, as: 'ragEmbeddingModelConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagEmbeddingModelConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagEmbeddingModelConfig::Representation
|
14653
15018
|
|
15019
|
+
property :rag_files_count, as: 'ragFilesCount'
|
14654
15020
|
property :rag_vector_db_config, as: 'ragVectorDbConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfig::Representation
|
14655
15021
|
|
14656
15022
|
property :update_time, as: 'updateTime'
|
@@ -14759,6 +15125,8 @@ module Google
|
|
14759
15125
|
|
14760
15126
|
property :layout_parser, as: 'layoutParser', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfigLayoutParser, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfigLayoutParser::Representation
|
14761
15127
|
|
15128
|
+
property :llm_parser, as: 'llmParser', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser::Representation
|
15129
|
+
|
14762
15130
|
property :use_advanced_pdf_parsing, as: 'useAdvancedPdfParsing'
|
14763
15131
|
end
|
14764
15132
|
end
|
@@ -14778,6 +15146,15 @@ module Google
|
|
14778
15146
|
end
|
14779
15147
|
end
|
14780
15148
|
|
15149
|
+
class GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser
|
15150
|
+
# @private
|
15151
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15152
|
+
property :custom_parsing_prompt, as: 'customParsingPrompt'
|
15153
|
+
property :max_parsing_requests_per_min, as: 'maxParsingRequestsPerMin'
|
15154
|
+
property :model_name, as: 'modelName'
|
15155
|
+
end
|
15156
|
+
end
|
15157
|
+
|
14781
15158
|
class GoogleCloudAiplatformV1beta1RagFileTransformationConfig
|
14782
15159
|
# @private
|
14783
15160
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15280,6 +15657,15 @@ module Google
|
|
15280
15657
|
end
|
15281
15658
|
end
|
15282
15659
|
|
15660
|
+
class GoogleCloudAiplatformV1beta1RetrievalConfig
|
15661
|
+
# @private
|
15662
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15663
|
+
property :language_code, as: 'languageCode'
|
15664
|
+
property :lat_lng, as: 'latLng', class: Google::Apis::AiplatformV1beta1::GoogleTypeLatLng, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeLatLng::Representation
|
15665
|
+
|
15666
|
+
end
|
15667
|
+
end
|
15668
|
+
|
15283
15669
|
class GoogleCloudAiplatformV1beta1RetrievalMetadata
|
15284
15670
|
# @private
|
15285
15671
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15323,6 +15709,18 @@ module Google
|
|
15323
15709
|
end
|
15324
15710
|
end
|
15325
15711
|
|
15712
|
+
class GoogleCloudAiplatformV1beta1RolloutOptions
|
15713
|
+
# @private
|
15714
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15715
|
+
property :max_surge_percentage, as: 'maxSurgePercentage'
|
15716
|
+
property :max_surge_replicas, as: 'maxSurgeReplicas'
|
15717
|
+
property :max_unavailable_percentage, as: 'maxUnavailablePercentage'
|
15718
|
+
property :max_unavailable_replicas, as: 'maxUnavailableReplicas'
|
15719
|
+
property :previous_deployed_model, as: 'previousDeployedModel'
|
15720
|
+
property :revision_number, as: 'revisionNumber'
|
15721
|
+
end
|
15722
|
+
end
|
15723
|
+
|
15326
15724
|
class GoogleCloudAiplatformV1beta1RougeInput
|
15327
15725
|
# @private
|
15328
15726
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17636,6 +18034,31 @@ module Google
|
|
17636
18034
|
end
|
17637
18035
|
end
|
17638
18036
|
|
18037
|
+
class GoogleCloudAiplatformV1beta1SpeculativeDecodingSpec
|
18038
|
+
# @private
|
18039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18040
|
+
property :draft_model_speculation, as: 'draftModelSpeculation', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SpeculativeDecodingSpecDraftModelSpeculation, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SpeculativeDecodingSpecDraftModelSpeculation::Representation
|
18041
|
+
|
18042
|
+
property :ngram_speculation, as: 'ngramSpeculation', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SpeculativeDecodingSpecNgramSpeculation, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SpeculativeDecodingSpecNgramSpeculation::Representation
|
18043
|
+
|
18044
|
+
property :speculative_token_count, as: 'speculativeTokenCount'
|
18045
|
+
end
|
18046
|
+
end
|
18047
|
+
|
18048
|
+
class GoogleCloudAiplatformV1beta1SpeculativeDecodingSpecDraftModelSpeculation
|
18049
|
+
# @private
|
18050
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18051
|
+
property :draft_model, as: 'draftModel'
|
18052
|
+
end
|
18053
|
+
end
|
18054
|
+
|
18055
|
+
class GoogleCloudAiplatformV1beta1SpeculativeDecodingSpecNgramSpeculation
|
18056
|
+
# @private
|
18057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18058
|
+
property :ngram_size, as: 'ngramSize'
|
18059
|
+
end
|
18060
|
+
end
|
18061
|
+
|
17639
18062
|
class GoogleCloudAiplatformV1beta1SpeechConfig
|
17640
18063
|
# @private
|
17641
18064
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18135,6 +18558,7 @@ module Google
|
|
18135
18558
|
class GoogleCloudAiplatformV1beta1SupervisedTuningDataStats
|
18136
18559
|
# @private
|
18137
18560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18561
|
+
collection :dropped_example_reasons, as: 'droppedExampleReasons'
|
18138
18562
|
property :total_billable_character_count, :numeric_string => true, as: 'totalBillableCharacterCount'
|
18139
18563
|
property :total_billable_token_count, :numeric_string => true, as: 'totalBillableTokenCount'
|
18140
18564
|
property :total_truncated_example_count, :numeric_string => true, as: 'totalTruncatedExampleCount'
|
@@ -18452,6 +18876,8 @@ module Google
|
|
18452
18876
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18453
18877
|
property :function_calling_config, as: 'functionCallingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionCallingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionCallingConfig::Representation
|
18454
18878
|
|
18879
|
+
property :retrieval_config, as: 'retrievalConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrievalConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrievalConfig::Representation
|
18880
|
+
|
18455
18881
|
end
|
18456
18882
|
end
|
18457
18883
|
|
@@ -19564,6 +19990,14 @@ module Google
|
|
19564
19990
|
end
|
19565
19991
|
end
|
19566
19992
|
|
19993
|
+
class GoogleTypeLatLng
|
19994
|
+
# @private
|
19995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19996
|
+
property :latitude, as: 'latitude'
|
19997
|
+
property :longitude, as: 'longitude'
|
19998
|
+
end
|
19999
|
+
end
|
20000
|
+
|
19567
20001
|
class GoogleTypeMoney
|
19568
20002
|
# @private
|
19569
20003
|
class Representation < Google::Apis::Core::JsonRepresentation
|