InputConfig

Input configuration for datasets.importData action.

See Preparing your training data for more information.

Errors

If any of the provided CSV files can't be parsed or if more than certain percent of CSV rows cannot be processed then the operation fails and nothing is imported. Regardless of overall success or failure the per-row failures, up to a certain count cap, will be listed in Operation.metadata.partial_failures.

JSON representation
{
  "params": {
    string: string,
    ...
  },
  "gcsSource": {
    object(GcsSource)
  }
}
Fields
params

map (key: string, value: string)

Additional domain-specific parameters describing the semantic of the imported data, any string must be up to 25000 characters long.

gcsSource

object(GcsSource)

The Google Cloud Storage location for the input content.