Class PassThroughField (1.3.0)

PassThroughField(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describe pass-through fields in read_instance source. .. attribute:: field_name

Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as Feature.name.

:type: str

Inheritance

builtins.object > proto.message.Message > PassThroughField