Skip to content

Commit dcefba5

Browse files
AUTO GENERATED ELIXIR GOOGLEAPIS PROTOBUF (#1013)
Co-authored-by: Hany Rock <rudebono@gmail.com>
1 parent f9e5f64 commit dcefba5

File tree

7 files changed

+260
-8
lines changed

7 files changed

+260
-8
lines changed

lib/google/cloud/aiplatform/v1/model.pb.ex

+2
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ defmodule Google.Cloud.Aiplatform.V1.ModelGardenSource do
226226
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
227227

228228
field :public_model_name, 1, type: :string, json_name: "publicModelName", deprecated: false
229+
field :version_id, 3, type: :string, json_name: "versionId", deprecated: false
230+
field :skip_hf_model_cache, 4, type: :bool, json_name: "skipHfModelCache", deprecated: false
229231
end
230232

231233
defmodule Google.Cloud.Aiplatform.V1.GenieSource do

lib/google/cloud/aiplatform/v1/vertex_rag_data.pb.ex

+27
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,28 @@ defmodule Google.Cloud.Aiplatform.V1.RagFileTransformationConfig do
243243
json_name: "ragFileChunkingConfig"
244244
end
245245

246+
defmodule Google.Cloud.Aiplatform.V1.RagFileParsingConfig.LayoutParser do
247+
@moduledoc false
248+
249+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
250+
251+
field :processor_name, 1, type: :string, json_name: "processorName"
252+
field :max_parsing_requests_per_min, 2, type: :int32, json_name: "maxParsingRequestsPerMin"
253+
end
254+
255+
defmodule Google.Cloud.Aiplatform.V1.RagFileParsingConfig do
256+
@moduledoc false
257+
258+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
259+
260+
oneof :parser, 0
261+
262+
field :layout_parser, 4,
263+
type: Google.Cloud.Aiplatform.V1.RagFileParsingConfig.LayoutParser,
264+
json_name: "layoutParser",
265+
oneof: 0
266+
end
267+
246268
defmodule Google.Cloud.Aiplatform.V1.UploadRagFileConfig do
247269
@moduledoc false
248270

@@ -303,6 +325,11 @@ defmodule Google.Cloud.Aiplatform.V1.ImportRagFilesConfig do
303325
type: Google.Cloud.Aiplatform.V1.RagFileTransformationConfig,
304326
json_name: "ragFileTransformationConfig"
305327

328+
field :rag_file_parsing_config, 8,
329+
type: Google.Cloud.Aiplatform.V1.RagFileParsingConfig,
330+
json_name: "ragFileParsingConfig",
331+
deprecated: false
332+
306333
field :max_embedding_requests_per_min, 5,
307334
type: :int32,
308335
json_name: "maxEmbeddingRequestsPerMin",

lib/google/cloud/aiplatform/v1beta1/machine_resources.pb.ex

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ defmodule Google.Cloud.Aiplatform.V1beta1.MachineSpec do
1414
field :accelerator_count, 3, type: :int32, json_name: "acceleratorCount"
1515
field :tpu_topology, 4, type: :string, json_name: "tpuTopology", deprecated: false
1616

17+
field :multihost_gpu_node_count, 6,
18+
type: :int32,
19+
json_name: "multihostGpuNodeCount",
20+
deprecated: false
21+
1722
field :reservation_affinity, 5,
1823
type: Google.Cloud.Aiplatform.V1beta1.ReservationAffinity,
1924
json_name: "reservationAffinity",

lib/google/cloud/aiplatform/v1beta1/model.pb.ex

+2
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ defmodule Google.Cloud.Aiplatform.V1beta1.ModelGardenSource do
215215
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
216216

217217
field :public_model_name, 1, type: :string, json_name: "publicModelName", deprecated: false
218+
field :version_id, 3, type: :string, json_name: "versionId", deprecated: false
219+
field :skip_hf_model_cache, 4, type: :bool, json_name: "skipHfModelCache", deprecated: false
218220
end
219221

220222
defmodule Google.Cloud.Aiplatform.V1beta1.GenieSource do

0 commit comments

Comments
 (0)