Skip to content

samples: Add Batch Prediction Job with dedicated resources sample#396

Merged
gcf-merge-on-green[bot] merged 2 commits into
masterfrom
dedicated-bpj-sample
May 17, 2021
Merged

samples: Add Batch Prediction Job with dedicated resources sample#396
gcf-merge-on-green[bot] merged 2 commits into
masterfrom
dedicated-bpj-sample

Conversation

@vinnysenthil
Copy link
Copy Markdown
Contributor

Manually tested usage with:

import os
import create_batch_prediction_job_dedicated_resources_sample

bpj = create_batch_prediction_job_dedicated_resources_sample.create_batch_prediction_job_dedicated_resources_sample(
    project=os.getenv("BUILD_SPECIFIC_GCLOUD_PROJECT"),
    location='us-central1',
    model_resource_name='3512561418744365056',
    job_display_name='temp_create_batch_prediction_job_test_manual_vinnys',
    gcs_source='gs://ucaip-samples-test-output/inputs/icn_batch_prediction_input.jsonl',
    gcs_destination='gs://ucaip-samples-test-output/',
)

@vinnysenthil vinnysenthil requested review from a team, dizcology and sasha-gitg May 17, 2021 20:26
@vinnysenthil vinnysenthil requested a review from a team as a code owner May 17, 2021 20:26
@vinnysenthil vinnysenthil requested review from engelke and removed request for a team May 17, 2021 20:26
@product-auto-label product-auto-label Bot added api: aiplatform Issues related to the AI Platform API. samples Issues that are directly related to samples. labels May 17, 2021
@snippet-bot
Copy link
Copy Markdown

snippet-bot Bot commented May 17, 2021

Here is the summary of changes.

You are about to add 1 region tag.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label May 17, 2021
@vinnysenthil vinnysenthil removed the request for review from engelke May 17, 2021 20:28
Comment thread samples/model-builder/create_batch_prediction_job_dedicated_resources_sample.py Outdated
@vinnysenthil vinnysenthil added the automerge Merge the pull request once unit tests and other checks pass. label May 17, 2021
@gcf-merge-on-green gcf-merge-on-green Bot merged commit f27e17f into master May 17, 2021
@gcf-merge-on-green gcf-merge-on-green Bot deleted the dedicated-bpj-sample branch May 17, 2021 21:16
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: aiplatform Issues related to the AI Platform API. cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants