Google Cloud Ai Platform V1 Client - Class EntityIdSelector (0.20.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class EntityIdSelector.

Selector for entityId. Getting ids from the given source.

Generated from protobuf message google.cloud.aiplatform.v1.EntityIdSelector

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ csv_source Google\Cloud\AIPlatform\V1\CsvSource

Source of Csv

↳ entity_id_field string

Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.

getCsvSource

Source of Csv

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\CsvSource|null

hasCsvSource

setCsvSource

Source of Csv

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\CsvSource
Returns
TypeDescription
$this

getEntityIdField

Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.

Returns
TypeDescription
string

setEntityIdField

Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEntityIdsSource

Returns
TypeDescription
string