Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to set up tabular data problem type?

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:

  • IMAGE_CLASSIFICATION_SINGLE_LABEL
  • IMAGE_CLASSIFICATION_MULTI_LABEL
  • IMAGE_BOUNDING_POLY
  • IMAGE_BOUNDING_BOX
  • TEXT_CLASSIFICATION_SINGLE_LABEL
  • TEXT_CLASSIFICATION_MULTI_LABEL
  • TEXT_EXTRACTION
  • TEXT_SENTIMENT
  • VIDEO_CLASSIFICATION
  • VIDEO_OBJECT_TRACKING

You can see types without tabular data,What should I do?

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

0 1 174
1 REPLY 1

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.