google-apis-aiplatform_v1beta1 0.68.0 → 0.70.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.
@@ -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.68.0"
19
+ GEM_VERSION = "0.70.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 = "20251117"
25
+ REVISION = "20251215"
26
26
  end
27
27
  end
28
28
  end
@@ -2710,6 +2710,12 @@ module Google
2710
2710
  include Google::Apis::Core::JsonObjectSupport
2711
2711
  end
2712
2712
 
2713
+ class GoogleCloudAiplatformV1beta1FullFineTunedResources
2714
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2715
+
2716
+ include Google::Apis::Core::JsonObjectSupport
2717
+ end
2718
+
2713
2719
  class GoogleCloudAiplatformV1beta1FullFineTuningSpec
2714
2720
  class Representation < Google::Apis::Core::JsonRepresentation; end
2715
2721
 
@@ -3862,6 +3868,24 @@ module Google
3862
3868
  include Google::Apis::Core::JsonObjectSupport
3863
3869
  end
3864
3870
 
3871
+ class GoogleCloudAiplatformV1beta1MemoryConjunctionFilter
3872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3873
+
3874
+ include Google::Apis::Core::JsonObjectSupport
3875
+ end
3876
+
3877
+ class GoogleCloudAiplatformV1beta1MemoryFilter
3878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3879
+
3880
+ include Google::Apis::Core::JsonObjectSupport
3881
+ end
3882
+
3883
+ class GoogleCloudAiplatformV1beta1MemoryMetadataValue
3884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3885
+
3886
+ include Google::Apis::Core::JsonObjectSupport
3887
+ end
3888
+
3865
3889
  class GoogleCloudAiplatformV1beta1MemoryRevision
3866
3890
  class Representation < Google::Apis::Core::JsonRepresentation; end
3867
3891
 
@@ -5656,6 +5680,12 @@ module Google
5656
5680
  include Google::Apis::Core::JsonObjectSupport
5657
5681
  end
5658
5682
 
5683
+ class GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedVertexVectorSearch
5684
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5685
+
5686
+ include Google::Apis::Core::JsonObjectSupport
5687
+ end
5688
+
5659
5689
  class GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore
5660
5690
  class Representation < Google::Apis::Core::JsonRepresentation; end
5661
5691
 
@@ -5854,6 +5884,18 @@ module Google
5854
5884
  include Google::Apis::Core::JsonObjectSupport
5855
5885
  end
5856
5886
 
5887
+ class GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecDeveloperConnectConfig
5888
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5889
+
5890
+ include Google::Apis::Core::JsonObjectSupport
5891
+ end
5892
+
5893
+ class GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecDeveloperConnectSource
5894
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5895
+
5896
+ include Google::Apis::Core::JsonObjectSupport
5897
+ end
5898
+
5857
5899
  class GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecInlineSource
5858
5900
  class Representation < Google::Apis::Core::JsonRepresentation; end
5859
5901
 
@@ -8266,6 +8308,12 @@ module Google
8266
8308
  include Google::Apis::Core::JsonObjectSupport
8267
8309
  end
8268
8310
 
8311
+ class GoogleCloudAiplatformV1beta1ToolParallelAiSearch
8312
+ class Representation < Google::Apis::Core::JsonRepresentation; end
8313
+
8314
+ include Google::Apis::Core::JsonObjectSupport
8315
+ end
8316
+
8269
8317
  class GoogleCloudAiplatformV1beta1ToolParameterKvMatchInput
8270
8318
  class Representation < Google::Apis::Core::JsonRepresentation; end
8271
8319
 
@@ -11329,6 +11377,8 @@ module Google
11329
11377
 
11330
11378
  property :faster_deployment_config, as: 'fasterDeploymentConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FasterDeploymentConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FasterDeploymentConfig::Representation
11331
11379
 
11380
+ property :full_fine_tuned_resources, as: 'fullFineTunedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FullFineTunedResources, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FullFineTunedResources::Representation
11381
+
11332
11382
  property :gdc_connected_model, as: 'gdcConnectedModel'
