Class EntityIdSelector (1.18.2)

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

Selector for entityId. Getting ids from the given source.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
csv_source google.cloud.aiplatform_v1beta1.types.CsvSource
Source of Csv This field is a member of oneof_ EntityIdsSource.
entity_id_field str
Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.

Inheritance

builtins.object > proto.message.Message > EntityIdSelector