Class EntityTypeSpec (1.11.0)

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

Selects Features of an EntityType to read values of and specifies read settings.

Attributes

NameDescription
entity_type_id str
Required. ID of the EntityType to select Features. The EntityType id is the entity_type_id specified during EntityType creation.
feature_selector google.cloud.aiplatform_v1.types.FeatureSelector
Required. Selectors choosing which Feature values to read from the EntityType.
settings Sequence[google.cloud.aiplatform_v1.types.DestinationFeatureSetting]
Per-Feature settings for the batch read.

Inheritance

builtins.object > proto.message.Message > EntityTypeSpec