11333
11383
  property :id, as: 'id'
11334
11384
  property :model, as: 'model'
@@ -11648,6 +11698,7 @@ module Google
11648
11698
 
11649
11699
  property :dataset, as: 'dataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationDataset, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationDataset::Representation
11650
11700
 
11701
+ property :location, as: 'location'
11651
11702
  collection :metrics, as: 'metrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metric, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metric::Representation
11652
11703
 
11653
11704
  property :output_config, as: 'outputConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputConfig::Representation
@@ -11698,6 +11749,7 @@ module Google
11698
11749
 
11699
11750
  property :instance, as: 'instance', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstance, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstance::Representation
11700
11751
 
11752
+ property :location, as: 'location'
11701
11753
  collection :metrics, as: 'metrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metric, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metric::Representation
11702
11754
 
11703
11755
  property :metricx_input, as: 'metricxInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricxInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricxInput::Representation
@@ -13072,6 +13124,7 @@ module Google
13072
13124
  property :bigtable_metadata, as: 'bigtableMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableBigtableMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableBigtableMetadata::Representation
13073
13125
 
13074
13126
  property :enable_direct_bigtable_access, as: 'enableDirectBigtableAccess'
13127
+ property :zone, as: 'zone'
13075
13128
  end
13076
13129
  end
13077
13130
 
@@ -13767,6 +13820,14 @@ module Google
13767
13820
  end
13768
13821
  end
13769
13822
 
13823
+ class GoogleCloudAiplatformV1beta1FullFineTunedResources
13824
+ # @private
13825
+ class Representation < Google::Apis::Core::JsonRepresentation
13826
+ property :deployment_type, as: 'deploymentType'
13827
+ property :model_inference_unit_count, as: 'modelInferenceUnitCount'
13828
+ end
13829
+ end
13830
+
13770
13831
  class GoogleCloudAiplatformV1beta1FullFineTuningSpec
13771
13832
  # @private
13772
13833
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14051,6 +14112,7 @@ module Google
14051
14112
 
14052
14113
  collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
14053
14114
 
14115
+ property :location, as: 'location'
14054
14116
  property :predefined_rubric_generation_spec, as: 'predefinedRubricGenerationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredefinedMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredefinedMetricSpec::Representation
14055
14117
 
14056
14118
  property :rubric_generation_spec, as: 'rubricGenerationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricGenerationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricGenerationSpec::Representation
@@ -14075,6 +14137,9 @@ module Google
14075
14137
 
14076
14138
  property :disable_consolidation, as: 'disableConsolidation'
14077
14139
  property :disable_memory_revisions, as: 'disableMemoryRevisions'
14140
+ hash :metadata, as: 'metadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue::Representation
14141
+
14142
+ property :metadata_merge_strategy, as: 'metadataMergeStrategy'
14078
14143
  property :revision_expire_time, as: 'revisionExpireTime'
14079
14144
  hash :revision_labels, as: 'revisionLabels'
14080
14145
  property :revision_ttl, as: 'revisionTtl'
@@ -15631,6 +15696,8 @@ module Google
15631
15696
  property :display_name, as: 'displayName'
15632
15697
  property :expire_time, as: 'expireTime'
15633
15698
  property :fact, as: 'fact'
15699
+ hash :metadata, as: 'metadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue::Representation
15700
+
15634
15701
  property :name, as: 'name'
15635
15702
  property :revision_expire_time, as: 'revisionExpireTime'
15636
15703
  hash :revision_labels, as: 'revisionLabels'
@@ -15646,6 +15713,7 @@ module Google
15646
15713
  class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfig
15647
15714
  # @private
15648
15715
  class Representation < Google::Apis::Core::JsonRepresentation
15716
+ property :enable_third_person_memories, as: 'enableThirdPersonMemories'
15649
15717
  collection :generate_memories_examples, as: 'generateMemoriesExamples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample::Representation
15650
15718
 
15651
15719
  collection :memory_topics, as: 'memoryTopics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic::Representation
@@ -15714,6 +15782,35 @@ module Google
15714
15782
  end
