Class EntityTypeSpec (1.39.0)

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

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

Attributes

Name
Description
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
MutableSequence[ google.cloud.aiplatform_v1.types.DestinationFeatureSetting ]
Per-Feature settings for the batch read.

Methods

EntityTypeSpec

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

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