Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::EntityIdSelector (v0.21.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::EntityIdSelector.

Selector for entityId. Getting ids from the given source.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#csv_source

def csv_source() -> ::Google::Cloud::AIPlatform::V1::CsvSource
Returns

#csv_source=

def csv_source=(value) -> ::Google::Cloud::AIPlatform::V1::CsvSource
Parameter
Returns

#entity_id_field

def entity_id_field() -> ::String
Returns
  • (::String) — Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.

#entity_id_field=

def entity_id_field=(value) -> ::String
Parameter
  • value (::String) — 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.