15715
15783
  end
15716
15784
 
15785
+ class GoogleCloudAiplatformV1beta1MemoryConjunctionFilter
15786
+ # @private
15787
+ class Representation < Google::Apis::Core::JsonRepresentation
15788
+ collection :filters, as: 'filters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryFilter::Representation
15789
+
15790
+ end
15791
+ end
15792
+
15793
+ class GoogleCloudAiplatformV1beta1MemoryFilter
15794
+ # @private
15795
+ class Representation < Google::Apis::Core::JsonRepresentation
15796
+ property :key, as: 'key'
15797
+ property :negate, as: 'negate'
15798
+ property :op, as: 'op'
15799
+ property :value, as: 'value', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue::Representation
15800
+
15801
+ end
15802
+ end
15803
+
15804
+ class GoogleCloudAiplatformV1beta1MemoryMetadataValue
15805
+ # @private
15806
+ class Representation < Google::Apis::Core::JsonRepresentation
15807
+ property :bool_value, as: 'boolValue'
15808
+ property :double_value, as: 'doubleValue'
15809
+ property :string_value, as: 'stringValue'
15810
+ property :timestamp_value, as: 'timestampValue'
15811
+ end
15812
+ end
15813
+
15717
15814
  class GoogleCloudAiplatformV1beta1MemoryRevision
15718
15815
  # @private
15719
15816
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18903,6 +19000,8 @@ module Google
18903
19000
 
18904
19001
  property :rag_managed_db, as: 'ragManagedDb', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDb, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDb::Representation
18905
19002
 
19003
+ property :rag_managed_vertex_vector_search, as: 'ragManagedVertexVectorSearch', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedVertexVectorSearch, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedVertexVectorSearch::Representation
19004
+
18906
19005
  property :vertex_feature_store, as: 'vertexFeatureStore', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore::Representation
18907
19006
 
18908
19007
  property :vertex_vector_search, as: 'vertexVectorSearch', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexVectorSearch, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexVectorSearch::Representation
@@ -18943,6 +19042,13 @@ module Google
18943
19042
  end
18944
19043
  end
18945
19044
 
19045
+ class GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedVertexVectorSearch
19046
+ # @private
19047
+ class Representation < Google::Apis::Core::JsonRepresentation
19048
+ property :collection_name, as: 'collectionName'
19049
+ end
19050
+ end
19051
+
18946
19052
  class GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore
18947
19053
  # @private
18948
19054
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -19250,6 +19356,8 @@ module Google
19250
19356
  class GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpec
19251
19357
  # @private
19252
19358
  class Representation < Google::Apis::Core::JsonRepresentation
19359
+ property :developer_connect_source, as: 'developerConnectSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecDeveloperConnectSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecDeveloperConnectSource::Representation
19360
+
19253
19361
  property :inline_source, as: 'inlineSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecInlineSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecInlineSource::Representation
19254
19362
 
19255
19363
  property :python_spec, as: 'pythonSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecPythonSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecPythonSpec::Representation
@@ -19257,6 +19365,23 @@ module Google
19257
19365
  end
19258
19366
  end
19259
19367
 
19368
+ class GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecDeveloperConnectConfig
19369
+ # @private
19370
+ class Representation < Google::Apis::Core::JsonRepresentation
19371
+ property :dir, as: 'dir'
19372
+ property :git_repository_link, as: 'gitRepositoryLink'
19373
+ property :revision, as: 'revision'
19374
+ end
19375
+ end
19376
+
19377
+ class GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecDeveloperConnectSource
19378
+ # @private
19379
+ class Representation < Google::Apis::Core::JsonRepresentation
19380
+ property :config, as: 'config', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecDeveloperConnectConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecDeveloperConnectConfig::Representation
19381
+
19382
+ end
19383
+ end
19384
+
19260
19385
  class GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecInlineSource
19261
19386
  # @private
19262
19387
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -19575,6 +19700,8 @@ module Google
19575
19700
  # @private
19576
19701
  class Representation < Google::Apis::Core::JsonRepresentation
