Skip to content

Commit

Permalink
feat: [aiplatform] add instance_config to batch_prediction_job in aip…
Browse files Browse the repository at this point in the history
…latform v1beta1 batch_prediction_job.proto (#8759)

* feat: add instance_config to batch_prediction_job in aiplatform v1beta1 batch_prediction_job.proto

PiperOrigin-RevId: 487284583

Source-Link: googleapis/googleapis@17fb30e

Source-Link: https://github.com/googleapis/googleapis-gen/commit/464638fb143fdb672427df3b992ffd60c80f32f2
Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiI0NjQ2MzhmYjE0M2ZkYjY3MjQyN2RmM2I5OTJmZmQ2MGM4MGYzMmYyIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 10, 2022
1 parent 9e4ace2 commit fd8bfdd
Show file tree
Hide file tree
Showing 5 changed files with 2,622 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1547,6 +1547,7 @@ public void createBatchPredictionJobTest() throws Exception {
.setModelVersionId("modelVersionId-2006125846")
.setUnmanagedContainerModel(UnmanagedContainerModel.newBuilder().build())
.setInputConfig(BatchPredictionJob.InputConfig.newBuilder().build())
.setInstanceConfig(BatchPredictionJob.InstanceConfig.newBuilder().build())
.setModelParameters(Value.newBuilder().setBoolValue(true).build())
.setOutputConfig(BatchPredictionJob.OutputConfig.newBuilder().build())
.setDedicatedResources(BatchDedicatedResources.newBuilder().build())
Expand Down Expand Up @@ -1618,6 +1619,7 @@ public void createBatchPredictionJobTest2() throws Exception {
.setModelVersionId("modelVersionId-2006125846")
.setUnmanagedContainerModel(UnmanagedContainerModel.newBuilder().build())
.setInputConfig(BatchPredictionJob.InputConfig.newBuilder().build())
.setInstanceConfig(BatchPredictionJob.InstanceConfig.newBuilder().build())
.setModelParameters(Value.newBuilder().setBoolValue(true).build())
.setOutputConfig(BatchPredictionJob.OutputConfig.newBuilder().build())
.setDedicatedResources(BatchDedicatedResources.newBuilder().build())
Expand Down Expand Up @@ -1689,6 +1691,7 @@ public void getBatchPredictionJobTest() throws Exception {
.setModelVersionId("modelVersionId-2006125846")
.setUnmanagedContainerModel(UnmanagedContainerModel.newBuilder().build())
.setInputConfig(BatchPredictionJob.InputConfig.newBuilder().build())
.setInstanceConfig(BatchPredictionJob.InstanceConfig.newBuilder().build())
.setModelParameters(Value.newBuilder().setBoolValue(true).build())
.setOutputConfig(BatchPredictionJob.OutputConfig.newBuilder().build())
.setDedicatedResources(BatchDedicatedResources.newBuilder().build())
Expand Down Expand Up @@ -1759,6 +1762,7 @@ public void getBatchPredictionJobTest2() throws Exception {
.setModelVersionId("modelVersionId-2006125846")
.setUnmanagedContainerModel(UnmanagedContainerModel.newBuilder().build())
.setInputConfig(BatchPredictionJob.InputConfig.newBuilder().build())
.setInstanceConfig(BatchPredictionJob.InstanceConfig.newBuilder().build())
.setModelParameters(Value.newBuilder().setBoolValue(true).build())
.setOutputConfig(BatchPredictionJob.OutputConfig.newBuilder().build())
.setDedicatedResources(BatchDedicatedResources.newBuilder().build())
Expand Down
Loading

0 comments on commit fd8bfdd

Please sign in to comment.