Skip to content

Commit

Permalink
feat: add prediction service RPC RawPredict to aiplatform_v1beta1 fea…
Browse files Browse the repository at this point in the history
…t: 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 <bencoe@google.com>
  • Loading branch information
3 people authored and pattishin committed Nov 22, 2022
1 parent 213c0cc commit f82304f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ const location = process.env.LOCATION;

let datasetId;

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

0 comments on commit f82304f

Please sign in to comment.