Skip to content

Commit f82304f

Browse files
gcf-owl-bot[bot]bcoe
authored andcommitted
feat: add prediction service RPC RawPredict to aiplatform_v1beta1 feat: add tensorboard service RPCs to aiplatform_v1beta1: BatchCreateTensorboardRuns, BatchCreateTensorboardTimeSeries, WriteTensorboardExperimentData feat: add model_deployment_monitori... (#196)
feat: add tensorboard service RPCs to aiplatform_v1beta1: BatchCreateTensorboardRuns, BatchCreateTensorboardTimeSeries, WriteTensorboardExperimentData feat: add model_deployment_monitoring_job to Endpoint in aiplatform_v1beta1 feat: add deployment_group to DeployedIndex in aiplatform_v1beta1 feat: add ModelEvaluationExplanationSpec in aiplatform_v1beta1 Committer: @dizcology PiperOrigin-RevId: 393890669 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 213c0cc commit f82304f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ai-platform/snippets/test/create-dataset-tabular-bigquery.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ const location = process.env.LOCATION;
3333

3434
let datasetId;
3535

36-
describe('AI platform create dataset tabular bigquery', () => {
36+
// Refs: https://github.com/googleapis/nodejs-ai-platform/issues/187
37+
describe.skip('AI platform create dataset tabular bigquery', () => {
3738
it('should create a new bigquery tabular dataset in the parent resource', async () => {
3839
const stdout = execSync(
3940
`node ./create-dataset-tabular-bigquery.js ${datasetDisplayName} \

0 commit comments

Comments
 (0)