Skip to content

Commit

Permalink
chore: add '_sample' suffix to samples (#242)
Browse files Browse the repository at this point in the history
* chore: add '_sample' suffix to samples

Change-Id: If21d21ff97c30f45305b6365fa5ed10172557606

* chore: clean up tags

Change-Id: I193b2f5be0bfcd65681a66266c198fbc3f554347

* change tabular to tables

Change-Id: I4dafc2374eae85a53b47e9df3e6c1bcedb67b4f7

* change tables to tabular

Change-Id: I8619f42c659cdea9759727f8b2227a89b8aa6308

* change tables to tabular

Change-Id: I584c9ff75f771dd27b55c697f3b085290d1a970a
  • Loading branch information
aribray authored Dec 9, 2021
1 parent 3782412 commit df8f0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-aiplatform/samples/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
* TODO: add an actual quickstart example.
*/
async function main() {
// [START aiplatform_quickstart]
// [START aiplatform_quickstart_sample]
const {DatasetServiceClient} = require('@google-cloud/aiplatform');
const client = new DatasetServiceClient();

// Do something with DatasetServiceClient.
console.info(client);

// [END aiplatform_quickstart]
// [END aiplatform_quickstart_sample]
}

process.on('unhandledRejection', err => {
Expand Down

0 comments on commit df8f0bf

Please sign in to comment.