GcsSource

Google Cloud Storage Object details to get the feedback label file from.

JSON representation
{
  "format": enum (Format),
  "objectUri": string
}
Fields
format

enum (Format)

Required. File format which will be ingested.

objectUri

string

Required. The Google Cloud Storage URI of the file to import. Format: gs://bucket_name/object_name

Format

All permissible file formats.

Enums
FORMAT_UNSPECIFIED Unspecified format.
CSV CSV format.
JSON JSON format.