google-apis-aiplatform_v1 0.69.0 → 0.71.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 +8 -0
- data/lib/google/apis/aiplatform_v1/classes.rb +638 -0
- data/lib/google/apis/aiplatform_v1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1/representations.rb +291 -0
- data/lib/google/apis/aiplatform_v1/service.rb +17654 -8833
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AiplatformV1
|
|
18
18
|
# Version of the google-apis-aiplatform_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.71.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251027"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1300,6 +1300,24 @@ module Google
|
|
|
1300
1300
|
include Google::Apis::Core::JsonObjectSupport
|
|
1301
1301
|
end
|
|
1302
1302
|
|
|
1303
|
+
class GoogleCloudAiplatformV1EmbedContentRequest
|
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1305
|
+
|
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1307
|
+
end
|
|
1308
|
+
|
|
1309
|
+
class GoogleCloudAiplatformV1EmbedContentResponse
|
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1311
|
+
|
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1313
|
+
end
|
|
1314
|
+
|
|
1315
|
+
class GoogleCloudAiplatformV1EmbedContentResponseEmbedding
|
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1317
|
+
|
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1319
|
+
end
|
|
1320
|
+
|
|
1303
1321
|
class GoogleCloudAiplatformV1EncryptionSpec
|
|
1304
1322
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1305
1323
|
|
|
@@ -1390,6 +1408,36 @@ module Google
|
|
|
1390
1408
|
include Google::Apis::Core::JsonObjectSupport
|
|
1391
1409
|
end
|
|
1392
1410
|
|
|
1411
|
+
class GoogleCloudAiplatformV1EvaluationInstanceAgentConfig
|
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1413
|
+
|
|
1414
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1415
|
+
end
|
|
1416
|
+
|
|
1417
|
+
class GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools
|
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1419
|
+
|
|
1420
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1421
|
+
end
|
|
1422
|
+
|
|
1423
|
+
class GoogleCloudAiplatformV1EvaluationInstanceAgentData
|
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1425
|
+
|
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1427
|
+
end
|
|
1428
|
+
|
|
1429
|
+
class GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents
|
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1431
|
+
|
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1433
|
+
end
|
|
1434
|
+
|
|
1435
|
+
class GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools
|
|
1436
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1437
|
+
|
|
1438
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1439
|
+
end
|
|
1440
|
+
|
|
1393
1441
|
class GoogleCloudAiplatformV1EvaluationInstanceInstanceData
|
|
1394
1442
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1395
1443
|
|
|
@@ -2260,6 +2308,24 @@ module Google
|
|
|
2260
2308
|
include Google::Apis::Core::JsonObjectSupport
|
|
2261
2309
|
end
|
|
2262
2310
|
|
|
2311
|
+
class GoogleCloudAiplatformV1FunctionResponseBlob
|
|
2312
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2313
|
+
|
|
2314
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2315
|
+
end
|
|
2316
|
+
|
|
2317
|
+
class GoogleCloudAiplatformV1FunctionResponseFileData
|
|
2318
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2319
|
+
|
|
2320
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2321
|
+
end
|
|
2322
|
+
|
|
2323
|
+
class GoogleCloudAiplatformV1FunctionResponsePart
|
|
2324
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2325
|
+
|
|
2326
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2327
|
+
end
|
|
2328
|
+
|
|
2263
2329
|
class GoogleCloudAiplatformV1GcsDestination
|
|
2264
2330
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2265
2331
|
|
|
@@ -2524,6 +2590,12 @@ module Google
|
|
|
2524
2590
|
include Google::Apis::Core::JsonObjectSupport
|
|
2525
2591
|
end
|
|
2526
2592
|
|
|
2593
|
+
class GoogleCloudAiplatformV1ImageConfigImageOutputOptions
|
|
2594
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2595
|
+
|
|
2596
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2597
|
+
end
|
|
2598
|
+
|
|
2527
2599
|
class GoogleCloudAiplatformV1ImportDataConfig
|
|
2528
2600
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2529
2601
|
|
|
@@ -4612,6 +4684,24 @@ module Google
|
|
|
4612
4684
|
include Google::Apis::Core::JsonObjectSupport
|
|
4613
4685
|
end
|
|
4614
4686
|
|
|
4687
|
+
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec
|
|
4688
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4689
|
+
|
|
4690
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4691
|
+
end
|
|
4692
|
+
|
|
4693
|
+
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource
|
|
4694
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4695
|
+
|
|
4696
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4697
|
+
end
|
|
4698
|
+
|
|
4699
|
+
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec
|
|
4700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4701
|
+
|
|
4702
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4703
|
+
end
|
|
4704
|
+
|
|
4615
4705
|
class GoogleCloudAiplatformV1RebaseTunedModelRequest
|
|
4616
4706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4617
4707
|
|
|
@@ -6652,6 +6742,12 @@ module Google
|
|
|
6652
6742
|
include Google::Apis::Core::JsonObjectSupport
|
|
6653
6743
|
end
|
|
6654
6744
|
|
|
6745
|
+
class GoogleCloudAiplatformV1ToolComputerUse
|
|
6746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6747
|
+
|
|
6748
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6749
|
+
end
|
|
6750
|
+
|
|
6655
6751
|
class GoogleCloudAiplatformV1ToolConfig
|
|
6656
6752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6657
6753
|
|
|
@@ -7210,6 +7306,12 @@ module Google
|
|
|
7210
7306
|
include Google::Apis::Core::JsonObjectSupport
|
|
7211
7307
|
end
|
|
7212
7308
|
|
|
7309
|
+
class GoogleCloudAiplatformV1UsageMetadata
|
|
7310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7311
|
+
|
|
7312
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7313
|
+
end
|
|
7314
|
+
|
|
7213
7315
|
class GoogleCloudAiplatformV1UserActionReference
|
|
7214
7316
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7215
7317
|
|
|
@@ -9526,6 +9628,36 @@ module Google
|
|
|
9526
9628
|
end
|
|
9527
9629
|
end
|
|
9528
9630
|
|
|
9631
|
+
class GoogleCloudAiplatformV1EmbedContentRequest
|
|
9632
|
+
# @private
|
|
9633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9634
|
+
property :auto_truncate, as: 'autoTruncate'
|
|
9635
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
|
9636
|
+
|
|
9637
|
+
property :output_dimensionality, as: 'outputDimensionality'
|
|
9638
|
+
property :task_type, as: 'taskType'
|
|
9639
|
+
property :title, as: 'title'
|
|
9640
|
+
end
|
|
9641
|
+
end
|
|
9642
|
+
|
|
9643
|
+
class GoogleCloudAiplatformV1EmbedContentResponse
|
|
9644
|
+
# @private
|
|
9645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9646
|
+
property :embedding, as: 'embedding', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EmbedContentResponseEmbedding, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EmbedContentResponseEmbedding::Representation
|
|
9647
|
+
|
|
9648
|
+
property :truncated, as: 'truncated'
|
|
9649
|
+
property :usage_metadata, as: 'usageMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UsageMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UsageMetadata::Representation
|
|
9650
|
+
|
|
9651
|
+
end
|
|
9652
|
+
end
|
|
9653
|
+
|
|
9654
|
+
class GoogleCloudAiplatformV1EmbedContentResponseEmbedding
|
|
9655
|
+
# @private
|
|
9656
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9657
|
+
collection :values, as: 'values'
|
|
9658
|
+
end
|
|
9659
|
+
end
|
|
9660
|
+
|
|
9529
9661
|
class GoogleCloudAiplatformV1EncryptionSpec
|
|
9530
9662
|
# @private
|
|
9531
9663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9828,6 +9960,8 @@ module Google
|
|
|
9828
9960
|
class GoogleCloudAiplatformV1EvaluationInstance
|
|
9829
9961
|
# @private
|
|
9830
9962
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9963
|
+
property :agent_data, as: 'agentData', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentData, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentData::Representation
|
|
9964
|
+
|
|
9831
9965
|
property :other_data, as: 'otherData', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceMapInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceMapInstance::Representation
|
|
9832
9966
|
|
|
9833
9967
|
property :prompt, as: 'prompt', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceInstanceData, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceInstanceData::Representation
|
|
@@ -9841,6 +9975,57 @@ module Google
|
|
|
9841
9975
|
end
|
|
9842
9976
|
end
|
|
9843
9977
|
|
|
9978
|
+
class GoogleCloudAiplatformV1EvaluationInstanceAgentConfig
|
|
9979
|
+
# @private
|
|
9980
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9981
|
+
property :developer_instruction, as: 'developerInstruction', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceInstanceData, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceInstanceData::Representation
|
|
9982
|
+
|
|
9983
|
+
property :tools, as: 'tools', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools::Representation
|
|
9984
|
+
|
|
9985
|
+
property :tools_text, as: 'toolsText'
|
|
9986
|
+
end
|
|
9987
|
+
end
|
|
9988
|
+
|
|
9989
|
+
class GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools
|
|
9990
|
+
# @private
|
|
9991
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9992
|
+
collection :tool, as: 'tool', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tool, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tool::Representation
|
|
9993
|
+
|
|
9994
|
+
end
|
|
9995
|
+
end
|
|
9996
|
+
|
|
9997
|
+
class GoogleCloudAiplatformV1EvaluationInstanceAgentData
|
|
9998
|
+
# @private
|
|
9999
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10000
|
+
property :agent_config, as: 'agentConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentConfig::Representation
|
|
10001
|
+
|
|
10002
|
+
property :developer_instruction, as: 'developerInstruction', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceInstanceData, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceInstanceData::Representation
|
|
10003
|
+
|
|
10004
|
+
property :events, as: 'events', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents::Representation
|
|
10005
|
+
|
|
10006
|
+
property :events_text, as: 'eventsText'
|
|
10007
|
+
property :tools, as: 'tools', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools::Representation
|
|
10008
|
+
|
|
10009
|
+
property :tools_text, as: 'toolsText'
|
|
10010
|
+
end
|
|
10011
|
+
end
|
|
10012
|
+
|
|
10013
|
+
class GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents
|
|
10014
|
+
# @private
|
|
10015
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10016
|
+
collection :event, as: 'event', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
|
10017
|
+
|
|
10018
|
+
end
|
|
10019
|
+
end
|
|
10020
|
+
|
|
10021
|
+
class GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools
|
|
10022
|
+
# @private
|
|
10023
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10024
|
+
collection :tool, as: 'tool', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tool, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tool::Representation
|
|
10025
|
+
|
|
10026
|
+
end
|
|
10027
|
+
end
|
|
10028
|
+
|
|
9844
10029
|
class GoogleCloudAiplatformV1EvaluationInstanceInstanceData
|
|
9845
10030
|
# @private
|
|
9846
10031
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10043,6 +10228,8 @@ module Google
|
|
|
10043
10228
|
property :llm_based_metric_spec, as: 'llmBasedMetricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationRunMetricLlmBasedMetricSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationRunMetricLlmBasedMetricSpec::Representation
|
|
10044
10229
|
|
|
10045
10230
|
property :metric, as: 'metric'
|
|
10231
|
+
property :metric_config, as: 'metricConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Metric, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Metric::Representation
|
|
10232
|
+
|
|
10046
10233
|
property :predefined_metric_spec, as: 'predefinedMetricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationRunMetricPredefinedMetricSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationRunMetricPredefinedMetricSpec::Representation
|
|
10047
10234
|
|
|
10048
10235
|
property :rubric_based_metric_spec, as: 'rubricBasedMetricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpec::Representation
|
|
@@ -11333,10 +11520,40 @@ module Google
|
|
|
11333
11520
|
# @private
|
|
11334
11521
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11335
11522
|
property :name, as: 'name'
|
|
11523
|
+
collection :parts, as: 'parts', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionResponsePart, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionResponsePart::Representation
|
|
11524
|
+
|
|
11336
11525
|
hash :response, as: 'response'
|
|
11337
11526
|
end
|
|
11338
11527
|
end
|
|
11339
11528
|
|
|
11529
|
+
class GoogleCloudAiplatformV1FunctionResponseBlob
|
|
11530
|
+
# @private
|
|
11531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11532
|
+
property :data, :base64 => true, as: 'data'
|
|
11533
|
+
property :display_name, as: 'displayName'
|
|
11534
|
+
property :mime_type, as: 'mimeType'
|
|
11535
|
+
end
|
|
11536
|
+
end
|
|
11537
|
+
|
|
11538
|
+
class GoogleCloudAiplatformV1FunctionResponseFileData
|
|
11539
|
+
# @private
|
|
11540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11541
|
+
property :display_name, as: 'displayName'
|
|
11542
|
+
property :file_uri, as: 'fileUri'
|
|
11543
|
+
property :mime_type, as: 'mimeType'
|
|
11544
|
+
end
|
|
11545
|
+
end
|
|
11546
|
+
|
|
11547
|
+
class GoogleCloudAiplatformV1FunctionResponsePart
|
|
11548
|
+
# @private
|
|
11549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11550
|
+
property :file_data, as: 'fileData', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionResponseFileData, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionResponseFileData::Representation
|
|
11551
|
+
|
|
11552
|
+
property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionResponseBlob, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionResponseBlob::Representation
|
|
11553
|
+
|
|
11554
|
+
end
|
|
11555
|
+
end
|
|
11556
|
+
|
|
11340
11557
|
class GoogleCloudAiplatformV1GcsDestination
|
|
11341
11558
|
# @private
|
|
11342
11559
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11458,6 +11675,8 @@ module Google
|
|
|
11458
11675
|
class GoogleCloudAiplatformV1GenerateInstanceRubricsRequest
|
|
11459
11676
|
# @private
|
|
11460
11677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11678
|
+
property :agent_config, as: 'agentConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentConfig::Representation
|
|
11679
|
+
|
|
11461
11680
|
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
|
11462
11681
|
|
|
11463
11682
|
property :predefined_rubric_generation_spec, as: 'predefinedRubricGenerationSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PredefinedMetricSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PredefinedMetricSpec::Representation
|
|
@@ -11801,6 +12020,17 @@ module Google
|
|
|
11801
12020
|
# @private
|
|
11802
12021
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11803
12022
|
property :aspect_ratio, as: 'aspectRatio'
|
|
12023
|
+
property :image_output_options, as: 'imageOutputOptions', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ImageConfigImageOutputOptions, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ImageConfigImageOutputOptions::Representation
|
|
12024
|
+
|
|
12025
|
+
property :person_generation, as: 'personGeneration'
|
|
12026
|
+
end
|
|
12027
|
+
end
|
|
12028
|
+
|
|
12029
|
+
class GoogleCloudAiplatformV1ImageConfigImageOutputOptions
|
|
12030
|
+
# @private
|
|
12031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12032
|
+
property :compression_quality, as: 'compressionQuality'
|
|
12033
|
+
property :mime_type, as: 'mimeType'
|
|
11804
12034
|
end
|
|
11805
12035
|
end
|
|
11806
12036
|
|
|
@@ -14390,6 +14620,7 @@ module Google
|
|
|
14390
14620
|
# @private
|
|
14391
14621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14392
14622
|
collection :instances, as: 'instances'
|
|
14623
|
+
hash :labels, as: 'labels'
|
|
14393
14624
|
property :parameters, as: 'parameters'
|
|
14394
14625
|
end
|
|
14395
14626
|
end
|
|
@@ -15430,6 +15661,8 @@ module Google
|
|
|
15430
15661
|
property :package_spec, as: 'packageSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec::Representation
|
|
15431
15662
|
|
|
15432
15663
|
property :service_account, as: 'serviceAccount'
|
|
15664
|
+
property :source_code_spec, as: 'sourceCodeSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec::Representation
|
|
15665
|
+
|
|
15433
15666
|
end
|
|
15434
15667
|
end
|
|
15435
15668
|
|
|
@@ -15459,6 +15692,33 @@ module Google
|
|
|
15459
15692
|
end
|
|
15460
15693
|
end
|
|
15461
15694
|
|
|
15695
|
+
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec
|
|
15696
|
+
# @private
|
|
15697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15698
|
+
property :inline_source, as: 'inlineSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource::Representation
|
|
15699
|
+
|
|
15700
|
+
property :python_spec, as: 'pythonSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec::Representation
|
|
15701
|
+
|
|
15702
|
+
end
|
|
15703
|
+
end
|
|
15704
|
+
|
|
15705
|
+
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource
|
|
15706
|
+
# @private
|
|
15707
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15708
|
+
property :source_archive, :base64 => true, as: 'sourceArchive'
|
|
15709
|
+
end
|
|
15710
|
+
end
|
|
15711
|
+
|
|
15712
|
+
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec
|
|
15713
|
+
# @private
|
|
15714
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15715
|
+
property :entrypoint_module, as: 'entrypointModule'
|
|
15716
|
+
property :entrypoint_object, as: 'entrypointObject'
|
|
15717
|
+
property :requirements_file, as: 'requirementsFile'
|
|
15718
|
+
property :version, as: 'version'
|
|
15719
|
+
end
|
|
15720
|
+
end
|
|
15721
|
+
|
|
15462
15722
|
class GoogleCloudAiplatformV1RebaseTunedModelRequest
|
|
15463
15723
|
# @private
|
|
15464
15724
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -18747,6 +19007,8 @@ module Google
|
|
|
18747
19007
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18748
19008
|
property :code_execution, as: 'codeExecution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution::Representation
|
|
18749
19009
|
|
|
19010
|
+
property :computer_use, as: 'computerUse', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse::Representation
|
|
19011
|
+
|
|
18750
19012
|
property :enterprise_web_search, as: 'enterpriseWebSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnterpriseWebSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnterpriseWebSearch::Representation
|
|
18751
19013
|
|
|
18752
19014
|
collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration::Representation
|
|
@@ -18817,6 +19079,14 @@ module Google
|
|
|
18817
19079
|
end
|
|
18818
19080
|
end
|
|
18819
19081
|
|
|
19082
|
+
class GoogleCloudAiplatformV1ToolComputerUse
|
|
19083
|
+
# @private
|
|
19084
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19085
|
+
property :environment, as: 'environment'
|
|
19086
|
+
collection :excluded_predefined_functions, as: 'excludedPredefinedFunctions'
|
|
19087
|
+
end
|
|
19088
|
+
end
|
|
19089
|
+
|
|
18820
19090
|
class GoogleCloudAiplatformV1ToolConfig
|
|
18821
19091
|
# @private
|
|
18822
19092
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -19628,6 +19898,27 @@ module Google
|
|
|
19628
19898
|
end
|
|
19629
19899
|
end
|
|
19630
19900
|
|
|
19901
|
+
class GoogleCloudAiplatformV1UsageMetadata
|
|
19902
|
+
# @private
|
|
19903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19904
|
+
collection :cache_tokens_details, as: 'cacheTokensDetails', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount::Representation
|
|
19905
|
+
|
|
19906
|
+
property :cached_content_token_count, as: 'cachedContentTokenCount'
|
|
19907
|
+
property :candidates_token_count, as: 'candidatesTokenCount'
|
|
19908
|
+
collection :candidates_tokens_details, as: 'candidatesTokensDetails', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount::Representation
|
|
19909
|
+
|
|
19910
|
+
property :prompt_token_count, as: 'promptTokenCount'
|
|
19911
|
+
collection :prompt_tokens_details, as: 'promptTokensDetails', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount::Representation
|
|
19912
|
+
|
|
19913
|
+
property :thoughts_token_count, as: 'thoughtsTokenCount'
|
|
19914
|
+
property :tool_use_prompt_token_count, as: 'toolUsePromptTokenCount'
|
|
19915
|
+
collection :tool_use_prompt_tokens_details, as: 'toolUsePromptTokensDetails', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount::Representation
|
|
19916
|
+
|
|
19917
|
+
property :total_token_count, as: 'totalTokenCount'
|
|
19918
|
+
property :traffic_type, as: 'trafficType'
|
|
19919
|
+
end
|
|
19920
|
+
end
|
|
19921
|
+
|
|
19631
19922
|
class GoogleCloudAiplatformV1UserActionReference
|
|
19632
19923
|
# @private
|
|
19633
19924
|
class Representation < Google::Apis::Core::JsonRepresentation
|