19577
19702
  property :filter, as: 'filter'
19703
+ collection :filter_groups, as: 'filterGroups', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryConjunctionFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryConjunctionFilter::Representation
19704
+
19578
19705
  hash :scope, as: 'scope'
19579
19706
  property :similarity_search_params, as: 'similaritySearchParams', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams::Representation
19580
19707
 
@@ -20784,6 +20911,7 @@ module Google
20784
20911
  # @private
20785
20912
  class Representation < Google::Apis::Core::JsonRepresentation
20786
20913
  property :code_repository_state, as: 'codeRepositoryState'
20914
+ property :framework, as: 'framework'
20787
20915
  collection :linked_resources, as: 'linkedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource::Representation
20788
20916
 
20789
20917
  end
@@ -23096,6 +23224,8 @@ module Google
23096
23224
 
23097
23225
  property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval::Representation
23098
23226
 
23227
+ property :parallel_ai_search, as: 'parallelAiSearch', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParallelAiSearch, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParallelAiSearch::Representation
23228
+
23099
23229
  property :retrieval, as: 'retrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval::Representation
23100
23230
 
23101
23231
  property :url_context, as: 'urlContext', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UrlContext, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UrlContext::Representation
@@ -23221,6 +23351,14 @@ module Google
23221
23351
  end
23222
23352
  end
23223
23353
 
23354
+ class GoogleCloudAiplatformV1beta1ToolParallelAiSearch
23355
+ # @private
23356
+ class Representation < Google::Apis::Core::JsonRepresentation
23357
+ property :api_key, as: 'apiKey'
23358
+ hash :custom_configs, as: 'customConfigs'
23359
+ end
23360
+ end
23361
+
23224
23362
  class GoogleCloudAiplatformV1beta1ToolParameterKvMatchInput
23225
23363
  # @private
23226
23364
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -24113,6 +24251,7 @@ module Google
24113
24251
  property :epoch_count, :numeric_string => true, as: 'epochCount'
24114
24252
  property :learning_rate_multiplier, as: 'learningRateMultiplier'
24115
24253
  property :tuning_task, as: 'tuningTask'
24254
+ property :veo_data_mixture_ratio, as: 'veoDataMixtureRatio'
24116
24255
  end
24117
24256
  end
24118
24257
 
@@ -14657,7 +14657,8 @@ module Google
14657
14657
  # Perform a streaming online prediction with an arbitrary HTTP payload.
14658
14658
  # @param [String] endpoint
14659
14659
  # Required. The name of the Endpoint requested to serve the prediction. Format: `
14660
- # projects/`project`/locations/`location`/endpoints/`endpoint``
14660
+ # projects/`project`/locations/`location`/endpoints/`endpoint`` or `projects/`
14661
+ # project`/locations/`location`/publishers/`publisher`/models/`model``
14661
14662
  # @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StreamRawPredictRequest] google_cloud_aiplatform_v1beta1_stream_raw_predict_request_object
14662
14663
  # @param [String] fields
14663
14664
  # Selector specifying which fields to include in a partial response.
@@ -14949,6 +14950,45 @@ module Google
14949
14950
  execute_or_queue_command(command, &block)
14950
14951
  end
14951
14952
 
