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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\CsvSource|null |
hasCsvSource
setCsvSource
Source of Csv
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\CsvSource
|
Returns | |
---|---|
Type | Description |
$this |
getEntityIdField
Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
Returns | |
---|---|
Type | Description |
string |
setEntityIdField
Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEntityIdsSource
Returns | |
---|---|
Type | Description |
string |