old_rookie
old_rookie

Reputation: 1

How to set up tabular data problem type in Vertex AI?

When I use the REST API to create a Vertex AI Dataset, the type of the dataset is tabular data. There is a problemType required in the request body, but there is no tabular type. How should I set it?

Types in the document below:

Required. Problem type of the SavedQuery. Allowed values:

The reference url is https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.datasets/create

I try set one of above options,but failed.

Upvotes: 0

Views: 95

Answers (1)

Mel
Mel

Reputation: 307

A similar post was already answered in the Google Cloud Community forum.

It looks like Tabular Data dataset creation is not yet implemented for this type of request body, I would suggest to file a feature request for this here: https://issuetracker.google.com/issues/new?component=1130925

Also this reference might be useful for your query, creating dataset for forecast model.

Upvotes: 0

Related Questions