14953
+ # Forwards arbitrary HTTP requests for both streaming and non-streaming cases.
14954
+ # To use this method, invoke_route_prefix must be set to allow the paths that
14955
+ # will be specified in the request.
14956
+ # @param [String] endpoint
14957
+ # Required. The name of the Endpoint requested to serve the prediction. Format: `
14958
+ # projects/`project`/locations/`location`/endpoints/`endpoint``
14959
+ # @param [Google::Apis::AiplatformV1beta1::GoogleApiHttpBody] google_api_http_body_object
14960
+ # @param [String] deployed_model_id
14961
+ # ID of the DeployedModel that serves the invoke request.
14962
+ # @param [String] fields
14963
+ # Selector specifying which fields to include in a partial response.
14964
+ # @param [String] quota_user
14965
+ # Available to use for quota purposes for server-side applications. Can be any
14966
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
14967
+ # @param [Google::Apis::RequestOptions] options
14968
+ # Request-specific options
14969
+ #
14970
+ # @yield [result, err] Result & error if block supplied
14971
+ # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleApiHttpBody] parsed result object
14972
+ # @yieldparam err [StandardError] error object if request failed
14973
+ #
14974
+ # @return [Google::Apis::AiplatformV1beta1::GoogleApiHttpBody]
14975
+ #
14976
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
14977
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
14978
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
14979
+ def completions_project_location_endpoint_openapi(endpoint, google_api_http_body_object = nil, deployed_model_id: nil, fields: nil, quota_user: nil, options: nil, &block)
14980
+ command = make_simple_command(:post, 'v1beta1/{+endpoint}/completions', options)
14981
+ command.request_representation = Google::Apis::AiplatformV1beta1::GoogleApiHttpBody::Representation
14982
+ command.request_object = google_api_http_body_object
14983
+ command.response_representation = Google::Apis::AiplatformV1beta1::GoogleApiHttpBody::Representation
14984
+ command.response_class = Google::Apis::AiplatformV1beta1::GoogleApiHttpBody
14985
+ command.params['endpoint'] = endpoint unless endpoint.nil?
14986
+ command.query['deployedModelId'] = deployed_model_id unless deployed_model_id.nil?
14987
+ command.query['fields'] = fields unless fields.nil?
14988
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
14989
+ execute_or_queue_command(command, &block)
14990
+ end
14991
+
14952
14992
  # Forwards arbitrary HTTP requests for both streaming and non-streaming cases.
14953
14993
  # To use this method, invoke_route_prefix must be set to allow the paths that
14954
14994
  # will be specified in the request.
@@ -28957,7 +28997,12 @@ module Google
28957
28997
  # @param [String] update_mask
28958
28998
  # Required. The update mask applies to the resource. For the `FieldMask`
28959
28999
  # definition, see google.protobuf.FieldMask. Input format: ``paths: "$`
28960
- # updated_filed`"`` Updatable fields: * `encryption_spec.kms_key_name`
29000
+ # updated_field`"`` Updatable fields: * `encryption_spec.kms_key_name` * `
29001
+ # display_name` * `software_config.post_startup_script_config.
29002
+ # post_startup_script` * `software_config.post_startup_script_config.
29003
+ # post_startup_script_url` * `software_config.post_startup_script_config.
29004
+ # post_startup_script_behavior` * `software_config.env` * `software_config.
29005
+ # colab_image.release_name`
28961
29006
  # @param [String] fields
28962
29007
  # Selector specifying which fields to include in a partial response.
28963
29008
  # @param [String] quota_user
@@ -31384,7 +31429,8 @@ module Google
31384
31429
  # Perform a streaming online prediction with an arbitrary HTTP payload.
31385
31430
  # @param [String] endpoint
31386
31431
  # Required. The name of the Endpoint requested to serve the prediction. Format: `
31387
- # projects/`project`/locations/`location`/endpoints/`endpoint``
31432
+ # projects/`project`/locations/`location`/endpoints/`endpoint`` or `projects/`
31433
+ # project`/locations/`location`/publishers/`publisher`/models/`model``
31388
31434
  # @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StreamRawPredictRequest] google_cloud_aiplatform_v1beta1_stream_raw_predict_request_object
31389
31435
  # @param [String] fields
31390
31436
  # Selector specifying which fields to include in a partial response.
@@ -44261,6 +44307,99 @@ module Google
44261
44307
  command.query['quotaUser'] = quota_user unless quota_user.nil?
44262
44308
  execute_or_queue_command(command, &block)
44263
44309
  end
