@@ -24,6 +24,11 @@ defmodule Google.Cloud.Aiplatform.V1beta1.GetPublisherModelRequest do
24
24
25
25
field :is_hugging_face_model , 5 , type: :bool , json_name: "isHuggingFaceModel" , deprecated: false
26
26
field :hugging_face_token , 6 , type: :string , json_name: "huggingFaceToken" , deprecated: false
27
+
28
+ field :include_equivalent_model_garden_model_deployment_configs , 7 ,
29
+ type: :bool ,
30
+ json_name: "includeEquivalentModelGardenModelDeploymentConfigs" ,
31
+ deprecated: false
27
32
end
28
33
29
34
defmodule Google.Cloud.Aiplatform.V1beta1.ListPublisherModelsRequest do
148
153
defmodule Google.Cloud.Aiplatform.V1beta1.DeployPublisherModelRequest do
149
154
@ moduledoc false
150
155
151
- use Protobuf , protoc_gen_elixir_version: "0.14.1" , syntax: :proto3
156
+ use Protobuf , deprecated: true , protoc_gen_elixir_version: "0.14.1" , syntax: :proto3
152
157
153
158
field :model , 1 , type: :string , deprecated: false
154
159
field :destination , 2 , type: :string , deprecated: false
186
191
defmodule Google.Cloud.Aiplatform.V1beta1.DeployPublisherModelResponse do
187
192
@ moduledoc false
188
193
189
- use Protobuf , protoc_gen_elixir_version: "0.14.1" , syntax: :proto3
194
+ use Protobuf , deprecated: true , protoc_gen_elixir_version: "0.14.1" , syntax: :proto3
190
195
191
196
field :publisher_model , 1 , type: :string , json_name: "publisherModel" , deprecated: false
192
197
field :endpoint , 2 , type: :string , deprecated: false
210
215
defmodule Google.Cloud.Aiplatform.V1beta1.DeployPublisherModelOperationMetadata do
211
216
@ moduledoc false
212
217
213
- use Protobuf , protoc_gen_elixir_version: "0.14.1" , syntax: :proto3
218
+ use Protobuf , deprecated: true , protoc_gen_elixir_version: "0.14.1" , syntax: :proto3
214
219
215
220
field :generic_metadata , 1 ,
216
221
type: Google.Cloud.Aiplatform.V1beta1.GenericOperationMetadata ,
0 commit comments