google-apis-aiplatform_v1beta1 0.65.0 → 0.67.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_v1beta1/classes.rb +728 -311
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +111 -1
- data/lib/google/apis/aiplatform_v1beta1/service.rb +503 -10
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AiplatformV1beta1
|
|
18
18
|
# Version of the google-apis-aiplatform_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.67.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 = "20251114"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1132,6 +1132,18 @@ module Google
|
|
|
1132
1132
|
include Google::Apis::Core::JsonObjectSupport
|
|
1133
1133
|
end
|
|
1134
1134
|
|
|
1135
|
+
class GoogleCloudAiplatformV1beta1CustomCodeExecutionResult
|
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1137
|
+
|
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1139
|
+
end
|
|
1140
|
+
|
|
1141
|
+
class GoogleCloudAiplatformV1beta1CustomCodeExecutionSpec
|
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1143
|
+
|
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1145
|
+
end
|
|
1146
|
+
|
|
1135
1147
|
class GoogleCloudAiplatformV1beta1CustomJob
|
|
1136
1148
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1137
1149
|
|
|
@@ -1894,6 +1906,18 @@ module Google
|
|
|
1894
1906
|
include Google::Apis::Core::JsonObjectSupport
|
|
1895
1907
|
end
|
|
1896
1908
|
|
|
1909
|
+
class GoogleCloudAiplatformV1beta1ExecuteCodeRequest
|
|
1910
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1911
|
+
|
|
1912
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1913
|
+
end
|
|
1914
|
+
|
|
1915
|
+
class GoogleCloudAiplatformV1beta1ExecuteCodeResponse
|
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1917
|
+
|
|
1918
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1919
|
+
end
|
|
1920
|
+
|
|
1897
1921
|
class GoogleCloudAiplatformV1beta1ExecuteExtensionRequest
|
|
1898
1922
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1899
1923
|
|
|
@@ -5236,6 +5260,12 @@ module Google
|
|
|
5236
5260
|
include Google::Apis::Core::JsonObjectSupport
|
|
5237
5261
|
end
|
|
5238
5262
|
|
|
5263
|
+
class GoogleCloudAiplatformV1beta1PurgeMemoriesRequest
|
|
5264
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5265
|
+
|
|
5266
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5267
|
+
end
|
|
5268
|
+
|
|
5239
5269
|
class GoogleCloudAiplatformV1beta1PythonPackageSpec
|
|
5240
5270
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5241
5271
|
|
|
@@ -6730,6 +6760,18 @@ module Google
|
|
|
6730
6760
|
include Google::Apis::Core::JsonObjectSupport
|
|
6731
6761
|
end
|
|
6732
6762
|
|
|
6763
|
+
class GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderData
|
|
6764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6765
|
+
|
|
6766
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6767
|
+
end
|
|
6768
|
+
|
|
6769
|
+
class GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource
|
|
6770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6771
|
+
|
|
6772
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6773
|
+
end
|
|
6774
|
+
|
|
6733
6775
|
class GoogleCloudAiplatformV1beta1SchemaPromptSpecMultimodalPrompt
|
|
6734
6776
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6735
6777
|
|
|
@@ -9247,6 +9289,8 @@ module Google
|
|
|
9247
9289
|
property :aggregation_metric, as: 'aggregationMetric'
|
|
9248
9290
|
property :bleu_metric_value, as: 'bleuMetricValue', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BleuMetricValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BleuMetricValue::Representation
|
|
9249
9291
|
|
|
9292
|
+
property :custom_code_execution_result, as: 'customCodeExecutionResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomCodeExecutionResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomCodeExecutionResult::Representation
|
|
9293
|
+
|
|
9250
9294
|
property :exact_match_metric_value, as: 'exactMatchMetricValue', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExactMatchMetricValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExactMatchMetricValue::Representation
|
|
9251
9295
|
|
|
9252
9296
|
property :pairwise_metric_result, as: 'pairwiseMetricResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricResult::Representation
|
|
@@ -10745,6 +10789,20 @@ module Google
|
|
|
10745
10789
|
end
|
|
10746
10790
|
end
|
|
10747
10791
|
|
|
10792
|
+
class GoogleCloudAiplatformV1beta1CustomCodeExecutionResult
|
|
10793
|
+
# @private
|
|
10794
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10795
|
+
property :score, as: 'score'
|
|
10796
|
+
end
|
|
10797
|
+
end
|
|
10798
|
+
|
|
10799
|
+
class GoogleCloudAiplatformV1beta1CustomCodeExecutionSpec
|
|
10800
|
+
# @private
|
|
10801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10802
|
+
property :evaluation_function, as: 'evaluationFunction'
|
|
10803
|
+
end
|
|
10804
|
+
end
|
|
10805
|
+
|
|
10748
10806
|
class GoogleCloudAiplatformV1beta1CustomJob
|
|
10749
10807
|
# @private
|
|
10750
10808
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11841,7 +11899,6 @@ module Google
|
|
|
11841
11899
|
|
|
11842
11900
|
property :events, as: 'events', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceAgentDataEvents, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceAgentDataEvents::Representation
|
|
11843
11901
|
|
|
11844
|
-
property :events_text, as: 'eventsText'
|
|
11845
11902
|
property :tools, as: 'tools', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceAgentDataTools, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceAgentDataTools::Representation
|
|
11846
11903
|
|
|
11847
11904
|
property :tools_text, as: 'toolsText'
|
|
@@ -12323,6 +12380,22 @@ module Google
|
|
|
12323
12380
|
end
|
|
12324
12381
|
end
|
|
12325
12382
|
|
|
12383
|
+
class GoogleCloudAiplatformV1beta1ExecuteCodeRequest
|
|
12384
|
+
# @private
|
|
12385
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12386
|
+
collection :inputs, as: 'inputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk::Representation
|
|
12387
|
+
|
|
12388
|
+
end
|
|
12389
|
+
end
|
|
12390
|
+
|
|
12391
|
+
class GoogleCloudAiplatformV1beta1ExecuteCodeResponse
|
|
12392
|
+
# @private
|
|
12393
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12394
|
+
collection :outputs, as: 'outputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk::Representation
|
|
12395
|
+
|
|
12396
|
+
end
|
|
12397
|
+
end
|
|
12398
|
+
|
|
12326
12399
|
class GoogleCloudAiplatformV1beta1ExecuteExtensionRequest
|
|
12327
12400
|
# @private
|
|
12328
12401
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -15535,6 +15608,7 @@ module Google
|
|
|
15535
15608
|
property :fact, as: 'fact'
|
|
15536
15609
|
property :name, as: 'name'
|
|
15537
15610
|
property :revision_expire_time, as: 'revisionExpireTime'
|
|
15611
|
+
hash :revision_labels, as: 'revisionLabels'
|
|
15538
15612
|
property :revision_ttl, as: 'revisionTtl'
|
|
15539
15613
|
hash :scope, as: 'scope'
|
|
15540
15614
|
collection :topics, as: 'topics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryTopicId, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryTopicId::Representation
|
|
@@ -15698,6 +15772,8 @@ module Google
|
|
|
15698
15772
|
collection :aggregation_metrics, as: 'aggregationMetrics'
|
|
15699
15773
|
property :bleu_spec, as: 'bleuSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BleuSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BleuSpec::Representation
|
|
15700
15774
|
|
|
15775
|
+
property :custom_code_execution_spec, as: 'customCodeExecutionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomCodeExecutionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CustomCodeExecutionSpec::Representation
|
|
15776
|
+
|
|
15701
15777
|
property :exact_match_spec, as: 'exactMatchSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExactMatchSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExactMatchSpec::Representation
|
|
15702
15778
|
|
|
15703
15779
|
property :llm_based_metric_spec, as: 'llmBasedMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1LlmBasedMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1LlmBasedMetricSpec::Representation
|
|
@@ -18192,6 +18268,14 @@ module Google
|
|
|
18192
18268
|
end
|
|
18193
18269
|
end
|
|
18194
18270
|
|
|
18271
|
+
class GoogleCloudAiplatformV1beta1PurgeMemoriesRequest
|
|
18272
|
+
# @private
|
|
18273
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18274
|
+
property :filter, as: 'filter'
|
|
18275
|
+
property :force, as: 'force'
|
|
18276
|
+
end
|
|
18277
|
+
end
|
|
18278
|
+
|
|
18195
18279
|
class GoogleCloudAiplatformV1beta1PythonPackageSpec
|
|
18196
18280
|
# @private
|
|
18197
18281
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -18454,6 +18538,8 @@ module Google
|
|
|
18454
18538
|
property :rag_files_count, as: 'ragFilesCount'
|
|
18455
18539
|
property :rag_vector_db_config, as: 'ragVectorDbConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfig::Representation
|
|
18456
18540
|
|
|
18541
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
18542
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
18457
18543
|
property :update_time, as: 'updateTime'
|
|
18458
18544
|
property :vector_db_config, as: 'vectorDbConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfig::Representation
|
|
18459
18545
|
|
|
@@ -19073,10 +19159,13 @@ module Google
|
|
|
19073
19159
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
|
|
19074
19160
|
# @private
|
|
19075
19161
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19162
|
+
hash :agent_card, as: 'agentCard'
|
|
19076
19163
|
property :agent_framework, as: 'agentFramework'
|
|
19077
19164
|
collection :class_methods, as: 'classMethods'
|
|
19078
19165
|
property :deployment_spec, as: 'deploymentSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpec::Representation
|
|
19079
19166
|
|
|
19167
|
+
property :effective_identity, as: 'effectiveIdentity'
|
|
19168
|
+
property :identity_type, as: 'identityType'
|
|
19080
19169
|
property :package_spec, as: 'packageSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec::Representation
|
|
19081
19170
|
|
|
19082
19171
|
property :service_account, as: 'serviceAccount'
|
|
@@ -20637,6 +20726,24 @@ module Google
|
|
|
20637
20726
|
end
|
|
20638
20727
|
end
|
|
20639
20728
|
|
|
20729
|
+
class GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderData
|
|
20730
|
+
# @private
|
|
20731
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20732
|
+
property :code_repository_state, as: 'codeRepositoryState'
|
|
20733
|
+
collection :linked_resources, as: 'linkedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource::Representation
|
|
20734
|
+
|
|
20735
|
+
end
|
|
20736
|
+
end
|
|
20737
|
+
|
|
20738
|
+
class GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource
|
|
20739
|
+
# @private
|
|
20740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20741
|
+
property :display_name, as: 'displayName'
|
|
20742
|
+
property :name, as: 'name'
|
|
20743
|
+
property :type, as: 'type'
|
|
20744
|
+
end
|
|
20745
|
+
end
|
|
20746
|
+
|
|
20640
20747
|
class GoogleCloudAiplatformV1beta1SchemaPromptSpecMultimodalPrompt
|
|
20641
20748
|
# @private
|
|
20642
20749
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -20691,6 +20798,8 @@ module Google
|
|
|
20691
20798
|
class GoogleCloudAiplatformV1beta1SchemaPromptSpecStructuredPrompt
|
|
20692
20799
|
# @private
|
|
20693
20800
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20801
|
+
property :app_builder_data, as: 'appBuilderData', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderData, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderData::Representation
|
|
20802
|
+
|
|
20694
20803
|
property :context, as: 'context', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
|
20695
20804
|
|
|
20696
20805
|
collection :examples, as: 'examples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecPartList, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecPartList::Representation
|
|
@@ -21927,6 +22036,7 @@ module Google
|
|
|
21927
22036
|
property :create_time, as: 'createTime'
|
|
21928
22037
|
property :display_name, as: 'displayName'
|
|
21929
22038
|
property :expire_time, as: 'expireTime'
|
|
22039
|
+
hash :labels, as: 'labels'
|
|
21930
22040
|
property :name, as: 'name'
|
|
21931
22041
|
hash :session_state, as: 'sessionState'
|
|
21932
22042
|
property :ttl, as: 'ttl'
|