Class: Google::Cloud::AIPlatform::V1::EntityIdSelector

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#csv_source::Google::Cloud::AIPlatform::V1::CsvSource

Returns Source of Csv.

Returns:



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.

Returns:

  • (::String)

    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