google-apis-aiplatform_v1beta1 0.55.0 → 0.56.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3be55fa7419227763712ec5e8a5844339e07d0d212cd9e56a56c179d3c801bc
|
4
|
+
data.tar.gz: ca453a090906e6f1c6ebee7bf2785bb5489a555d37f1fecacaef243177c0febe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1cfacdc396ea873e8bef3d87c500d4a811e1254bcfbc773db2e32090636a1bbc0f1c8dec6327d6d488fa69d923dc0dcdffda110d2fe902b5ba68674b39e530a
|
7
|
+
data.tar.gz: c4f71a6be340fa344d4f98fd8e5b8925cf72e73003e7469e19dcc2b142d0f661282720314db3e64a827aac32c86656b641e22efc5c330ab53ec9e5f8339ffba1
|
data/CHANGELOG.md
CHANGED
@@ -4771,6 +4771,12 @@ module Google
|
|
4771
4771
|
class GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata
|
4772
4772
|
include Google::Apis::Core::Hashable
|
4773
4773
|
|
4774
|
+
# Output only. The deployment stage of the model. Only populated if this
|
4775
|
+
# CreateEndpoint request deploys a model at the same time.
|
4776
|
+
# Corresponds to the JSON property `deploymentStage`
|
4777
|
+
# @return [String]
|
4778
|
+
attr_accessor :deployment_stage
|
4779
|
+
|
4774
4780
|
# Generic Metadata shared by all operations.
|
4775
4781
|
# Corresponds to the JSON property `genericMetadata`
|
4776
4782
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata]
|
@@ -4782,6 +4788,7 @@ module Google
|
|
4782
4788
|
|
4783
4789
|
# Update properties of this object
|
4784
4790
|
def update!(**args)
|
4791
|
+
@deployment_stage = args[:deployment_stage] if args.key?(:deployment_stage)
|
4785
4792
|
@generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata)
|
4786
4793
|
end
|
4787
4794
|
end
|
@@ -6736,6 +6743,11 @@ module Google
|
|
6736
6743
|
class GoogleCloudAiplatformV1beta1DeployModelOperationMetadata
|
6737
6744
|
include Google::Apis::Core::Hashable
|
6738
6745
|
|
6746
|
+
# Output only. The deployment stage of the model.
|
6747
|
+
# Corresponds to the JSON property `deploymentStage`
|
6748
|
+
# @return [String]
|
6749
|
+
attr_accessor :deployment_stage
|
6750
|
+
|
6739
6751
|
# Generic Metadata shared by all operations.
|
6740
6752
|
# Corresponds to the JSON property `genericMetadata`
|
6741
6753
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata]
|
@@ -6747,6 +6759,7 @@ module Google
|
|
6747
6759
|
|
6748
6760
|
# Update properties of this object
|
6749
6761
|
def update!(**args)
|
6762
|
+
@deployment_stage = args[:deployment_stage] if args.key?(:deployment_stage)
|
6750
6763
|
@generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata)
|
6751
6764
|
end
|
6752
6765
|
end
|
@@ -12742,6 +12755,11 @@ module Google
|
|
12742
12755
|
# @return [String]
|
12743
12756
|
attr_accessor :name
|
12744
12757
|
|
12758
|
+
# Value for a feature.
|
12759
|
+
# Corresponds to the JSON property `value`
|
12760
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue]
|
12761
|
+
attr_accessor :value
|
12762
|
+
|
12745
12763
|
# Feature value and timestamp.
|
12746
12764
|
# Corresponds to the JSON property `valueAndTimestamp`
|
12747
12765
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp]
|
@@ -12754,6 +12772,7 @@ module Google
|
|
12754
12772
|
# Update properties of this object
|
12755
12773
|
def update!(**args)
|
12756
12774
|
@name = args[:name] if args.key?(:name)
|
12775
|
+
@value = args[:value] if args.key?(:value)
|
12757
12776
|
@value_and_timestamp = args[:value_and_timestamp] if args.key?(:value_and_timestamp)
|
12758
12777
|
end
|
12759
12778
|
end
|
@@ -15634,6 +15653,32 @@ module Google
|
|
15634
15653
|
end
|
15635
15654
|
end
|
15636
15655
|
|
15656
|
+
# Tool to retrieve public maps data for grounding, powered by Google.
|
15657
|
+
class GoogleCloudAiplatformV1beta1GoogleMaps
|
15658
|
+
include Google::Apis::Core::Hashable
|
15659
|
+
|
15660
|
+
# The generic reusable api auth config. Deprecated. Please use AuthConfig (
|
15661
|
+
# google/cloud/aiplatform/master/auth.proto) instead.
|
15662
|
+
# Corresponds to the JSON property `apiAuth`
|
15663
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuth]
|
15664
|
+
attr_accessor :api_auth
|
15665
|
+
|
15666
|
+
# Auth configuration to run the extension.
|
15667
|
+
# Corresponds to the JSON property `authConfig`
|
15668
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig]
|
15669
|
+
attr_accessor :auth_config
|
15670
|
+
|
15671
|
+
def initialize(**args)
|
15672
|
+
update!(**args)
|
15673
|
+
end
|
15674
|
+
|
15675
|
+
# Update properties of this object
|
15676
|
+
def update!(**args)
|
15677
|
+
@api_auth = args[:api_auth] if args.key?(:api_auth)
|
15678
|
+
@auth_config = args[:auth_config] if args.key?(:auth_config)
|
15679
|
+
end
|
15680
|
+
end
|
15681
|
+
|
15637
15682
|
# Tool to retrieve public web data for grounding, powered by Google.
|
15638
15683
|
class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
|
15639
15684
|
include Google::Apis::Core::Hashable
|
@@ -15758,6 +15803,11 @@ module Google
|
|
15758
15803
|
class GoogleCloudAiplatformV1beta1GroundingChunk
|
15759
15804
|
include Google::Apis::Core::Hashable
|
15760
15805
|
|
15806
|
+
# Chunk from Google Maps.
|
15807
|
+
# Corresponds to the JSON property `maps`
|
15808
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMaps]
|
15809
|
+
attr_accessor :maps
|
15810
|
+
|
15761
15811
|
# Chunk from context retrieved by the retrieval tools.
|
15762
15812
|
# Corresponds to the JSON property `retrievedContext`
|
15763
15813
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext]
|
@@ -15774,11 +15824,157 @@ module Google
|
|
15774
15824
|
|
15775
15825
|
# Update properties of this object
|
15776
15826
|
def update!(**args)
|
15827
|
+
@maps = args[:maps] if args.key?(:maps)
|
15777
15828
|
@retrieved_context = args[:retrieved_context] if args.key?(:retrieved_context)
|
15778
15829
|
@web = args[:web] if args.key?(:web)
|
15779
15830
|
end
|
15780
15831
|
end
|
15781
15832
|
|
15833
|
+
# Chunk from Google Maps.
|
15834
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMaps
|
15835
|
+
include Google::Apis::Core::Hashable
|
15836
|
+
|
15837
|
+
# Sources used to generate the place answer.
|
15838
|
+
# Corresponds to the JSON property `placeAnswerSources`
|
15839
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources]
|
15840
|
+
attr_accessor :place_answer_sources
|
15841
|
+
|
15842
|
+
# This Place's resource name, in `places/`place_id`` format. Can be used to look
|
15843
|
+
# up the Place.
|
15844
|
+
# Corresponds to the JSON property `placeId`
|
15845
|
+
# @return [String]
|
15846
|
+
attr_accessor :place_id
|
15847
|
+
|
15848
|
+
# Text of the chunk.
|
15849
|
+
# Corresponds to the JSON property `text`
|
15850
|
+
# @return [String]
|
15851
|
+
attr_accessor :text
|
15852
|
+
|
15853
|
+
# Title of the chunk.
|
15854
|
+
# Corresponds to the JSON property `title`
|
15855
|
+
# @return [String]
|
15856
|
+
attr_accessor :title
|
15857
|
+
|
15858
|
+
# URI reference of the chunk.
|
15859
|
+
# Corresponds to the JSON property `uri`
|
15860
|
+
# @return [String]
|
15861
|
+
attr_accessor :uri
|
15862
|
+
|
15863
|
+
def initialize(**args)
|
15864
|
+
update!(**args)
|
15865
|
+
end
|
15866
|
+
|
15867
|
+
# Update properties of this object
|
15868
|
+
def update!(**args)
|
15869
|
+
@place_answer_sources = args[:place_answer_sources] if args.key?(:place_answer_sources)
|
15870
|
+
@place_id = args[:place_id] if args.key?(:place_id)
|
15871
|
+
@text = args[:text] if args.key?(:text)
|
15872
|
+
@title = args[:title] if args.key?(:title)
|
15873
|
+
@uri = args[:uri] if args.key?(:uri)
|
15874
|
+
end
|
15875
|
+
end
|
15876
|
+
|
15877
|
+
# Sources used to generate the place answer.
|
15878
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources
|
15879
|
+
include Google::Apis::Core::Hashable
|
15880
|
+
|
15881
|
+
# A link where users can flag a problem with the generated answer.
|
15882
|
+
# Corresponds to the JSON property `flagContentUri`
|
15883
|
+
# @return [String]
|
15884
|
+
attr_accessor :flag_content_uri
|
15885
|
+
|
15886
|
+
# Snippets of reviews that are used to generate the answer.
|
15887
|
+
# Corresponds to the JSON property `reviewSnippets`
|
15888
|
+
# @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet>]
|
15889
|
+
attr_accessor :review_snippets
|
15890
|
+
|
15891
|
+
def initialize(**args)
|
15892
|
+
update!(**args)
|
15893
|
+
end
|
15894
|
+
|
15895
|
+
# Update properties of this object
|
15896
|
+
def update!(**args)
|
15897
|
+
@flag_content_uri = args[:flag_content_uri] if args.key?(:flag_content_uri)
|
15898
|
+
@review_snippets = args[:review_snippets] if args.key?(:review_snippets)
|
15899
|
+
end
|
15900
|
+
end
|
15901
|
+
|
15902
|
+
# Author attribution for a photo or review.
|
15903
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
|
15904
|
+
include Google::Apis::Core::Hashable
|
15905
|
+
|
15906
|
+
# Name of the author of the Photo or Review.
|
15907
|
+
# Corresponds to the JSON property `displayName`
|
15908
|
+
# @return [String]
|
15909
|
+
attr_accessor :display_name
|
15910
|
+
|
15911
|
+
# Profile photo URI of the author of the Photo or Review.
|
15912
|
+
# Corresponds to the JSON property `photoUri`
|
15913
|
+
# @return [String]
|
15914
|
+
attr_accessor :photo_uri
|
15915
|
+
|
15916
|
+
# URI of the author of the Photo or Review.
|
15917
|
+
# Corresponds to the JSON property `uri`
|
15918
|
+
# @return [String]
|
15919
|
+
attr_accessor :uri
|
15920
|
+
|
15921
|
+
def initialize(**args)
|
15922
|
+
update!(**args)
|
15923
|
+
end
|
15924
|
+
|
15925
|
+
# Update properties of this object
|
15926
|
+
def update!(**args)
|
15927
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
15928
|
+
@photo_uri = args[:photo_uri] if args.key?(:photo_uri)
|
15929
|
+
@uri = args[:uri] if args.key?(:uri)
|
15930
|
+
end
|
15931
|
+
end
|
15932
|
+
|
15933
|
+
# Encapsulates a review snippet.
|
15934
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
|
15935
|
+
include Google::Apis::Core::Hashable
|
15936
|
+
|
15937
|
+
# Author attribution for a photo or review.
|
15938
|
+
# Corresponds to the JSON property `authorAttribution`
|
15939
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution]
|
15940
|
+
attr_accessor :author_attribution
|
15941
|
+
|
15942
|
+
# A link where users can flag a problem with the review.
|
15943
|
+
# Corresponds to the JSON property `flagContentUri`
|
15944
|
+
# @return [String]
|
15945
|
+
attr_accessor :flag_content_uri
|
15946
|
+
|
15947
|
+
# A link to show the review on Google Maps.
|
15948
|
+
# Corresponds to the JSON property `googleMapsUri`
|
15949
|
+
# @return [String]
|
15950
|
+
attr_accessor :google_maps_uri
|
15951
|
+
|
15952
|
+
# A string of formatted recent time, expressing the review time relative to the
|
15953
|
+
# current time in a form appropriate for the language and country.
|
15954
|
+
# Corresponds to the JSON property `relativePublishTimeDescription`
|
15955
|
+
# @return [String]
|
15956
|
+
attr_accessor :relative_publish_time_description
|
15957
|
+
|
15958
|
+
# A reference representing this place review which may be used to look up this
|
15959
|
+
# place review again.
|
15960
|
+
# Corresponds to the JSON property `review`
|
15961
|
+
# @return [String]
|
15962
|
+
attr_accessor :review
|
15963
|
+
|
15964
|
+
def initialize(**args)
|
15965
|
+
update!(**args)
|
15966
|
+
end
|
15967
|
+
|
15968
|
+
# Update properties of this object
|
15969
|
+
def update!(**args)
|
15970
|
+
@author_attribution = args[:author_attribution] if args.key?(:author_attribution)
|
15971
|
+
@flag_content_uri = args[:flag_content_uri] if args.key?(:flag_content_uri)
|
15972
|
+
@google_maps_uri = args[:google_maps_uri] if args.key?(:google_maps_uri)
|
15973
|
+
@relative_publish_time_description = args[:relative_publish_time_description] if args.key?(:relative_publish_time_description)
|
15974
|
+
@review = args[:review] if args.key?(:review)
|
15975
|
+
end
|
15976
|
+
end
|
15977
|
+
|
15782
15978
|
# Chunk from context retrieved by the retrieval tools.
|
15783
15979
|
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
15784
15980
|
include Google::Apis::Core::Hashable
|
@@ -15852,6 +16048,13 @@ module Google
|
|
15852
16048
|
class GoogleCloudAiplatformV1beta1GroundingMetadata
|
15853
16049
|
include Google::Apis::Core::Hashable
|
15854
16050
|
|
16051
|
+
# Optional. Output only. Resource name of the Google Maps widget context token
|
16052
|
+
# to be used with the PlacesContextElement widget to render contextual data.
|
16053
|
+
# This is populated only for Google Maps grounding.
|
16054
|
+
# Corresponds to the JSON property `googleMapsWidgetContextToken`
|
16055
|
+
# @return [String]
|
16056
|
+
attr_accessor :google_maps_widget_context_token
|
16057
|
+
|
15855
16058
|
# List of supporting references retrieved from specified grounding source.
|
15856
16059
|
# Corresponds to the JSON property `groundingChunks`
|
15857
16060
|
# @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunk>]
|
@@ -15888,6 +16091,7 @@ module Google
|
|
15888
16091
|
|
15889
16092
|
# Update properties of this object
|
15890
16093
|
def update!(**args)
|
16094
|
+
@google_maps_widget_context_token = args[:google_maps_widget_context_token] if args.key?(:google_maps_widget_context_token)
|
15891
16095
|
@grounding_chunks = args[:grounding_chunks] if args.key?(:grounding_chunks)
|
15892
16096
|
@grounding_supports = args[:grounding_supports] if args.key?(:grounding_supports)
|
15893
16097
|
@retrieval_metadata = args[:retrieval_metadata] if args.key?(:retrieval_metadata)
|
@@ -16917,6 +17121,11 @@ module Google
|
|
16917
17121
|
# @return [String]
|
16918
17122
|
attr_accessor :datapoint_id
|
16919
17123
|
|
17124
|
+
# Optional. The key-value map of additional metadata for the datapoint.
|
17125
|
+
# Corresponds to the JSON property `embeddingMetadata`
|
17126
|
+
# @return [Hash<String,Object>]
|
17127
|
+
attr_accessor :embedding_metadata
|
17128
|
+
|
16920
17129
|
# Required. Feature embedding vector for dense index. An array of numbers with
|
16921
17130
|
# the length of [NearestNeighborSearchConfig.dimensions].
|
16922
17131
|
# Corresponds to the JSON property `featureVector`
|
@@ -16952,6 +17161,7 @@ module Google
|
|
16952
17161
|
def update!(**args)
|
16953
17162
|
@crowding_tag = args[:crowding_tag] if args.key?(:crowding_tag)
|
16954
17163
|
@datapoint_id = args[:datapoint_id] if args.key?(:datapoint_id)
|
17164
|
+
@embedding_metadata = args[:embedding_metadata] if args.key?(:embedding_metadata)
|
16955
17165
|
@feature_vector = args[:feature_vector] if args.key?(:feature_vector)
|
16956
17166
|
@numeric_restricts = args[:numeric_restricts] if args.key?(:numeric_restricts)
|
16957
17167
|
@restricts = args[:restricts] if args.key?(:restricts)
|
@@ -27933,6 +28143,13 @@ module Google
|
|
27933
28143
|
class GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences
|
27934
28144
|
include Google::Apis::Core::Hashable
|
27935
28145
|
|
28146
|
+
# Optional. For notebook resource. When set to true, the Colab Enterprise link
|
28147
|
+
# will be disabled in the "open notebook" dialog in UI.
|
28148
|
+
# Corresponds to the JSON property `colabNotebookDisabled`
|
28149
|
+
# @return [Boolean]
|
28150
|
+
attr_accessor :colab_notebook_disabled
|
28151
|
+
alias_method :colab_notebook_disabled?, :colab_notebook_disabled
|
28152
|
+
|
27936
28153
|
# Required.
|
27937
28154
|
# Corresponds to the JSON property `references`
|
27938
28155
|
# @return [Hash<String,Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelResourceReference>]
|
@@ -27970,6 +28187,7 @@ module Google
|
|
27970
28187
|
|
27971
28188
|
# Update properties of this object
|
27972
28189
|
def update!(**args)
|
28190
|
+
@colab_notebook_disabled = args[:colab_notebook_disabled] if args.key?(:colab_notebook_disabled)
|
27973
28191
|
@references = args[:references] if args.key?(:references)
|
27974
28192
|
@resource_description = args[:resource_description] if args.key?(:resource_description)
|
27975
28193
|
@resource_title = args[:resource_title] if args.key?(:resource_title)
|
@@ -30916,6 +31134,12 @@ module Google
|
|
30916
31134
|
# @return [String]
|
30917
31135
|
attr_accessor :display_name
|
30918
31136
|
|
31137
|
+
# Represents a customer-managed encryption key spec that can be applied to a top-
|
31138
|
+
# level resource.
|
31139
|
+
# Corresponds to the JSON property `encryptionSpec`
|
31140
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec]
|
31141
|
+
attr_accessor :encryption_spec
|
31142
|
+
|
30919
31143
|
# Optional. Used to perform consistent read-modify-write updates. If not set, a
|
30920
31144
|
# blind "overwrite" update happens.
|
30921
31145
|
# Corresponds to the JSON property `etag`
|
@@ -30948,6 +31172,7 @@ module Google
|
|
30948
31172
|
@create_time = args[:create_time] if args.key?(:create_time)
|
30949
31173
|
@description = args[:description] if args.key?(:description)
|
30950
31174
|
@display_name = args[:display_name] if args.key?(:display_name)
|
31175
|
+
@encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
|
30951
31176
|
@etag = args[:etag] if args.key?(:etag)
|
30952
31177
|
@name = args[:name] if args.key?(:name)
|
30953
31178
|
@spec = args[:spec] if args.key?(:spec)
|
@@ -31067,6 +31292,15 @@ module Google
|
|
31067
31292
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec]
|
31068
31293
|
attr_accessor :package_spec
|
31069
31294
|
|
31295
|
+
# Optional. The service account that the Reasoning Engine artifact runs as. It
|
31296
|
+
# should have "roles/storage.objectViewer" for reading the user project's Cloud
|
31297
|
+
# Storage and "roles/aiplatform.user" for using Vertex extensions. If not
|
31298
|
+
# specified, the Vertex AI Reasoning Engine Service Agent in the project will be
|
31299
|
+
# used.
|
31300
|
+
# Corresponds to the JSON property `serviceAccount`
|
31301
|
+
# @return [String]
|
31302
|
+
attr_accessor :service_account
|
31303
|
+
|
31070
31304
|
def initialize(**args)
|
31071
31305
|
update!(**args)
|
31072
31306
|
end
|
@@ -31077,6 +31311,7 @@ module Google
|
|
31077
31311
|
@class_methods = args[:class_methods] if args.key?(:class_methods)
|
31078
31312
|
@deployment_spec = args[:deployment_spec] if args.key?(:deployment_spec)
|
31079
31313
|
@package_spec = args[:package_spec] if args.key?(:package_spec)
|
31314
|
+
@service_account = args[:service_account] if args.key?(:service_account)
|
31080
31315
|
end
|
31081
31316
|
end
|
31082
31317
|
|
@@ -43056,12 +43291,25 @@ module Google
|
|
43056
43291
|
# @return [String]
|
43057
43292
|
attr_accessor :adapter_size
|
43058
43293
|
|
43294
|
+
# Optional. Batch size for tuning. This feature is only available for open
|
43295
|
+
# source models.
|
43296
|
+
# Corresponds to the JSON property `batchSize`
|
43297
|
+
# @return [Fixnum]
|
43298
|
+
attr_accessor :batch_size
|
43299
|
+
|
43059
43300
|
# Optional. Number of complete passes the model makes over the entire training
|
43060
43301
|
# dataset during training.
|
43061
43302
|
# Corresponds to the JSON property `epochCount`
|
43062
43303
|
# @return [Fixnum]
|
43063
43304
|
attr_accessor :epoch_count
|
43064
43305
|
|
43306
|
+
# Optional. Learning rate for tuning. Mutually exclusive with `
|
43307
|
+
# learning_rate_multiplier`. This feature is only available for open source
|
43308
|
+
# models.
|
43309
|
+
# Corresponds to the JSON property `learningRate`
|
43310
|
+
# @return [Float]
|
43311
|
+
attr_accessor :learning_rate
|
43312
|
+
|
43065
43313
|
# Optional. Multiplier for adjusting the default learning rate. Mutually
|
43066
43314
|
# exclusive with `learning_rate`. This feature is only available for 1P models.
|
43067
43315
|
# Corresponds to the JSON property `learningRateMultiplier`
|
@@ -43075,7 +43323,9 @@ module Google
|
|
43075
43323
|
# Update properties of this object
|
43076
43324
|
def update!(**args)
|
43077
43325
|
@adapter_size = args[:adapter_size] if args.key?(:adapter_size)
|
43326
|
+
@batch_size = args[:batch_size] if args.key?(:batch_size)
|
43078
43327
|
@epoch_count = args[:epoch_count] if args.key?(:epoch_count)
|
43328
|
+
@learning_rate = args[:learning_rate] if args.key?(:learning_rate)
|
43079
43329
|
@learning_rate_multiplier = args[:learning_rate_multiplier] if args.key?(:learning_rate_multiplier)
|
43080
43330
|
end
|
43081
43331
|
end
|
@@ -43292,6 +43542,11 @@ module Google
|
|
43292
43542
|
# @return [String]
|
43293
43543
|
attr_accessor :training_dataset_uri
|
43294
43544
|
|
43545
|
+
# Tuning mode.
|
43546
|
+
# Corresponds to the JSON property `tuningMode`
|
43547
|
+
# @return [String]
|
43548
|
+
attr_accessor :tuning_mode
|
43549
|
+
|
43295
43550
|
# Optional. Validation dataset used for tuning. The dataset can be specified as
|
43296
43551
|
# either a Cloud Storage path to a JSONL file or as the resource name of a
|
43297
43552
|
# Vertex Multimodal Dataset.
|
@@ -43308,6 +43563,7 @@ module Google
|
|
43308
43563
|
@export_last_checkpoint_only = args[:export_last_checkpoint_only] if args.key?(:export_last_checkpoint_only)
|
43309
43564
|
@hyper_parameters = args[:hyper_parameters] if args.key?(:hyper_parameters)
|
43310
43565
|
@training_dataset_uri = args[:training_dataset_uri] if args.key?(:training_dataset_uri)
|
43566
|
+
@tuning_mode = args[:tuning_mode] if args.key?(:tuning_mode)
|
43311
43567
|
@validation_dataset_uri = args[:validation_dataset_uri] if args.key?(:validation_dataset_uri)
|
43312
43568
|
end
|
43313
43569
|
end
|
@@ -44112,11 +44368,16 @@ module Google
|
|
44112
44368
|
# subset of these functions by populating FunctionCall in the response. User
|
44113
44369
|
# should provide a FunctionResponse for each function call in the next turn.
|
44114
44370
|
# Based on the function responses, Model will generate the final response back
|
44115
|
-
# to the user. Maximum
|
44371
|
+
# to the user. Maximum 512 function declarations can be provided.
|
44116
44372
|
# Corresponds to the JSON property `functionDeclarations`
|
44117
44373
|
# @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration>]
|
44118
44374
|
attr_accessor :function_declarations
|
44119
44375
|
|
44376
|
+
# Tool to retrieve public maps data for grounding, powered by Google.
|
44377
|
+
# Corresponds to the JSON property `googleMaps`
|
44378
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleMaps]
|
44379
|
+
attr_accessor :google_maps
|
44380
|
+
|
44120
44381
|
# GoogleSearch tool type. Tool to support Google Search in Model. Powered by
|
44121
44382
|
# Google.
|
44122
44383
|
# Corresponds to the JSON property `googleSearch`
|
@@ -44148,6 +44409,7 @@ module Google
|
|
44148
44409
|
@computer_use = args[:computer_use] if args.key?(:computer_use)
|
44149
44410
|
@enterprise_web_search = args[:enterprise_web_search] if args.key?(:enterprise_web_search)
|
44150
44411
|
@function_declarations = args[:function_declarations] if args.key?(:function_declarations)
|
44412
|
+
@google_maps = args[:google_maps] if args.key?(:google_maps)
|
44151
44413
|
@google_search = args[:google_search] if args.key?(:google_search)
|
44152
44414
|
@google_search_retrieval = args[:google_search_retrieval] if args.key?(:google_search_retrieval)
|
44153
44415
|
@retrieval = args[:retrieval] if args.key?(:retrieval)
|
@@ -45868,6 +46130,16 @@ module Google
|
|
45868
46130
|
# @return [String]
|
45869
46131
|
attr_accessor :create_time
|
45870
46132
|
|
46133
|
+
# Optional. The user-provided path to custom model weights. Set this field to
|
46134
|
+
# tune a custom model. The path must be a Cloud Storage directory that contains
|
46135
|
+
# the model weights in .safetensors format along with associated model metadata
|
46136
|
+
# files. If this field is set, the base_model field must still be set to
|
46137
|
+
# indicate which base model the custom model is derived from. This feature is
|
46138
|
+
# only available for open source models.
|
46139
|
+
# Corresponds to the JSON property `customBaseModel`
|
46140
|
+
# @return [String]
|
46141
|
+
attr_accessor :custom_base_model
|
46142
|
+
|
45871
46143
|
# Optional. The description of the TuningJob.
|
45872
46144
|
# Corresponds to the JSON property `description`
|
45873
46145
|
# @return [String]
|
@@ -45922,6 +46194,12 @@ module Google
|
|
45922
46194
|
# @return [String]
|
45923
46195
|
attr_accessor :name
|
45924
46196
|
|
46197
|
+
# Optional. Cloud Storage path to the directory where tuning job outputs are
|
46198
|
+
# written to. This field is only available and required for open source models.
|
46199
|
+
# Corresponds to the JSON property `outputUri`
|
46200
|
+
# @return [String]
|
46201
|
+
attr_accessor :output_uri
|
46202
|
+
|
45925
46203
|
# Tuning spec for Partner models.
|
45926
46204
|
# Corresponds to the JSON property `partnerModelTuningSpec`
|
45927
46205
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartnerModelTuningSpec]
|
@@ -46001,6 +46279,7 @@ module Google
|
|
46001
46279
|
def update!(**args)
|
46002
46280
|
@base_model = args[:base_model] if args.key?(:base_model)
|
46003
46281
|
@create_time = args[:create_time] if args.key?(:create_time)
|
46282
|
+
@custom_base_model = args[:custom_base_model] if args.key?(:custom_base_model)
|
46004
46283
|
@description = args[:description] if args.key?(:description)
|
46005
46284
|
@distillation_spec = args[:distillation_spec] if args.key?(:distillation_spec)
|
46006
46285
|
@encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
|
@@ -46009,6 +46288,7 @@ module Google
|
|
46009
46288
|
@experiment = args[:experiment] if args.key?(:experiment)
|
46010
46289
|
@labels = args[:labels] if args.key?(:labels)
|
46011
46290
|
@name = args[:name] if args.key?(:name)
|
46291
|
+
@output_uri = args[:output_uri] if args.key?(:output_uri)
|
46012
46292
|
@partner_model_tuning_spec = args[:partner_model_tuning_spec] if args.key?(:partner_model_tuning_spec)
|
46013
46293
|
@pipeline_job = args[:pipeline_job] if args.key?(:pipeline_job)
|
46014
46294
|
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
@@ -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.56.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 = "20250728"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2578,6 +2578,12 @@ module Google
|
|
2578
2578
|
include Google::Apis::Core::JsonObjectSupport
|
2579
2579
|
end
|
2580
2580
|
|
2581
|
+
class GoogleCloudAiplatformV1beta1GoogleMaps
|
2582
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2583
|
+
|
2584
|
+
include Google::Apis::Core::JsonObjectSupport
|
2585
|
+
end
|
2586
|
+
|
2581
2587
|
class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
|
2582
2588
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2583
2589
|
|
@@ -2614,6 +2620,30 @@ module Google
|
|
2614
2620
|
include Google::Apis::Core::JsonObjectSupport
|
2615
2621
|
end
|
2616
2622
|
|
2623
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMaps
|
2624
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2625
|
+
|
2626
|
+
include Google::Apis::Core::JsonObjectSupport
|
2627
|
+
end
|
2628
|
+
|
2629
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources
|
2630
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2631
|
+
|
2632
|
+
include Google::Apis::Core::JsonObjectSupport
|
2633
|
+
end
|
2634
|
+
|
2635
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2637
|
+
|
2638
|
+
include Google::Apis::Core::JsonObjectSupport
|
2639
|
+
end
|
2640
|
+
|
2641
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
|
2642
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2643
|
+
|
2644
|
+
include Google::Apis::Core::JsonObjectSupport
|
2645
|
+
end
|
2646
|
+
|
2617
2647
|
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
2618
2648
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2619
2649
|
|
@@ -9623,6 +9653,7 @@ module Google
|
|
9623
9653
|
class GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata
|
9624
9654
|
# @private
|
9625
9655
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9656
|
+
property :deployment_stage, as: 'deploymentStage'
|
9626
9657
|
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
9627
9658
|
|
9628
9659
|
end
|
@@ -10174,6 +10205,7 @@ module Google
|
|
10174
10205
|
class GoogleCloudAiplatformV1beta1DeployModelOperationMetadata
|
10175
10206
|
# @private
|
10176
10207
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10208
|
+
property :deployment_stage, as: 'deploymentStage'
|
10177
10209
|
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
10178
10210
|
|
10179
10211
|
end
|
@@ -11812,6 +11844,8 @@ module Google
|
|
11812
11844
|
# @private
|
11813
11845
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11814
11846
|
property :name, as: 'name'
|
11847
|
+
property :value, as: 'value', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue::Representation
|
11848
|
+
|
11815
11849
|
property :value_and_timestamp, as: 'valueAndTimestamp', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp::Representation
|
11816
11850
|
|
11817
11851
|
end
|
@@ -12636,6 +12670,16 @@ module Google
|
|
12636
12670
|
end
|
12637
12671
|
end
|
12638
12672
|
|
12673
|
+
class GoogleCloudAiplatformV1beta1GoogleMaps
|
12674
|
+
# @private
|
12675
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12676
|
+
property :api_auth, as: 'apiAuth', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuth, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuth::Representation
|
12677
|
+
|
12678
|
+
property :auth_config, as: 'authConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig::Representation
|
12679
|
+
|
12680
|
+
end
|
12681
|
+
end
|
12682
|
+
|
12639
12683
|
class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
|
12640
12684
|
# @private
|
12641
12685
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12681,6 +12725,8 @@ module Google
|
|
12681
12725
|
class GoogleCloudAiplatformV1beta1GroundingChunk
|
12682
12726
|
# @private
|
12683
12727
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12728
|
+
property :maps, as: 'maps', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMaps, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMaps::Representation
|
12729
|
+
|
12684
12730
|
property :retrieved_context, as: 'retrievedContext', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext::Representation
|
12685
12731
|
|
12686
12732
|
property :web, as: 'web', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkWeb, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkWeb::Representation
|
@@ -12688,6 +12734,48 @@ module Google
|
|
12688
12734
|
end
|
12689
12735
|
end
|
12690
12736
|
|
12737
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMaps
|
12738
|
+
# @private
|
12739
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12740
|
+
property :place_answer_sources, as: 'placeAnswerSources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources::Representation
|
12741
|
+
|
12742
|
+
property :place_id, as: 'placeId'
|
12743
|
+
property :text, as: 'text'
|
12744
|
+
property :title, as: 'title'
|
12745
|
+
property :uri, as: 'uri'
|
12746
|
+
end
|
12747
|
+
end
|
12748
|
+
|
12749
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources
|
12750
|
+
# @private
|
12751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12752
|
+
property :flag_content_uri, as: 'flagContentUri'
|
12753
|
+
collection :review_snippets, as: 'reviewSnippets', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet::Representation
|
12754
|
+
|
12755
|
+
end
|
12756
|
+
end
|
12757
|
+
|
12758
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
|
12759
|
+
# @private
|
12760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12761
|
+
property :display_name, as: 'displayName'
|
12762
|
+
property :photo_uri, as: 'photoUri'
|
12763
|
+
property :uri, as: 'uri'
|
12764
|
+
end
|
12765
|
+
end
|
12766
|
+
|
12767
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
|
12768
|
+
# @private
|
12769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12770
|
+
property :author_attribution, as: 'authorAttribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution::Representation
|
12771
|
+
|
12772
|
+
property :flag_content_uri, as: 'flagContentUri'
|
12773
|
+
property :google_maps_uri, as: 'googleMapsUri'
|
12774
|
+
property :relative_publish_time_description, as: 'relativePublishTimeDescription'
|
12775
|
+
property :review, as: 'review'
|
12776
|
+
end
|
12777
|
+
end
|
12778
|
+
|
12691
12779
|
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
12692
12780
|
# @private
|
12693
12781
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12711,6 +12799,7 @@ module Google
|
|
12711
12799
|
class GoogleCloudAiplatformV1beta1GroundingMetadata
|
12712
12800
|
# @private
|
12713
12801
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12802
|
+
property :google_maps_widget_context_token, as: 'googleMapsWidgetContextToken'
|
12714
12803
|
collection :grounding_chunks, as: 'groundingChunks', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunk::Representation
|
12715
12804
|
|
12716
12805
|
collection :grounding_supports, as: 'groundingSupports', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingSupport, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingSupport::Representation
|
@@ -13001,6 +13090,7 @@ module Google
|
|
13001
13090
|
property :crowding_tag, as: 'crowdingTag', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag::Representation
|
13002
13091
|
|
13003
13092
|
property :datapoint_id, as: 'datapointId'
|
13093
|
+
hash :embedding_metadata, as: 'embeddingMetadata'
|
13004
13094
|
collection :feature_vector, as: 'featureVector'
|
13005
13095
|
collection :numeric_restricts, as: 'numericRestricts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction::Representation
|
13006
13096
|
|
@@ -16125,6 +16215,7 @@ module Google
|
|
16125
16215
|
class GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences
|
16126
16216
|
# @private
|
16127
16217
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16218
|
+
property :colab_notebook_disabled, as: 'colabNotebookDisabled'
|
16128
16219
|
hash :references, as: 'references', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelResourceReference, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelResourceReference::Representation
|
16129
16220
|
|
16130
16221
|
property :resource_description, as: 'resourceDescription'
|
@@ -17071,6 +17162,8 @@ module Google
|
|
17071
17162
|
property :create_time, as: 'createTime'
|
17072
17163
|
property :description, as: 'description'
|
17073
17164
|
property :display_name, as: 'displayName'
|
17165
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
17166
|
+
|
17074
17167
|
property :etag, as: 'etag'
|
17075
17168
|
property :name, as: 'name'
|
17076
17169
|
property :spec, as: 'spec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpec::Representation
|
@@ -17120,6 +17213,7 @@ module Google
|
|
17120
17213
|
|
17121
17214
|
property :package_spec, as: 'packageSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec::Representation
|
17122
17215
|
|
17216
|
+
property :service_account, as: 'serviceAccount'
|
17123
17217
|
end
|
17124
17218
|
end
|
17125
17219
|
|
@@ -20462,7 +20556,9 @@ module Google
|
|
20462
20556
|
# @private
|
20463
20557
|
class Representation < Google::Apis::Core::JsonRepresentation
|
20464
20558
|
property :adapter_size, as: 'adapterSize'
|
20559
|
+
property :batch_size, :numeric_string => true, as: 'batchSize'
|
20465
20560
|
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
20561
|
+
property :learning_rate, as: 'learningRate'
|
20466
20562
|
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
20467
20563
|
end
|
20468
20564
|
end
|
@@ -20521,6 +20617,7 @@ module Google
|
|
20521
20617
|
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedHyperParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedHyperParameters::Representation
|
20522
20618
|
|
20523
20619
|
property :training_dataset_uri, as: 'trainingDatasetUri'
|
20620
|
+
property :tuning_mode, as: 'tuningMode'
|
20524
20621
|
property :validation_dataset_uri, as: 'validationDatasetUri'
|
20525
20622
|
end
|
20526
20623
|
end
|
@@ -20726,6 +20823,8 @@ module Google
|
|
20726
20823
|
|
20727
20824
|
collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration::Representation
|
20728
20825
|
|
20826
|
+
property :google_maps, as: 'googleMaps', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleMaps, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleMaps::Representation
|
20827
|
+
|
20729
20828
|
property :google_search, as: 'googleSearch', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolGoogleSearch, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolGoogleSearch::Representation
|
20730
20829
|
|
20731
20830
|
property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval::Representation
|
@@ -21322,6 +21421,7 @@ module Google
|
|
21322
21421
|
class Representation < Google::Apis::Core::JsonRepresentation
|
21323
21422
|
property :base_model, as: 'baseModel'
|
21324
21423
|
property :create_time, as: 'createTime'
|
21424
|
+
property :custom_base_model, as: 'customBaseModel'
|
21325
21425
|
property :description, as: 'description'
|
21326
21426
|
property :distillation_spec, as: 'distillationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationSpec::Representation
|
21327
21427
|
|
@@ -21333,6 +21433,7 @@ module Google
|
|
21333
21433
|
property :experiment, as: 'experiment'
|
21334
21434
|
hash :labels, as: 'labels'
|
21335
21435
|
property :name, as: 'name'
|
21436
|
+
property :output_uri, as: 'outputUri'
|
21336
21437
|
property :partner_model_tuning_spec, as: 'partnerModelTuningSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartnerModelTuningSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartnerModelTuningSpec::Representation
|
21337
21438
|
|
21338
21439
|
property :pipeline_job, as: 'pipelineJob'
|
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.
|
4
|
+
version: 0.56.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.56.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:
|