44310
+
44311
+ # Evaluates a dataset based on a set of given metrics.
44312
+ # @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetRequest] google_cloud_aiplatform_v1beta1_evaluate_dataset_request_object
44313
+ # @param [String] fields
44314
+ # Selector specifying which fields to include in a partial response.
44315
+ # @param [String] quota_user
44316
+ # Available to use for quota purposes for server-side applications. Can be any
44317
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
44318
+ # @param [Google::Apis::RequestOptions] options
44319
+ # Request-specific options
44320
+ #
44321
+ # @yield [result, err] Result & error if block supplied
44322
+ # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation] parsed result object
44323
+ # @yieldparam err [StandardError] error object if request failed
44324
+ #
44325
+ # @return [Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation]
44326
+ #
44327
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
44328
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
44329
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
44330
+ def evaluate_dataset(google_cloud_aiplatform_v1beta1_evaluate_dataset_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
44331
+ command = make_simple_command(:post, 'v1beta1:evaluateDataset', options)
44332
+ command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetRequest::Representation
44333
+ command.request_object = google_cloud_aiplatform_v1beta1_evaluate_dataset_request_object
44334
+ command.response_representation = Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation::Representation
44335
+ command.response_class = Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation
44336
+ command.query['fields'] = fields unless fields.nil?
44337
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
44338
+ execute_or_queue_command(command, &block)
44339
+ end
44340
+
44341
+ # Evaluates instances based on a given metric.
44342
+ # @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesRequest] google_cloud_aiplatform_v1beta1_evaluate_instances_request_object
44343
+ # @param [String] fields
44344
+ # Selector specifying which fields to include in a partial response.
44345
+ # @param [String] quota_user
44346
+ # Available to use for quota purposes for server-side applications. Can be any
44347
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
44348
+ # @param [Google::Apis::RequestOptions] options
44349
+ # Request-specific options
44350
+ #
44351
+ # @yield [result, err] Result & error if block supplied
44352
+ # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesResponse] parsed result object
44353
+ # @yieldparam err [StandardError] error object if request failed
44354
+ #
44355
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesResponse]
44356
+ #
44357
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
44358
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
44359
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
44360
+ def evaluate_instances(google_cloud_aiplatform_v1beta1_evaluate_instances_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
44361
+ command = make_simple_command(:post, 'v1beta1:evaluateInstances', options)
44362
+ command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesRequest::Representation
44363
+ command.request_object = google_cloud_aiplatform_v1beta1_evaluate_instances_request_object
44364
+ command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesResponse::Representation
44365
+ command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesResponse
44366
+ command.query['fields'] = fields unless fields.nil?
44367
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
44368
+ execute_or_queue_command(command, &block)
44369
+ end
44370
+
44371
+ # Generates rubrics for a given prompt. A rubric represents a single testable
44372
+ # criterion for evaluation. One input prompt could have multiple rubrics This
44373
+ # RPC allows users to get suggested rubrics based on provided prompt, which can
44374
+ # then be reviewed and used for subsequent evaluations.
44375
+ # @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsRequest] google_cloud_aiplatform_v1beta1_generate_instance_rubrics_request_object
44376
+ # @param [String] fields
44377
+ # Selector specifying which fields to include in a partial response.
44378
+ # @param [String] quota_user
44379
+ # Available to use for quota purposes for server-side applications. Can be any
44380
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
44381
+ # @param [Google::Apis::RequestOptions] options
44382
+ # Request-specific options
44383
+ #
44384
+ # @yield [result, err] Result & error if block supplied
44385
+ # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse] parsed result object
44386
+ # @yieldparam err [StandardError] error object if request failed
44387
+ #
44388
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse]
44389
+ #
44390
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
44391
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
44392
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
44393
+ def generate_instance_rubrics(google_cloud_aiplatform_v1beta1_generate_instance_rubrics_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
44394
+ command = make_simple_command(:post, 'v1beta1:generateInstanceRubrics', options)
44395
+ command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsRequest::Representation
44396
+ command.request_object = google_cloud_aiplatform_v1beta1_generate_instance_rubrics_request_object
44397
+ command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse::Representation
44398
+ command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse
44399
+ command.query['fields'] = fields unless fields.nil?
44400
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
44401
+ execute_or_queue_command(command, &block)
44402
+ end
44264
44403
 
44265
44404
  protected
44266
44405
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-aiplatform_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.68.0
4
+ version: 0.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.68.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.70.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: