Class: Google::Cloud::AIPlatform::V1::EntityIdSelector
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::EntityIdSelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Selector for entityId. Getting ids from the given source.
Instance Attribute Summary collapse
-
#csv_source ⇒ ::Google::Cloud::AIPlatform::V1::CsvSource
Source of Csv.
-
#entity_id_field ⇒ ::String
Source column that holds entity IDs.
Instance Attribute Details
#csv_source ⇒ ::Google::Cloud::AIPlatform::V1::CsvSource
Returns Source of Csv.
1194 1195 1196 1197 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1194 class EntityIdSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entity_id_field ⇒ ::String
Returns Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
1194 1195 1196 1197 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1194 class EntityIdSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |